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