Type Alias kernel_timespec

Source
pub type kernel_timespec = linux___kernel_timespec;

Aliased Type§

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

Fields§

§tv_sec: i64§tv_nsec: i64

Trait Implementations§

Source§

impl VirtualAddressSpaceIndependent for kernel_timespec

Source§

const IGNORE: () = ()

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

impl Pod for kernel_timespec