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