Enum rp_sys::rp_acq_decimation_t [] [src]

#[repr(i32)]
pub enum rp_acq_decimation_t { RP_DEC_1, RP_DEC_8, RP_DEC_64, RP_DEC_1024, RP_DEC_8192, RP_DEC_65536, }

Variants

Trait Implementations

impl Debug for rp_acq_decimation_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for rp_acq_decimation_t
[src]

impl Clone for rp_acq_decimation_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for rp_acq_decimation_t
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for rp_acq_decimation_t
[src]

impl Hash for rp_acq_decimation_t
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl From<u32> for rp_acq_decimation_t
[src]

[src]

Performs the conversion.

impl Into<u32> for rp_acq_decimation_t
[src]

[src]

Performs the conversion.

Auto Trait Implementations