pub struct HT3_R(/* private fields */);
Expand description
Field HT3
reader - ADC analog watchdog 3 threshold high
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HT3_R
impl RefUnwindSafe for HT3_R
impl Send for HT3_R
impl Sync for HT3_R
impl Unpin for HT3_R
impl UnwindSafe for HT3_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