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