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