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