Type Alias tree_sitter_c2rust::ffi::TSClock

source ·
pub type TSClock = timespec;

Aliased Type§

struct TSClock {
    pub tv_sec: i32,
    pub tv_nsec: i32,
}

Fields§

§tv_sec: i32§tv_nsec: i32