Enum imix::i2c_dummy::AccelClientState [] [src]

enum AccelClientState {
    ReadingWhoami,
    Activating,
    Deactivating,
    ReadingAccelData,
}

Variants

Trait Implementations

impl Copy for AccelClientState
[src]

impl Clone for AccelClientState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more