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