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