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