Struct riot_sys::SCnSCB_Type
source · #[repr(C)]pub struct SCnSCB_Type {
pub RESERVED0: [u32; 1],
pub ICTR: u32,
pub ACTLR: u32,
}
Fields§
§RESERVED0: [u32; 1]
§ICTR: u32
§ACTLR: u32
Trait Implementations§
source§impl Clone for SCnSCB_Type
impl Clone for SCnSCB_Type
source§fn clone(&self) -> SCnSCB_Type
fn clone(&self) -> SCnSCB_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 SCnSCB_Type
impl Debug for SCnSCB_Type
source§impl Default for SCnSCB_Type
impl Default for SCnSCB_Type
source§fn default() -> SCnSCB_Type
fn default() -> SCnSCB_Type
Returns the “default value” for a type. Read more
impl Copy for SCnSCB_Type
Auto Trait Implementations§
impl RefUnwindSafe for SCnSCB_Type
impl Send for SCnSCB_Type
impl Sync for SCnSCB_Type
impl Unpin for SCnSCB_Type
impl UnwindSafe for SCnSCB_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