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