pub struct CONT_R(/* private fields */);
Expand description
Field CONT
reader - ADC group regular continuous conversion mode
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CONT_R
impl RefUnwindSafe for CONT_R
impl Send for CONT_R
impl Sync for CONT_R
impl Unpin for CONT_R
impl UnwindSafe for CONT_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