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

Trait Implementations

impl Copy for GstAllocatorClass
[src]

impl Clone for GstAllocatorClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAllocatorClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAllocatorClass

impl !Sync for GstAllocatorClass