pub struct NamespaceInfo {
pub ns_type: NamespaceType,
pub inode: u64,
}Expand description
Information about a namespace
Fields§
§ns_type: NamespaceType§inode: u64Trait Implementations§
Source§impl Clone for NamespaceInfo
impl Clone for NamespaceInfo
Source§fn clone(&self) -> NamespaceInfo
fn clone(&self) -> NamespaceInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NamespaceInfo
impl RefUnwindSafe for NamespaceInfo
impl Send for NamespaceInfo
impl Sync for NamespaceInfo
impl Unpin for NamespaceInfo
impl UnwindSafe for NamespaceInfo
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