#[repr(transparent)]pub struct ClkRecoverIntEn(pub u8);Expand description
Clock Recovery Combined Interrupt Enable
Tuple Fields§
§0: u8Implementations§
Source§impl ClkRecoverIntEn
impl ClkRecoverIntEn
Sourcepub const fn ovf_error_en(&self) -> OvfErrorEn
pub const fn ovf_error_en(&self) -> OvfErrorEn
Overflow error interrupt enable
Sourcepub const fn set_ovf_error_en(&mut self, val: OvfErrorEn)
pub const fn set_ovf_error_en(&mut self, val: OvfErrorEn)
Overflow error interrupt enable
Trait Implementations§
Source§impl Clone for ClkRecoverIntEn
impl Clone for ClkRecoverIntEn
Source§fn clone(&self) -> ClkRecoverIntEn
fn clone(&self) -> ClkRecoverIntEn
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 ClkRecoverIntEn
impl Debug for ClkRecoverIntEn
Source§impl Default for ClkRecoverIntEn
impl Default for ClkRecoverIntEn
Source§fn default() -> ClkRecoverIntEn
fn default() -> ClkRecoverIntEn
Returns the “default value” for a type. Read more
Source§impl PartialEq for ClkRecoverIntEn
impl PartialEq for ClkRecoverIntEn
impl Copy for ClkRecoverIntEn
impl Eq for ClkRecoverIntEn
impl StructuralPartialEq for ClkRecoverIntEn
Auto Trait Implementations§
impl Freeze for ClkRecoverIntEn
impl RefUnwindSafe for ClkRecoverIntEn
impl Send for ClkRecoverIntEn
impl Sync for ClkRecoverIntEn
impl Unpin for ClkRecoverIntEn
impl UnwindSafe for ClkRecoverIntEn
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