Struct stm32_metapac::rcc::regs::Crrcr
#[repr(transparent)]pub struct Crrcr(pub u32);
Expand description
RCC Clock Recovery RC Register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Crrcr
impl Eq for Crrcr
impl StructuralEq for Crrcr
impl StructuralPartialEq for Crrcr
Auto Trait Implementations§
impl RefUnwindSafe for Crrcr
impl Send for Crrcr
impl Sync for Crrcr
impl Unpin for Crrcr
impl UnwindSafe for Crrcr
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