Struct gstreamer_controller_sys::GstControlPoint [−][src]
#[repr(C)]pub struct GstControlPoint { pub timestamp: GstClockTime, pub value: c_double, pub cache: GstControlPoint_cache, }
Fields
timestamp: GstClockTimevalue: c_doublecache: GstControlPoint_cacheTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstControlPointimpl Send for GstControlPointimpl Sync for GstControlPointimpl Unpin for GstControlPointimpl UnwindSafe for GstControlPointBlanket Implementations
Mutably borrows from an owned value. Read more