Struct stm32_metapac::afio::regs::Exticr
#[repr(transparent)]pub struct Exticr(pub u32);
Expand description
External interrupt configuration register 3 (AFIO_EXTICR3)
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Exticr
impl Eq for Exticr
impl StructuralPartialEq for Exticr
Auto Trait Implementations§
impl Freeze for Exticr
impl RefUnwindSafe for Exticr
impl Send for Exticr
impl Sync for Exticr
impl Unpin for Exticr
impl UnwindSafe for Exticr
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