Struct stm32_metapac::pwr::regs::C2cr1
#[repr(transparent)]pub struct C2cr1(pub u32);
Expand description
Power CPU2 control register 1 [dual core device only]
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for C2cr1
impl Eq for C2cr1
impl StructuralPartialEq for C2cr1
Auto Trait Implementations§
impl Freeze for C2cr1
impl RefUnwindSafe for C2cr1
impl Send for C2cr1
impl Sync for C2cr1
impl Unpin for C2cr1
impl UnwindSafe for C2cr1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)