pub enum MBR {
BUSY,
_Reserved(bool),
}
Expand description
Possible values of the field MB
Variants§
BUSY
This bit is set to 1 by the application to indicate that a read or write access is in progress
_Reserved(bool)
Reserved
Implementations§
Trait Implementations§
impl Copy for MBR
impl StructuralPartialEq for MBR
Auto Trait Implementations§
impl Freeze for MBR
impl RefUnwindSafe for MBR
impl Send for MBR
impl Sync for MBR
impl Unpin for MBR
impl UnwindSafe for MBR
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