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