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