Struct Exticr3
#[repr(transparent)]pub struct Exticr3(pub u32);Expand description
EXTI external interrupt selection register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Exticr3
impl Eq for Exticr3
impl StructuralPartialEq for Exticr3
Auto Trait Implementations§
impl Freeze for Exticr3
impl RefUnwindSafe for Exticr3
impl Send for Exticr3
impl Sync for Exticr3
impl Unpin for Exticr3
impl UnwindSafe for Exticr3
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