Struct croaring_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]

[src]

Formats the value using the given formatter.

impl Copy for timespec
[src]

impl Clone for timespec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more