#[repr(transparent)]pub struct Inta0(pub u32);Expand description
Interrupt A status for all DMA channels.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Inta0
impl Eq for Inta0
impl StructuralPartialEq for Inta0
Auto Trait Implementations§
impl Freeze for Inta0
impl RefUnwindSafe for Inta0
impl Send for Inta0
impl Sync for Inta0
impl Unpin for Inta0
impl UnwindSafe for Inta0
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