#[repr(transparent)]pub struct PllSysDenom(pub u32);Expand description
Denominator of 528MHz System PLL Fractional Loop Divider Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for PllSysDenom
impl Clone for PllSysDenom
Source§fn clone(&self) -> PllSysDenom
fn clone(&self) -> PllSysDenom
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PllSysDenom
impl Debug for PllSysDenom
Source§impl Default for PllSysDenom
impl Default for PllSysDenom
Source§fn default() -> PllSysDenom
fn default() -> PllSysDenom
Returns the “default value” for a type. Read more
Source§impl PartialEq for PllSysDenom
impl PartialEq for PllSysDenom
impl Copy for PllSysDenom
impl Eq for PllSysDenom
impl StructuralPartialEq for PllSysDenom
Auto Trait Implementations§
impl Freeze for PllSysDenom
impl RefUnwindSafe for PllSysDenom
impl Send for PllSysDenom
impl Sync for PllSysDenom
impl Unpin for PllSysDenom
impl UnwindSafe for PllSysDenom
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