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