pub struct ReadCntCfg2 { /* private fields */ }Expand description
Read the 48 bit counter register, 48+2 bits to read (7 bytes)
This corresponds to counter configuration 0b010.
Implementations§
Trait Implementations§
Source§impl BitAnd for ReadCntCfg2
impl BitAnd for ReadCntCfg2
Source§impl BitAndAssign for ReadCntCfg2
impl BitAndAssign for ReadCntCfg2
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for ReadCntCfg2
impl BitOr for ReadCntCfg2
Source§impl BitOrAssign for ReadCntCfg2
impl BitOrAssign for ReadCntCfg2
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for ReadCntCfg2
impl BitXor for ReadCntCfg2
Source§impl BitXorAssign for ReadCntCfg2
impl BitXorAssign for ReadCntCfg2
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for ReadCntCfg2
impl Clone for ReadCntCfg2
Source§fn clone(&self) -> ReadCntCfg2
fn clone(&self) -> ReadCntCfg2
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 ReadCntCfg2
impl Debug for ReadCntCfg2
Source§impl From<ReadCntCfg2> for [u8; 7]
impl From<ReadCntCfg2> for [u8; 7]
Source§fn from(val: ReadCntCfg2) -> Self
fn from(val: ReadCntCfg2) -> Self
Converts to this type from the input type.
Source§impl From<ReadCntCfg2> for FieldSetValue
impl From<ReadCntCfg2> for FieldSetValue
Source§fn from(val: ReadCntCfg2) -> Self
fn from(val: ReadCntCfg2) -> Self
Converts to this type from the input type.
Source§impl Not for ReadCntCfg2
impl Not for ReadCntCfg2
Source§impl PartialEq for ReadCntCfg2
impl PartialEq for ReadCntCfg2
impl Copy for ReadCntCfg2
impl Eq for ReadCntCfg2
impl StructuralPartialEq for ReadCntCfg2
Auto Trait Implementations§
impl Freeze for ReadCntCfg2
impl RefUnwindSafe for ReadCntCfg2
impl Send for ReadCntCfg2
impl Sync for ReadCntCfg2
impl Unpin for ReadCntCfg2
impl UnwindSafe for ReadCntCfg2
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