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