Struct riot_sys::NRF_SWI_Type
source · #[repr(C)]pub struct NRF_SWI_Type {
pub UNUSED: u32,
}
Expand description
@brief Software interrupt 0 (SWI0)
Fields§
§UNUSED: u32
< (@ 0x00000000) Unused.
Trait Implementations§
source§impl Clone for NRF_SWI_Type
impl Clone for NRF_SWI_Type
source§fn clone(&self) -> NRF_SWI_Type
fn clone(&self) -> NRF_SWI_Type
Returns a copy 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 NRF_SWI_Type
impl Debug for NRF_SWI_Type
source§impl Default for NRF_SWI_Type
impl Default for NRF_SWI_Type
source§fn default() -> NRF_SWI_Type
fn default() -> NRF_SWI_Type
Returns the “default value” for a type. Read more
impl Copy for NRF_SWI_Type
Auto Trait Implementations§
impl RefUnwindSafe for NRF_SWI_Type
impl Send for NRF_SWI_Type
impl Sync for NRF_SWI_Type
impl Unpin for NRF_SWI_Type
impl UnwindSafe for NRF_SWI_Type
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