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