Struct gst::ffi::Struct_itimerspec[][src]

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

Fields

Trait Implementations

impl Clone for Struct_itimerspec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct_itimerspec
[src]

impl Default for Struct_itimerspec
[src]

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

Auto Trait Implementations

impl Send for Struct_itimerspec

impl Sync for Struct_itimerspec