Struct sigrok_sys::Struct_sr_channel_group [] [src]

pub struct Struct_sr_channel_group {
    pub name: *mut c_char,
    pub channels: *mut GSList,
    pub _priv: *mut c_void,
}

Fields

name
channels
_priv

Trait Implementations

impl Clone for Struct_sr_channel_group

fn clone(&self) -> Self

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

impl Default for Struct_sr_channel_group

fn default() -> Self

Derived Implementations

impl Copy for Struct_sr_channel_group