Struct GstGL Base Mixer Class
Source #[repr(C)]pub struct GstGLBaseMixerClass {
pub parent_class: GstVideoAggregatorClass,
pub supported_gl_api: GstGLAPI,
pub gl_start: Option<unsafe extern "C" fn(*mut GstGLBaseMixer) -> gboolean>,
pub gl_stop: Option<unsafe extern "C" fn(*mut GstGLBaseMixer)>,
pub _padding: [gpointer; 4],
}Fields§
§parent_class: GstVideoAggregatorClass§supported_gl_api: GstGLAPI§gl_start: Option<unsafe extern "C" fn(*mut GstGLBaseMixer) -> gboolean>§gl_stop: Option<unsafe extern "C" fn(*mut GstGLBaseMixer)>§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstGLBaseMixerClass
impl Clone for GstGLBaseMixerClass
Source§fn clone(&self) -> GstGLBaseMixerClass
fn clone(&self) -> GstGLBaseMixerClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstGLBaseMixerClass
Auto Trait Implementations§
impl !Send for GstGLBaseMixerClass
impl !Sync for GstGLBaseMixerClass
impl Freeze for GstGLBaseMixerClass
impl RefUnwindSafe for GstGLBaseMixerClass
impl Unpin for GstGLBaseMixerClass
impl UnsafeUnpin for GstGLBaseMixerClass
impl UnwindSafe for GstGLBaseMixerClass
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