Struct gstreamer_gl_sys::GstGLSLStageClass
source · #[repr(C)]pub struct GstGLSLStageClass {
pub parent: GstObjectClass,
pub _padding: [gpointer; 4],
}Fields
parent: GstObjectClass_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLSLStageClass
impl Clone for GstGLSLStageClass
sourcefn clone(&self) -> GstGLSLStageClass
fn clone(&self) -> GstGLSLStageClass
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 GstGLSLStageClass
impl Debug for GstGLSLStageClass
impl Copy for GstGLSLStageClass
Auto Trait Implementations
impl RefUnwindSafe for GstGLSLStageClass
impl !Send for GstGLSLStageClass
impl !Sync for GstGLSLStageClass
impl Unpin for GstGLSLStageClass
impl UnwindSafe for GstGLSLStageClass
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