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