pub struct FileDevice { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BlockDevice for FileDevice
impl BlockDevice for FileDevice
Auto Trait Implementations§
impl !Freeze for FileDevice
impl RefUnwindSafe for FileDevice
impl Send for FileDevice
impl Sync for FileDevice
impl Unpin for FileDevice
impl UnsafeUnpin for FileDevice
impl UnwindSafe for FileDevice
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