Enum redpitaya_scpi::acquire::SamplingRate [] [src]

pub enum SamplingRate {
    RATE_125MHz,
    RATE_15_6MHz,
    RATE_1_9MHz,
    RATE_103_8kHz,
    RATE_15_2kHz,
    RATE_1_9kHz,
}

Variants

Methods

impl SamplingRate
[src]

Trait Implementations

impl Copy for SamplingRate
[src]

impl Clone for SamplingRate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SamplingRate
[src]

Formats the value using the given formatter.

impl PartialEq for SamplingRate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for SamplingRate
[src]

Formats the value using the given formatter. Read more

impl Into<Decimation> for SamplingRate
[src]

Performs the conversion.

impl Into<String> for SamplingRate
[src]

Performs the conversion.

impl FromStr for SamplingRate
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more