#[repr(transparent)]pub struct Sincfiltclksel(pub u32);Expand description
SINC FILTER Function Clock Source Select
Tuple Fields§
§0: u32Implementations§
Source§impl Sincfiltclksel
impl Sincfiltclksel
Sourcepub const fn sel(&self) -> SincfiltclkselSel
pub const fn sel(&self) -> SincfiltclkselSel
Selects the SINC FILTER function clock source.
Sourcepub const fn set_sel(&mut self, val: SincfiltclkselSel)
pub const fn set_sel(&mut self, val: SincfiltclkselSel)
Selects the SINC FILTER function clock source.
Trait Implementations§
Source§impl Clone for Sincfiltclksel
impl Clone for Sincfiltclksel
Source§fn clone(&self) -> Sincfiltclksel
fn clone(&self) -> Sincfiltclksel
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 Sincfiltclksel
impl Debug for Sincfiltclksel
Source§impl Default for Sincfiltclksel
impl Default for Sincfiltclksel
Source§fn default() -> Sincfiltclksel
fn default() -> Sincfiltclksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Sincfiltclksel
impl PartialEq for Sincfiltclksel
impl Copy for Sincfiltclksel
impl Eq for Sincfiltclksel
impl StructuralPartialEq for Sincfiltclksel
Auto Trait Implementations§
impl Freeze for Sincfiltclksel
impl RefUnwindSafe for Sincfiltclksel
impl Send for Sincfiltclksel
impl Sync for Sincfiltclksel
impl Unpin for Sincfiltclksel
impl UnwindSafe for Sincfiltclksel
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