Struct gstreamer_controller_sys::GstInterpolationControlSource [−][src]
#[repr(C)]pub struct GstInterpolationControlSource { pub parent: GstTimedValueControlSource, pub priv_: *mut GstInterpolationControlSourcePrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstTimedValueControlSource
priv_: *mut GstInterpolationControlSourcePrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl !Send for GstInterpolationControlSource
impl !Sync for GstInterpolationControlSource
impl Unpin for GstInterpolationControlSource
impl UnwindSafe for GstInterpolationControlSource
Blanket Implementations
Mutably borrows from an owned value. Read more