Struct blkid_sys::timespec[][src]

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

Fields

Trait Implementations

impl Debug for timespec
[src]

Formats the value using the given formatter. Read more

impl Copy for timespec
[src]

impl Clone for timespec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for timespec

impl Sync for timespec