Enum ak8963::Sensitivity[][src]

pub enum Sensitivity {
    Opt14bit,
    Opt16bit,
}

Variants

0.6 uT/LSB

0.15 uT/LSB

Trait Implementations

impl Clone for Sensitivity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Sensitivity
[src]

impl Debug for Sensitivity
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Sensitivity

impl Sync for Sensitivity