#[repr(C)]pub struct GstGLBaseMemoryAllocatorClass {
pub parent_class: GstAllocatorClass,
pub alloc: GstGLBaseMemoryAllocatorAllocFunction,
pub create: GstGLBaseMemoryAllocatorCreateFunction,
pub map: GstGLBaseMemoryAllocatorMapFunction,
pub unmap: GstGLBaseMemoryAllocatorUnmapFunction,
pub copy: GstGLBaseMemoryAllocatorCopyFunction,
pub destroy: GstGLBaseMemoryAllocatorDestroyFunction,
pub _padding: [gpointer; 4],
}Fields
parent_class: GstAllocatorClassalloc: GstGLBaseMemoryAllocatorAllocFunctioncreate: GstGLBaseMemoryAllocatorCreateFunctionmap: GstGLBaseMemoryAllocatorMapFunctionunmap: GstGLBaseMemoryAllocatorUnmapFunctioncopy: GstGLBaseMemoryAllocatorCopyFunctiondestroy: GstGLBaseMemoryAllocatorDestroyFunction_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLBaseMemoryAllocatorClass
impl Clone for GstGLBaseMemoryAllocatorClass
sourcefn clone(&self) -> GstGLBaseMemoryAllocatorClass
fn clone(&self) -> GstGLBaseMemoryAllocatorClass
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 GstGLBaseMemoryAllocatorClass
impl Debug for GstGLBaseMemoryAllocatorClass
impl Copy for GstGLBaseMemoryAllocatorClass
Auto Trait Implementations
impl RefUnwindSafe for GstGLBaseMemoryAllocatorClass
impl !Send for GstGLBaseMemoryAllocatorClass
impl !Sync for GstGLBaseMemoryAllocatorClass
impl Unpin for GstGLBaseMemoryAllocatorClass
impl UnwindSafe for GstGLBaseMemoryAllocatorClass
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