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