Struct sigrok_sys::Struct_sr_option [] [src]

pub struct Struct_sr_option {
    pub id: *const c_char,
    pub name: *const c_char,
    pub desc: *const c_char,
    pub def: *mut GVariant,
    pub values: *mut GSList,
}

Fields

id
name
desc
def
values

Trait Implementations

impl Clone for Struct_sr_option

fn clone(&self) -> Self

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

impl Default for Struct_sr_option

fn default() -> Self

Derived Implementations

impl Copy for Struct_sr_option