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