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