#[repr(transparent)]pub struct Pll1mdec(pub u32);Expand description
PLL1 550m M divider
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pll1mdec
impl Eq for Pll1mdec
impl StructuralPartialEq for Pll1mdec
Auto Trait Implementations§
impl Freeze for Pll1mdec
impl RefUnwindSafe for Pll1mdec
impl Send for Pll1mdec
impl Sync for Pll1mdec
impl Unpin for Pll1mdec
impl UnwindSafe for Pll1mdec
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