Struct gstreamer_gl_sys::GstGLBufferPool [−][src]
#[repr(C)]pub struct GstGLBufferPool { pub bufferpool: GstBufferPool, pub context: *mut GstGLContext, pub priv_: *mut GstGLBufferPoolPrivate, pub _padding: [gpointer; 4], }
Fields
bufferpool: GstBufferPool
context: *mut GstGLContext
priv_: *mut GstGLBufferPoolPrivate
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLBufferPool
impl !Send for GstGLBufferPool
impl !Sync for GstGLBufferPool
impl Unpin for GstGLBufferPool
impl UnwindSafe for GstGLBufferPool
Blanket Implementations
Mutably borrows from an owned value. Read more