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