Struct phper_sys::statx_timestamp [−][src]
#[repr(C)]pub struct statx_timestamp { pub tv_sec: __s64, pub tv_nsec: __u32, pub __reserved: __s32, }
Fields
tv_sec: __s64tv_nsec: __u32__reserved: __s32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for statx_timestampimpl Send for statx_timestampimpl Sync for statx_timestampimpl Unpin for statx_timestampimpl UnwindSafe for statx_timestampBlanket Implementations
Mutably borrows from an owned value. Read more