Struct GstGLSL Stage Class
Source #[repr(C)]pub struct GstGLSLStageClass {
pub parent: GstObjectClass,
pub _padding: [gpointer; 4],
}Fields§
§parent: GstObjectClass§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstGLSLStageClass
impl Clone for GstGLSLStageClass
Source§fn clone(&self) -> GstGLSLStageClass
fn clone(&self) -> GstGLSLStageClass
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 GstGLSLStageClass
Auto Trait Implementations§
impl !Send for GstGLSLStageClass
impl !Sync for GstGLSLStageClass
impl Freeze for GstGLSLStageClass
impl RefUnwindSafe for GstGLSLStageClass
impl Unpin for GstGLSLStageClass
impl UnsafeUnpin for GstGLSLStageClass
impl UnwindSafe for GstGLSLStageClass
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