Enum capsules::led::ActivationMode
[−]
[src]
pub enum ActivationMode {
ActiveHigh,
ActiveLow,
}Whether the LEDs are active high or active low on this platform.
Variants
ActiveHighActiveLow
Trait Implementations
impl Clone for ActivationMode[src]
fn clone(&self) -> ActivationMode[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