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