pub enum MBW {
BUSY,
}Expand description
Values that can be written to 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
Auto Trait Implementations§
impl Freeze for MBW
impl RefUnwindSafe for MBW
impl Send for MBW
impl Sync for MBW
impl Unpin for MBW
impl UnwindSafe for MBW
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