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

Trait Implementations

impl Default for Struct__GstAllocator
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstAllocator

impl !Sync for Struct__GstAllocator