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