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