pub struct LinuxFile<'a, Driver>{ /* private fields */ }
Expand description
A Linux file struct.
A file
is a representation of a file in the Linux kernel.
§Implementation Details
Corresponds to file
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, Driver> Freeze for LinuxFile<'a, Driver>
impl<'a, Driver> !RefUnwindSafe for LinuxFile<'a, Driver>
impl<'a, Driver> !Send for LinuxFile<'a, Driver>
impl<'a, Driver> !Sync for LinuxFile<'a, Driver>
impl<'a, Driver> Unpin for LinuxFile<'a, Driver>
impl<'a, Driver> !UnwindSafe for LinuxFile<'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