Struct gstreamer_sys::GstAllocatorClass [−][src]
#[repr(C)]pub struct GstAllocatorClass { pub object_class: GstObjectClass, pub alloc: Option<unsafe extern "C" fn(_: *mut GstAllocator, _: size_t, _: *mut GstAllocationParams) -> *mut GstMemory>, pub free: Option<unsafe extern "C" fn(_: *mut GstAllocator, _: *mut GstMemory)>, pub _gst_reserved: [gpointer; 4], }
Fields
object_class: GstObjectClass
alloc: Option<unsafe extern "C" fn(_: *mut GstAllocator, _: size_t, _: *mut GstAllocationParams) -> *mut GstMemory>
free: Option<unsafe extern "C" fn(_: *mut GstAllocator, _: *mut GstMemory)>
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstAllocatorClass[src]
impl Copy for GstAllocatorClassimpl Clone for GstAllocatorClass[src]
impl Clone for GstAllocatorClassfn clone(&self) -> GstAllocatorClass[src]
fn clone(&self) -> GstAllocatorClassReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstAllocatorClass[src]
impl Debug for GstAllocatorClassAuto Trait Implementations
impl !Send for GstAllocatorClass
impl !Send for GstAllocatorClassimpl !Sync for GstAllocatorClass
impl !Sync for GstAllocatorClass