Enum imix::i2c_dummy::LiClientState
[−]
[src]
enum LiClientState { Enabling, ReadingLI, }
Variants
Enabling
ReadingLI
Trait Implementations
impl Copy for LiClientState
[src]
impl Clone for LiClientState
[src]
fn clone(&self) -> LiClientState
[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