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