Struct sigrok_sys::Struct_timespec [] [src]

pub struct Struct_timespec {
    pub tv_sec: __darwin_time_t,
    pub tv_nsec: c_long,
}

Fields

tv_sec
tv_nsec

Trait Implementations

impl Clone for Struct_timespec

fn clone(&self) -> Self

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

impl Default for Struct_timespec

fn default() -> Self

Derived Implementations

impl Copy for Struct_timespec