pub enum AWDSGLW {
ALLCHANNELS,
SINGLECHANNEL,
}
Expand description
Values that can be written to the field AWDSGL
Variants§
ALLCHANNELS
Analog watchdog enabled on all channels
SINGLECHANNEL
Analog watchdog enabled on a single channel
Auto Trait Implementations§
impl Freeze for AWDSGLW
impl RefUnwindSafe for AWDSGLW
impl Send for AWDSGLW
impl Sync for AWDSGLW
impl Unpin for AWDSGLW
impl UnwindSafe for AWDSGLW
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