Enum cupi::bcm270x::PullUpDnControl [] [src]

pub enum PullUpDnControl {
    PullUp,
    PullDown,
    PullOff,
}

Variants

Trait Implementations

impl Copy for PullUpDnControl
[src]

impl Clone for PullUpDnControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more