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