Enum redpitaya_scpi::acquire::Decimation [] [src]

pub enum Decimation {
    DEC_1,
    DEC_8,
    DEC_64,
    DEC_1024,
    DEC_8192,
    DEC_65536,
}

Variants

Trait Implementations

impl Copy for Decimation
[src]

impl Clone for Decimation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Decimation
[src]

Formats the value using the given formatter.

impl PartialEq for Decimation
[src]

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

This method tests for !=.

impl Into<String> for Decimation
[src]

Performs the conversion.

impl FromStr for Decimation
[src]

The associated error which can be returned from parsing.

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

impl Into<SamplingRate> for Decimation
[src]

Performs the conversion.