#[repr(u8)]pub enum MsrBbf {
IDLE = 0,
BUSY = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for MsrBbf
impl Ord for MsrBbf
Source§impl PartialOrd for MsrBbf
impl PartialOrd for MsrBbf
impl Copy for MsrBbf
impl Eq for MsrBbf
impl StructuralPartialEq for MsrBbf
Auto Trait Implementations§
impl Freeze for MsrBbf
impl RefUnwindSafe for MsrBbf
impl Send for MsrBbf
impl Sync for MsrBbf
impl Unpin for MsrBbf
impl UnwindSafe for MsrBbf
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