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