Struct Pll2divr
#[repr(transparent)]pub struct Pll2divr(pub u32);
Expand description
RCC PLL2 Dividers Configuration Register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Pll2divr
impl Eq for Pll2divr
impl StructuralPartialEq for Pll2divr
Auto Trait Implementations§
impl Freeze for Pll2divr
impl RefUnwindSafe for Pll2divr
impl Send for Pll2divr
impl Sync for Pll2divr
impl Unpin for Pll2divr
impl UnwindSafe for Pll2divr
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