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