Enum sigrok_sys::Enum_sr_channeltype [] [src]

pub enum Enum_sr_channeltype {
    SR_CHANNEL_LOGIC,
    SR_CHANNEL_ANALOG,
}

Variants

SR_CHANNEL_LOGIC
SR_CHANNEL_ANALOG

Trait Implementations

Derived Implementations

impl Copy for Enum_sr_channeltype

impl Clone for Enum_sr_channeltype

fn clone(&self) -> Enum_sr_channeltype

1.0.0fn clone_from(&mut self, source: &Self)