Struct fdio::NamespaceEntry
source · pub struct NamespaceEntry {
pub handle: Handle,
pub path: String,
}
Expand description
Entry in a flat representation of a namespace.
Fields§
§handle: Handle
§path: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NamespaceEntry
impl Send for NamespaceEntry
impl Sync for NamespaceEntry
impl Unpin for NamespaceEntry
impl UnwindSafe for NamespaceEntry
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more