pub struct LinuxDEntry<'a, Driver>{ /* private fields */ }
Expand description
A Linux dentry struct.
A dentry
is a directory entry in the Linux kernel. It represents a file
or directory in the filesystem.
§Implementation Details
Corresponds to dentry
.
Implementations§
Trait Implementations§
Source§impl<Driver> VmiVa for LinuxDEntry<'_, Driver>
impl<Driver> VmiVa for LinuxDEntry<'_, Driver>
Auto Trait Implementations§
impl<'a, Driver> Freeze for LinuxDEntry<'a, Driver>
impl<'a, Driver> !RefUnwindSafe for LinuxDEntry<'a, Driver>
impl<'a, Driver> !Send for LinuxDEntry<'a, Driver>
impl<'a, Driver> !Sync for LinuxDEntry<'a, Driver>
impl<'a, Driver> Unpin for LinuxDEntry<'a, Driver>
impl<'a, Driver> !UnwindSafe for LinuxDEntry<'a, Driver>
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