extern struct timespec [src]

Fields

sec: time_t
nsec: isize

Source

pub const timespec = extern struct { sec: time_t, nsec: isize, }