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