Enum mag3110::Oversampling[][src]

pub enum Oversampling {
    OV16,
    OV32,
    OV64,
    OV128,
}

Variants

Methods

impl Oversampling
[src]

Trait Implementations

impl Copy for Oversampling
[src]

impl Clone for Oversampling
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations