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