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