Enum capsules::ltc294x::ChipModel
[−]
[src]
pub enum ChipModel { LTC2941, LTC2942, LTC2943, }
Which version of the chip we are actually using.
Variants
LTC2941
LTC2942
LTC2943
Trait Implementations
impl Clone for ChipModel
[src]
fn clone(&self) -> ChipModel
[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