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