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