Struct gst::ffi::Struct_itimerspec [−][src]
#[repr(C)]pub struct Struct_itimerspec { pub it_interval: Struct_timespec, pub it_value: Struct_timespec, }
Fields
it_interval: Struct_timespec
it_value: Struct_timespec
Trait Implementations
impl Clone for Struct_itimerspec
[src]
impl Clone for Struct_itimerspec
fn clone(&self) -> Struct_itimerspec
[src]
fn clone(&self) -> Struct_itimerspec
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct_itimerspec
[src]
impl Copy for Struct_itimerspec
impl Default for Struct_itimerspec
[src]
impl Default for Struct_itimerspec
fn default() -> Struct_itimerspec
[src]
fn default() -> Struct_itimerspec
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for Struct_itimerspec
impl Send for Struct_itimerspec
impl Sync for Struct_itimerspec
impl Sync for Struct_itimerspec