#[repr(transparent)]pub struct FreqmeasRef(pub u32);Expand description
Selection for frequency measurement reference clock
Tuple Fields§
§0: u32Implementations§
Source§impl FreqmeasRef
impl FreqmeasRef
Sourcepub const fn clkin(&self) -> FreqmeasRefClkin
pub const fn clkin(&self) -> FreqmeasRefClkin
Clock source number (decimal value) for frequency measure function reference clock:
Sourcepub const fn set_clkin(&mut self, val: FreqmeasRefClkin)
pub const fn set_clkin(&mut self, val: FreqmeasRefClkin)
Clock source number (decimal value) for frequency measure function reference clock:
Trait Implementations§
Source§impl Clone for FreqmeasRef
impl Clone for FreqmeasRef
Source§fn clone(&self) -> FreqmeasRef
fn clone(&self) -> FreqmeasRef
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 FreqmeasRef
impl Debug for FreqmeasRef
Source§impl Default for FreqmeasRef
impl Default for FreqmeasRef
Source§fn default() -> FreqmeasRef
fn default() -> FreqmeasRef
Returns the “default value” for a type. Read more
Source§impl PartialEq for FreqmeasRef
impl PartialEq for FreqmeasRef
impl Copy for FreqmeasRef
impl Eq for FreqmeasRef
impl StructuralPartialEq for FreqmeasRef
Auto Trait Implementations§
impl Freeze for FreqmeasRef
impl RefUnwindSafe for FreqmeasRef
impl Send for FreqmeasRef
impl Sync for FreqmeasRef
impl Unpin for FreqmeasRef
impl UnwindSafe for FreqmeasRef
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