#[repr(transparent)]pub struct ClkHstxDiv(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Clone for ClkHstxDiv
impl Clone for ClkHstxDiv
Source§fn clone(&self) -> ClkHstxDiv
fn clone(&self) -> ClkHstxDiv
Returns a copy 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 ClkHstxDiv
impl Debug for ClkHstxDiv
Source§impl Default for ClkHstxDiv
impl Default for ClkHstxDiv
Source§fn default() -> ClkHstxDiv
fn default() -> ClkHstxDiv
Returns the “default value” for a type. Read more
Source§impl PartialEq for ClkHstxDiv
impl PartialEq for ClkHstxDiv
impl Copy for ClkHstxDiv
impl Eq for ClkHstxDiv
impl StructuralPartialEq for ClkHstxDiv
Auto Trait Implementations§
impl Freeze for ClkHstxDiv
impl RefUnwindSafe for ClkHstxDiv
impl Send for ClkHstxDiv
impl Sync for ClkHstxDiv
impl Unpin for ClkHstxDiv
impl UnwindSafe for ClkHstxDiv
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