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 GstTimedValueimpl Clone for GstTimedValue[src]
impl Clone for GstTimedValuefn clone(&self) -> GstTimedValue[src]
fn clone(&self) -> GstTimedValueReturns 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 GstTimedValueAuto Trait Implementations
impl Send for GstTimedValue
impl Send for GstTimedValueimpl Sync for GstTimedValue
impl Sync for GstTimedValue