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