Enum mpu9250_dmp::GyroDlpf[][src]

pub enum GyroDlpf {
    OptOff,
    Opt184,
    Opt92,
    Opt41,
    Opt20,
    Opt10,
    Opt5,
}

Variants

Trait Implementations

impl Copy for GyroDlpf
[src]

impl Clone for GyroDlpf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GyroDlpf
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GyroDlpf

impl Sync for GyroDlpf