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