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