Struct gstreamer_sys::GstTimedValue[][src]

#[repr(C)]
pub struct GstTimedValue { pub timestamp: GstClockTime, pub value: c_double, }

Fields

Trait Implementations

impl Copy for GstTimedValue
[src]

impl Clone for GstTimedValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstTimedValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstTimedValue

impl Sync for GstTimedValue