#[repr(C)]pub struct IOSCBCFG_TypeDef {
pub CONTROL__1: IOSCBCFG_CONTROL__1_TypeDef,
pub STATUS: IOSCBCFG_STATUS_TypeDef,
pub TIMER: IOSCBCFG_TIMER_TypeDef,
}
Fields§
§CONTROL__1: IOSCBCFG_CONTROL__1_TypeDef
< Offset: 0x0
STATUS: IOSCBCFG_STATUS_TypeDef
< Offset: 0x4
TIMER: IOSCBCFG_TIMER_TypeDef
< Offset: 0x8
Trait Implementations§
Source§impl Clone for IOSCBCFG_TypeDef
impl Clone for IOSCBCFG_TypeDef
Source§fn clone(&self) -> IOSCBCFG_TypeDef
fn clone(&self) -> IOSCBCFG_TypeDef
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 moreimpl Copy for IOSCBCFG_TypeDef
Auto Trait Implementations§
impl Freeze for IOSCBCFG_TypeDef
impl RefUnwindSafe for IOSCBCFG_TypeDef
impl Send for IOSCBCFG_TypeDef
impl Sync for IOSCBCFG_TypeDef
impl Unpin for IOSCBCFG_TypeDef
impl UnwindSafe for IOSCBCFG_TypeDef
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