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