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