pub struct UCPD2_STROBE_R(/* private fields */);
Expand description
Field UCPD2_STROBE
reader - Strobe signal bit for UCPD2
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UCPD2_STROBE_R
impl RefUnwindSafe for UCPD2_STROBE_R
impl Send for UCPD2_STROBE_R
impl Sync for UCPD2_STROBE_R
impl Unpin for UCPD2_STROBE_R
impl UnwindSafe for UCPD2_STROBE_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