pub enum CDMEIF7W {
CLEAR,
}
Expand description
Values that can be written to the field CDMEIF7
Variants§
CLEAR
Clear the corresponding DMEIFx flag
Auto Trait Implementations§
impl Freeze for CDMEIF7W
impl RefUnwindSafe for CDMEIF7W
impl Send for CDMEIF7W
impl Sync for CDMEIF7W
impl Unpin for CDMEIF7W
impl UnwindSafe for CDMEIF7W
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