pub struct EXTRA_AWDS_R(/* private fields */);
Expand description
Field EXTRA_AWDS
reader - Extra analog watchdog
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EXTRA_AWDS_R
impl RefUnwindSafe for EXTRA_AWDS_R
impl Send for EXTRA_AWDS_R
impl Sync for EXTRA_AWDS_R
impl Unpin for EXTRA_AWDS_R
impl UnwindSafe for EXTRA_AWDS_R
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