Enum cupi::bcm270x::PullUpDnControl
[−]
[src]
pub enum PullUpDnControl { PullUp, PullDown, PullOff, }
Variants
PullUp
PullDown
PullOff
Trait Implementations
impl Copy for PullUpDnControl
[src]
impl Clone for PullUpDnControl
[src]
fn clone(&self) -> PullUpDnControl
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more