Struct Awdsgl
#[repr(transparent)]pub struct Awdsgl(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Awdsgl
impl Awdsgl
pub const ALLCHANNELS: Self
pub const ALLCHANNELS: Self
Analog watchdog enabled on all channels
pub const SINGLECHANNEL: Self
pub const SINGLECHANNEL: Self
Analog watchdog enabled on a single channel
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