#[repr(transparent)]pub struct Cienr(pub u32);Expand description
Pin interrupt level (rising edge interrupt) clear register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Cienr
impl Eq for Cienr
impl StructuralPartialEq for Cienr
Auto Trait Implementations§
impl Freeze for Cienr
impl RefUnwindSafe for Cienr
impl Send for Cienr
impl Sync for Cienr
impl Unpin for Cienr
impl UnwindSafe for Cienr
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