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