Struct sigrok::DriverInstance [] [src]

pub struct DriverInstance {
    // some fields omitted
}

Methods

impl DriverInstance

fn channels(&self) -> Vec<DriverChannel>

fn channel_groups(&self) -> Vec<DriverChannelGroup>

fn config_set(&self, group: &DriverChannelGroup, config: &ConfigOption)

Trait Implementations

Derived Implementations

impl Debug for DriverInstance

fn fmt(&self, __arg_0: &mut Formatter) -> Result