#[repr(transparent)]pub struct Flexfrgctrl(pub u32);Expand description
Fractional rate divider for flexcomm 0
Tuple Fields§
§0: u32Implementations§
Source§impl Flexfrgctrl
impl Flexfrgctrl
Trait Implementations§
Source§impl Clone for Flexfrgctrl
impl Clone for Flexfrgctrl
Source§fn clone(&self) -> Flexfrgctrl
fn clone(&self) -> Flexfrgctrl
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 Flexfrgctrl
impl Debug for Flexfrgctrl
Source§impl Default for Flexfrgctrl
impl Default for Flexfrgctrl
Source§fn default() -> Flexfrgctrl
fn default() -> Flexfrgctrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Flexfrgctrl
impl PartialEq for Flexfrgctrl
impl Copy for Flexfrgctrl
impl Eq for Flexfrgctrl
impl StructuralPartialEq for Flexfrgctrl
Auto Trait Implementations§
impl Freeze for Flexfrgctrl
impl RefUnwindSafe for Flexfrgctrl
impl Send for Flexfrgctrl
impl Sync for Flexfrgctrl
impl Unpin for Flexfrgctrl
impl UnwindSafe for Flexfrgctrl
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