Enum capsules::pca9544a::ControlField
[−]
[src]
enum ControlField { InterruptMask, SelectedChannels, }
Variants
InterruptMask
SelectedChannels
Trait Implementations
impl Clone for ControlField
[src]
fn clone(&self) -> ControlField
[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