Struct GstGL Mixer PadClass
Source #[repr(C)]pub struct GstGLMixerPadClass {
pub parent_class: GstGLBaseMixerPadClass,
pub _padding: [gpointer; 4],
}Fields§
§parent_class: GstGLBaseMixerPadClass§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstGLMixerPadClass
impl Clone for GstGLMixerPadClass
Source§fn clone(&self) -> GstGLMixerPadClass
fn clone(&self) -> GstGLMixerPadClass
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 GstGLMixerPadClass
Auto Trait Implementations§
impl !Send for GstGLMixerPadClass
impl !Sync for GstGLMixerPadClass
impl Freeze for GstGLMixerPadClass
impl RefUnwindSafe for GstGLMixerPadClass
impl Unpin for GstGLMixerPadClass
impl UnsafeUnpin for GstGLMixerPadClass
impl UnwindSafe for GstGLMixerPadClass
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