#[repr(C)]pub struct GstControlPoint_cache_cubic {
pub h: c_double,
pub z: c_double,
}
Fields
h: c_double
z: c_double
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstControlPoint_cache_cubic
impl Send for GstControlPoint_cache_cubic
impl Sync for GstControlPoint_cache_cubic
impl Unpin for GstControlPoint_cache_cubic
impl UnwindSafe for GstControlPoint_cache_cubic
Blanket Implementations
Mutably borrows from an owned value. Read more