#[repr(C)]pub struct _GstInterpolationControlSourcePrivate { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstInterpolationControlSourcePrivate
impl RefUnwindSafe for _GstInterpolationControlSourcePrivate
impl !Send for _GstInterpolationControlSourcePrivate
impl !Sync for _GstInterpolationControlSourcePrivate
impl !Unpin for _GstInterpolationControlSourcePrivate
impl UnwindSafe for _GstInterpolationControlSourcePrivate
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