pub struct LinuxDirectoryEntry { /* private fields */ }Expand description
One child captured in an open-directory snapshot.
Implementations§
Source§impl LinuxDirectoryEntry
impl LinuxDirectoryEntry
Sourcepub const fn inode(&self) -> LinuxInode
pub const fn inode(&self) -> LinuxInode
Returns the restored child inode.
Sourcepub const fn generation(&self) -> LinuxInodeGeneration
pub const fn generation(&self) -> LinuxInodeGeneration
Returns the child generation fence.
Sourcepub const fn kind(&self) -> LinuxNodeKind
pub const fn kind(&self) -> LinuxNodeKind
Returns the portable child kind.
Trait Implementations§
Source§impl Clone for LinuxDirectoryEntry
impl Clone for LinuxDirectoryEntry
Source§fn clone(&self) -> LinuxDirectoryEntry
fn clone(&self) -> LinuxDirectoryEntry
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 moreSource§impl Debug for LinuxDirectoryEntry
impl Debug for LinuxDirectoryEntry
Source§impl PartialEq for LinuxDirectoryEntry
impl PartialEq for LinuxDirectoryEntry
impl Eq for LinuxDirectoryEntry
impl StructuralPartialEq for LinuxDirectoryEntry
Auto Trait Implementations§
impl Freeze for LinuxDirectoryEntry
impl RefUnwindSafe for LinuxDirectoryEntry
impl Send for LinuxDirectoryEntry
impl Sync for LinuxDirectoryEntry
impl Unpin for LinuxDirectoryEntry
impl UnwindSafe for LinuxDirectoryEntry
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