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