Struct gstreamer_gl_sys::GstGLRenderbufferAllocationParams [−][src]
#[repr(C)]pub struct GstGLRenderbufferAllocationParams { pub parent: GstGLAllocationParams, pub renderbuffer_format: GstGLFormat, pub width: c_uint, pub height: c_uint, pub _padding: [gpointer; 4], }
Fields
parent: GstGLAllocationParams
renderbuffer_format: GstGLFormat
width: c_uint
height: c_uint
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl !Send for GstGLRenderbufferAllocationParams
impl !Sync for GstGLRenderbufferAllocationParams
impl Unpin for GstGLRenderbufferAllocationParams
Blanket Implementations
Mutably borrows from an owned value. Read more