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