Enum rp_sys::rp_acq_sampling_rate_t [] [src]

pub enum rp_acq_sampling_rate_t {
    RP_SMP_125M,
    RP_SMP_15_625M,
    RP_SMP_1_953M,
    RP_SMP_122_070K,
    RP_SMP_15_258K,
    RP_SMP_1_907K,
}

Variants

RP_SMP_125MRP_SMP_15_625MRP_SMP_1_953MRP_SMP_122_070KRP_SMP_15_258KRP_SMP_1_907K

Trait Implementations

impl Clone for rp_acq_sampling_rate_t
[src]

fn clone(&self) -> rp_acq_sampling_rate_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for rp_acq_sampling_rate_t
[src]

impl Debug for rp_acq_sampling_rate_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.