Type Definition rustix::time::Secs

pub type Secs = linux_raw_sys::general::__kernel_time64_t;
Documentation

A type for the tv_sec field of Timespec.

On this page