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