Struct sigrok_sys::Struct_sr_trigger_match [] [src]

pub struct Struct_sr_trigger_match {
    pub channel: *mut Struct_sr_channel,
    pub _match: c_int,
    pub value: c_float,
}

Fields

channel
_match
value

Trait Implementations

impl Clone for Struct_sr_trigger_match

fn clone(&self) -> Self

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

impl Default for Struct_sr_trigger_match

fn default() -> Self

Derived Implementations

impl Copy for Struct_sr_trigger_match