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