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