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