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