pub struct ADRDY_SLV_R(/* private fields */);Expand description
Field ADRDY_SLV reader - Slave ADC ready
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADRDY_SLV_R
impl RefUnwindSafe for ADRDY_SLV_R
impl Send for ADRDY_SLV_R
impl Sync for ADRDY_SLV_R
impl Unpin for ADRDY_SLV_R
impl UnwindSafe for ADRDY_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