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