Struct sigrok_sys::Struct_sr_channel [] [src]

pub struct Struct_sr_channel {
    pub sdi: *mut Struct_sr_dev_inst,
    pub index: c_int,
    pub _type: c_int,
    pub enabled: gboolean,
    pub name: *mut c_char,
    pub _priv: *mut c_void,
}

Fields

sdi
index
_type
enabled
name
_priv

Trait Implementations

impl Clone for Struct_sr_channel

fn clone(&self) -> Self

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

impl Default for Struct_sr_channel

fn default() -> Self

Derived Implementations

impl Copy for Struct_sr_channel