Struct gstreamer_gl_sys::GstGLViewConvertClass
source · #[repr(C)]pub struct GstGLViewConvertClass {
pub object_class: GstObjectClass,
pub _padding: [gpointer; 4],
}Fields
object_class: GstObjectClass_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLViewConvertClass
impl Clone for GstGLViewConvertClass
sourcefn clone(&self) -> GstGLViewConvertClass
fn clone(&self) -> GstGLViewConvertClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstGLViewConvertClass
impl Debug for GstGLViewConvertClass
impl Copy for GstGLViewConvertClass
Auto Trait Implementations
impl RefUnwindSafe for GstGLViewConvertClass
impl !Send for GstGLViewConvertClass
impl !Sync for GstGLViewConvertClass
impl Unpin for GstGLViewConvertClass
impl UnwindSafe for GstGLViewConvertClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more