#[repr(transparent)]pub struct Sienr(pub u32);Expand description
Pin Interrupt Level or Rising-Edge Interrupt Set
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sienr
impl Eq for Sienr
impl StructuralPartialEq for Sienr
Auto Trait Implementations§
impl Freeze for Sienr
impl RefUnwindSafe for Sienr
impl Send for Sienr
impl Sync for Sienr
impl Unpin for Sienr
impl UnwindSafe for Sienr
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