Struct julia_sys::uv_timeval_t [] [src]

#[repr(C)]
pub struct uv_timeval_t { pub tv_sec: c_long, pub tv_usec: c_long, }

Fields

Trait Implementations

impl Debug for uv_timeval_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_timeval_t
[src]

impl Clone for uv_timeval_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more