Struct gstreamer_sys::GstTimedValue [−][src]
#[repr(C)]pub struct GstTimedValue { pub timestamp: GstClockTime, pub value: c_double, }
Fields
timestamp: GstClockTimevalue: c_doubleTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTimedValueimpl Send for GstTimedValueimpl Sync for GstTimedValueimpl Unpin for GstTimedValueimpl UnwindSafe for GstTimedValueBlanket Implementations
Mutably borrows from an owned value. Read more