pub enum Mrt0 {
NoEffect = 0,
ClrStartEn0 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Mrt0
impl Eq for Mrt0
impl StructuralPartialEq for Mrt0
Auto Trait Implementations§
impl Freeze for Mrt0
impl RefUnwindSafe for Mrt0
impl Send for Mrt0
impl Sync for Mrt0
impl Unpin for Mrt0
impl UnwindSafe for Mrt0
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