pub struct LinuxNode { /* private fields */ }Expand description
Metadata reply for one inode lookup or getattr request.
Implementations§
Source§impl LinuxNode
impl LinuxNode
Sourcepub const fn generation(&self) -> LinuxInodeGeneration
pub const fn generation(&self) -> LinuxInodeGeneration
Returns the inode generation fence.
Sourcepub const fn attributes(&self) -> &LinuxFileAttributes
pub const fn attributes(&self) -> &LinuxFileAttributes
Returns portable Linux attributes.
Trait Implementations§
impl Eq for LinuxNode
impl StructuralPartialEq for LinuxNode
Auto Trait Implementations§
impl Freeze for LinuxNode
impl RefUnwindSafe for LinuxNode
impl Send for LinuxNode
impl Sync for LinuxNode
impl Unpin for LinuxNode
impl UnwindSafe for LinuxNode
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