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