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