Struct gstreamer_sys::GstTimedValue [−][src]
#[repr(C)]pub struct GstTimedValue { pub timestamp: GstClockTime, pub value: c_double, }
Fields
timestamp: GstClockTime
value: c_double
Trait Implementations
impl Copy for GstTimedValue
[src]
impl Copy for GstTimedValue
impl Clone for GstTimedValue
[src]
impl Clone for GstTimedValue
fn clone(&self) -> GstTimedValue
[src]
fn clone(&self) -> GstTimedValue
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 Debug for GstTimedValue
[src]
impl Debug for GstTimedValue
Auto Trait Implementations
impl Send for GstTimedValue
impl Send for GstTimedValue
impl Sync for GstTimedValue
impl Sync for GstTimedValue