Enum sigrok_sys::Enum_sr_trigger_matches [] [src]

pub enum Enum_sr_trigger_matches {
    SR_TRIGGER_ZERO,
    SR_TRIGGER_ONE,
    SR_TRIGGER_RISING,
    SR_TRIGGER_FALLING,
    SR_TRIGGER_EDGE,
    SR_TRIGGER_OVER,
    SR_TRIGGER_UNDER,
}

Variants

SR_TRIGGER_ZERO
SR_TRIGGER_ONE
SR_TRIGGER_RISING
SR_TRIGGER_FALLING
SR_TRIGGER_EDGE
SR_TRIGGER_OVER
SR_TRIGGER_UNDER

Trait Implementations

Derived Implementations

impl Copy for Enum_sr_trigger_matches

impl Clone for Enum_sr_trigger_matches

fn clone(&self) -> Enum_sr_trigger_matches

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