pub enum Decimation {
RP_DEC_1,
RP_DEC_8,
RP_DEC_64,
RP_DEC_1024,
RP_DEC_8192,
RP_DEC_65536,
}Expand description
Type representing decimation used at acquiring signal.
Variants§
Trait Implementations§
Source§impl Clone for rp_acq_decimation_t
impl Clone for rp_acq_decimation_t
Source§fn clone(&self) -> rp_acq_decimation_t
fn clone(&self) -> rp_acq_decimation_t
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 rp_acq_decimation_t
impl Debug for rp_acq_decimation_t
Source§impl From<rp_acq_sampling_rate_t> for rp_acq_decimation_t
impl From<rp_acq_sampling_rate_t> for rp_acq_decimation_t
Source§fn from(sampling_rate: rp_acq_sampling_rate_t) -> rp_acq_decimation_t
fn from(sampling_rate: rp_acq_sampling_rate_t) -> rp_acq_decimation_t
Converts to this type from the input type.
Source§impl From<u32> for rp_acq_decimation_t
impl From<u32> for rp_acq_decimation_t
Source§fn from(decimation: u32) -> rp_acq_decimation_t
fn from(decimation: u32) -> rp_acq_decimation_t
Converts to this type from the input type.
Source§impl Hash for rp_acq_decimation_t
impl Hash for rp_acq_decimation_t
Source§impl Into<rp_acq_sampling_rate_t> for rp_acq_decimation_t
impl Into<rp_acq_sampling_rate_t> for rp_acq_decimation_t
Source§fn into(self) -> rp_acq_sampling_rate_t
fn into(self) -> rp_acq_sampling_rate_t
Converts this type into the (usually inferred) input type.
Source§impl Into<u32> for rp_acq_decimation_t
impl Into<u32> for rp_acq_decimation_t
Source§impl PartialEq for rp_acq_decimation_t
impl PartialEq for rp_acq_decimation_t
impl Copy for rp_acq_decimation_t
impl Eq for rp_acq_decimation_t
impl StructuralPartialEq for rp_acq_decimation_t
Auto Trait Implementations§
impl Freeze for rp_acq_decimation_t
impl RefUnwindSafe for rp_acq_decimation_t
impl Send for rp_acq_decimation_t
impl Sync for rp_acq_decimation_t
impl Unpin for rp_acq_decimation_t
impl UnwindSafe for rp_acq_decimation_t
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