Enum capsules::isl29035::State
[−]
[src]
enum State { Disabled, Enabling, Integrating, ReadingLI, Disabling(usize), }
Variants
Disabled
Enabling
Integrating
ReadingLI
Disabling(usize)
Trait Implementations
impl Copy for State
[src]
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