Enum Awdsgl
#[repr(u8)]pub enum Awdsgl {
ALLCHANNELS = 0,
SINGLECHANNEL = 1,
}
Variants§
ALLCHANNELS = 0
Analog watchdog enabled on all channels
SINGLECHANNEL = 1
Analog watchdog enabled on a single channel
Implementations§
Trait Implementations§
§impl Ord for Awdsgl
impl Ord for Awdsgl
§impl PartialOrd for Awdsgl
impl PartialOrd for Awdsgl
impl Copy for Awdsgl
impl Eq for Awdsgl
impl StructuralPartialEq for Awdsgl
Auto Trait Implementations§
impl Freeze for Awdsgl
impl RefUnwindSafe for Awdsgl
impl Send for Awdsgl
impl Sync for Awdsgl
impl Unpin for Awdsgl
impl UnwindSafe for Awdsgl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)