Enum Mdis
pub enum Mdis {
_0 = 0,
_1 = 1,
}Expand description
Module Disable
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Mdis
impl Eq for Mdis
impl StructuralPartialEq for Mdis
Auto Trait Implementations§
impl Freeze for Mdis
impl RefUnwindSafe for Mdis
impl Send for Mdis
impl Sync for Mdis
impl Unpin for Mdis
impl UnwindSafe for Mdis
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