pub enum WFDIS {
Enabled = 0,
Disabled = 1,
}
Expand description
WFDIS
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for WFDIS
impl Eq for WFDIS
impl StructuralPartialEq for WFDIS
Auto Trait Implementations§
impl Freeze for WFDIS
impl RefUnwindSafe for WFDIS
impl Send for WFDIS
impl Sync for WFDIS
impl Unpin for WFDIS
impl UnwindSafe for WFDIS
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