Struct gstreamer_controller_sys::GstControlPoint
source · [−]#[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 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