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