pub struct LinuxPath<'a, Driver>{ /* private fields */ }
Expand description
A Linux path struct.
The struct path
is a fundamental structure in the Linux kernel used to
represent a location in the filesystem.
§Implementation Details
Corresponds to path
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, Driver> Freeze for LinuxPath<'a, Driver>
impl<'a, Driver> !RefUnwindSafe for LinuxPath<'a, Driver>
impl<'a, Driver> !Send for LinuxPath<'a, Driver>
impl<'a, Driver> !Sync for LinuxPath<'a, Driver>
impl<'a, Driver> Unpin for LinuxPath<'a, Driver>
impl<'a, Driver> !UnwindSafe for LinuxPath<'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