Struct sigrok::Driver [] [src]

pub struct Driver {
    // some fields omitted
}

Methods

impl Driver

fn name(&self) -> String

fn long_name(&self) -> String

fn api_version(&self) -> i32

Trait Implementations

Derived Implementations

impl Clone for Driver

fn clone(&self) -> Driver

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

impl Debug for Driver

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