Enum lsm303c::AccelBlockDataUpdate[][src]

pub enum AccelBlockDataUpdate {
    Enable,
    Disable,
}

Block data update for accel data.

Variants

output registers not updated until MSB and LSB have been read

continuous update

Trait Implementations

impl Debug for AccelBlockDataUpdate
[src]

Formats the value using the given formatter. Read more

impl Clone for AccelBlockDataUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AccelBlockDataUpdate
[src]

impl Default for AccelBlockDataUpdate
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations