pub struct DisktestFile { /* private fields */ }
Expand description
Handle for a device or file to write to and/or read from.
Implementations§
Source§impl DisktestFile
impl DisktestFile
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisktestFile
impl !RefUnwindSafe for DisktestFile
impl !Send for DisktestFile
impl !Sync for DisktestFile
impl Unpin for DisktestFile
impl !UnwindSafe for DisktestFile
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