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