#[repr(C)]pub struct GstInterpolationControlSourceClass {
pub parent_class: GstTimedValueControlSourceClass,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent_class: GstTimedValueControlSourceClass§_gst_reserved: [gpointer; 4]Trait Implementations§
impl Copy for GstInterpolationControlSourceClass
Auto Trait Implementations§
impl !Send for GstInterpolationControlSourceClass
impl !Sync for GstInterpolationControlSourceClass
impl Freeze for GstInterpolationControlSourceClass
impl RefUnwindSafe for GstInterpolationControlSourceClass
impl Unpin for GstInterpolationControlSourceClass
impl UnsafeUnpin for GstInterpolationControlSourceClass
impl UnwindSafe for GstInterpolationControlSourceClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more