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