Struct guile_sys::Struct_itimerspec [] [src]

#[repr(C)]
pub struct Struct_itimerspec { pub it_interval: Struct_timespec, pub it_value: Struct_timespec, }

Fields

Trait Implementations

impl Copy for Struct_itimerspec
[src]

impl Clone for Struct_itimerspec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_itimerspec
[src]

Returns the "default value" for a type. Read more