pub enum DiskResult {
Ok = 0,
Error = 1,
WriteProtected = 2,
NotReady = 3,
ParameterError = 4,
}Variants§
Auto Trait Implementations§
impl Freeze for DiskResult
impl RefUnwindSafe for DiskResult
impl Send for DiskResult
impl Sync for DiskResult
impl Unpin for DiskResult
impl UnwindSafe for DiskResult
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