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