Enum capsules::pca9544a::State
[−]
[src]
enum State { Idle, ReadControl(ControlField), Done, }
Variants
Idle
ReadControl(ControlField)
Read the control register and return the specified data field.
Done
Trait Implementations
impl Clone for State
[src]
fn clone(&self) -> State
[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