#[repr(C)]pub struct GstGLRenderbufferAllocatorClass {
pub parent_class: GstGLBaseMemoryAllocatorClass,
pub _padding: [gpointer; 4],
}Fields
parent_class: GstGLBaseMemoryAllocatorClass_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLRenderbufferAllocatorClass
impl Clone for GstGLRenderbufferAllocatorClass
sourcefn clone(&self) -> GstGLRenderbufferAllocatorClass
fn clone(&self) -> GstGLRenderbufferAllocatorClass
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 moreimpl Copy for GstGLRenderbufferAllocatorClass
Auto Trait Implementations
impl RefUnwindSafe for GstGLRenderbufferAllocatorClass
impl !Send for GstGLRenderbufferAllocatorClass
impl !Sync for GstGLRenderbufferAllocatorClass
impl Unpin for GstGLRenderbufferAllocatorClass
impl UnwindSafe for GstGLRenderbufferAllocatorClass
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