Enum imix::i2c_dummy::AccelClientState
[−]
[src]
enum AccelClientState { ReadingWhoami, Activating, Deactivating, ReadingAccelData, }
Variants
ReadingWhoami
Activating
Deactivating
ReadingAccelData
Trait Implementations
impl Copy for AccelClientState
[src]
impl Clone for AccelClientState
[src]
fn clone(&self) -> AccelClientState
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more