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 |
pub struct Struct_timespec { pub tv_sec: __darwin_time_t, pub tv_nsec: c_long, }
tv_sec | |
tv_nsec |
impl Clone for Struct_timespec
fn clone(&self) -> Self
fn clone_from(&mut self, source: &Self)
impl Default for Struct_timespec
fn default() -> Self
impl Copy for Struct_timespec