Struct gstreamer_gl_sys::GstGLBaseMemory [−][src]
#[repr(C)]pub struct GstGLBaseMemory {}Show fields
pub mem: GstMemory, pub context: *mut GstGLContext, pub lock: GMutex, pub map_flags: GstMapFlags, pub map_count: c_int, pub gl_map_count: c_int, pub data: gpointer, pub query: *mut GstGLQuery, pub alloc_size: size_t, pub alloc_data: gpointer, pub notify: GDestroyNotify, pub user_data: gpointer, pub _padding: [gpointer; 4],
Fields
mem: GstMemory
context: *mut GstGLContext
lock: GMutex
map_flags: GstMapFlags
map_count: c_int
gl_map_count: c_int
data: gpointer
query: *mut GstGLQuery
alloc_size: size_t
alloc_data: gpointer
notify: GDestroyNotify
user_data: gpointer
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLBaseMemory
impl !Send for GstGLBaseMemory
impl !Sync for GstGLBaseMemory
impl Unpin for GstGLBaseMemory
impl UnwindSafe for GstGLBaseMemory
Blanket Implementations
Mutably borrows from an owned value. Read more