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