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