pub struct JQOVF_SLV_R(/* private fields */);Expand description
Field JQOVF_SLV reader - Injected Context Queue Overflow flag of the slave ADC
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JQOVF_SLV_R
impl RefUnwindSafe for JQOVF_SLV_R
impl Send for JQOVF_SLV_R
impl Sync for JQOVF_SLV_R
impl Unpin for JQOVF_SLV_R
impl UnwindSafe for JQOVF_SLV_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