Enum capsules::ltc294x::State
[−]
[src]
enum State {
Idle,
ReadStatus,
ReadCharge,
ReadVoltage,
ReadCurrent,
ReadShutdown,
Done,
}Variants
IdleReadStatusSimple read states
ReadChargeReadVoltageReadCurrentReadShutdownDone
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