Enum mag3110::DataRate[][src]

pub enum DataRate {
    HZ80,
    HZ40,
    HZ20,
    HZ10,
    HZ5,
    HZ2_5,
    HZ1_25,
    HZ0_63,
}

Variants

Methods

impl DataRate
[src]

Trait Implementations

impl Copy for DataRate
[src]

impl Clone for DataRate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DataRate

impl Sync for DataRate