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
Auto Trait Implementations
impl RefUnwindSafe for GstTimedValue
impl Send for GstTimedValue
impl Sync for GstTimedValue
impl Unpin for GstTimedValue
impl UnwindSafe for GstTimedValue
Blanket Implementations
Mutably borrows from an owned value. Read more