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