#[repr(transparent)]pub struct IntmIrqsel(pub u32);Expand description
Interrupt Request Select for Monitor mon_index
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for IntmIrqsel
impl Clone for IntmIrqsel
Source§fn clone(&self) -> IntmIrqsel
fn clone(&self) -> IntmIrqsel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IntmIrqsel
impl Debug for IntmIrqsel
Source§impl Default for IntmIrqsel
impl Default for IntmIrqsel
Source§fn default() -> IntmIrqsel
fn default() -> IntmIrqsel
Returns the “default value” for a type. Read more
Source§impl PartialEq for IntmIrqsel
impl PartialEq for IntmIrqsel
impl Copy for IntmIrqsel
impl Eq for IntmIrqsel
impl StructuralPartialEq for IntmIrqsel
Auto Trait Implementations§
impl Freeze for IntmIrqsel
impl RefUnwindSafe for IntmIrqsel
impl Send for IntmIrqsel
impl Sync for IntmIrqsel
impl Unpin for IntmIrqsel
impl UnwindSafe for IntmIrqsel
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