pub struct NamespaceFile {
pub nstype: Namespace,
pub name: String,
pub fd: RawFd,
}
Fields§
§nstype: Namespace
§name: String
§fd: RawFd
Implementations§
Source§impl NamespaceFile
impl NamespaceFile
Auto Trait Implementations§
impl Freeze for NamespaceFile
impl RefUnwindSafe for NamespaceFile
impl Send for NamespaceFile
impl Sync for NamespaceFile
impl Unpin for NamespaceFile
impl UnwindSafe for NamespaceFile
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