#[repr(transparent)]pub struct InterruptsExternal(pub u32);Expand description
External interrupt register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for InterruptsExternal
impl Clone for InterruptsExternal
Source§fn clone(&self) -> InterruptsExternal
fn clone(&self) -> InterruptsExternal
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 InterruptsExternal
impl Debug for InterruptsExternal
Source§impl Default for InterruptsExternal
impl Default for InterruptsExternal
Source§fn default() -> InterruptsExternal
fn default() -> InterruptsExternal
Returns the “default value” for a type. Read more
Source§impl PartialEq for InterruptsExternal
impl PartialEq for InterruptsExternal
impl Copy for InterruptsExternal
impl Eq for InterruptsExternal
impl StructuralPartialEq for InterruptsExternal
Auto Trait Implementations§
impl Freeze for InterruptsExternal
impl RefUnwindSafe for InterruptsExternal
impl Send for InterruptsExternal
impl Sync for InterruptsExternal
impl Unpin for InterruptsExternal
impl UnwindSafe for InterruptsExternal
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