Type Alias timespec

Source
pub type timespec = linux_timespec;

Aliased Type§

#[repr(C)]
pub struct timespec { pub tv_sec: i64, pub tv_nsec: i64, }

Fields§

§tv_sec: i64§tv_nsec: i64

Trait Implementations§

Source§

impl VirtualAddressSpaceIndependent for timespec

Source§

const IGNORE: () = ()

Used by the derive macro to validate that fields are Vasi.
Source§

impl Pod for timespec