Struct gst::ffi::Struct__GstAllocator [−][src]
#[repr(C)]pub struct Struct__GstAllocator { pub object: GstObject, pub mem_type: *const gchar, pub mem_map: GstMemoryMapFunction, pub mem_unmap: GstMemoryUnmapFunction, pub mem_copy: GstMemoryCopyFunction, pub mem_share: GstMemoryShareFunction, pub mem_is_span: GstMemoryIsSpanFunction, pub _gst_reserved: [gpointer; 4], pub _priv: *mut GstAllocatorPrivate, }
Fields
object: GstObject
mem_type: *const gchar
mem_map: GstMemoryMapFunction
mem_unmap: GstMemoryUnmapFunction
mem_copy: GstMemoryCopyFunction
mem_is_span: GstMemoryIsSpanFunction
_gst_reserved: [gpointer; 4]
_priv: *mut GstAllocatorPrivate
Trait Implementations
impl Default for Struct__GstAllocator
[src]
impl Default for Struct__GstAllocator
fn default() -> Struct__GstAllocator
[src]
fn default() -> Struct__GstAllocator
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GstAllocator
impl !Send for Struct__GstAllocator
impl !Sync for Struct__GstAllocator
impl !Sync for Struct__GstAllocator