pub enum AWDENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field AWDEN
Variants§
DISABLED
Analog watchdog disabled on regular channels
ENABLED
Analog watchdog enabled on regular channels
Auto Trait Implementations§
impl Freeze for AWDENW
impl RefUnwindSafe for AWDENW
impl Send for AWDENW
impl Sync for AWDENW
impl Unpin for AWDENW
impl UnwindSafe for AWDENW
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