pub enum DMDISW {
ENABLED,
DISABLED,
}
Expand description
Values that can be written to the field DMDIS
Variants§
Auto Trait Implementations§
impl Freeze for DMDISW
impl RefUnwindSafe for DMDISW
impl Send for DMDISW
impl Sync for DMDISW
impl Unpin for DMDISW
impl UnwindSafe for DMDISW
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