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