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