Struct sigrok_sys::Struct_timeval [] [src]

pub struct Struct_timeval {
    pub tv_sec: __darwin_time_t,
    pub tv_usec: __darwin_suseconds_t,
}

Fields

tv_sec
tv_usec

Trait Implementations

impl Clone for Struct_timeval

fn clone(&self) -> Self

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

impl Default for Struct_timeval

fn default() -> Self

Derived Implementations

impl Copy for Struct_timeval