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