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