Struct gstreamer_gl_sys::GstGLMemoryAllocator [−][src]
#[repr(C)]pub struct GstGLMemoryAllocator { pub parent: GstGLBaseMemoryAllocator, pub _padding: [gpointer; 4], }
Fields
parent: GstGLBaseMemoryAllocator
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLMemoryAllocator
impl !Send for GstGLMemoryAllocator
impl !Sync for GstGLMemoryAllocator
impl Unpin for GstGLMemoryAllocator
impl UnwindSafe for GstGLMemoryAllocator
Blanket Implementations
Mutably borrows from an owned value. Read more