Struct julia_sys::jl_timeval [] [src]

#[repr(C)]
pub struct jl_timeval { pub sec: i64, pub usec: i64, }

Fields

Trait Implementations

impl Debug for jl_timeval
[src]

[src]

Formats the value using the given formatter.

impl Copy for jl_timeval
[src]

impl Clone for jl_timeval
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more