#[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
impl 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