#[repr(C)]pub struct NamespaceEntry {
pub dev: u64,
pub inode: u64,
}
Expand description
An individual namespace entry.
Fields§
§dev: u64
The device ID.
inode: u64
The inode number.
Trait Implementations§
Source§impl Clone for NamespaceEntry
impl Clone for NamespaceEntry
Source§fn clone(&self) -> NamespaceEntry
fn clone(&self) -> NamespaceEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NamespaceEntry
impl Debug for NamespaceEntry
Source§impl Hash for NamespaceEntry
impl Hash for NamespaceEntry
Source§impl<'p> Parse<'p> for NamespaceEntry
impl<'p> Parse<'p> for NamespaceEntry
Source§impl PartialEq for NamespaceEntry
impl PartialEq for NamespaceEntry
impl Copy for NamespaceEntry
impl Eq for NamespaceEntry
impl StructuralPartialEq for NamespaceEntry
Auto Trait Implementations§
impl Freeze for NamespaceEntry
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