Struct sigrok_sys::Struct_clockinfo [] [src]

pub struct Struct_clockinfo {
    pub hz: c_int,
    pub tick: c_int,
    pub tickadj: c_int,
    pub stathz: c_int,
    pub profhz: c_int,
}

Fields

hz
tick
tickadj
stathz
profhz

Trait Implementations

impl Clone for Struct_clockinfo

fn clone(&self) -> Self

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

impl Default for Struct_clockinfo

fn default() -> Self

Derived Implementations

impl Copy for Struct_clockinfo