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