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