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: GstGLAllocationParamsgl_target: c_uintgl_usage: c_uint_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLBufferAllocationParamsimpl !Send for GstGLBufferAllocationParamsimpl !Sync for GstGLBufferAllocationParamsimpl Unpin for GstGLBufferAllocationParamsimpl UnwindSafe for GstGLBufferAllocationParamsBlanket Implementations
Mutably borrows from an owned value. Read more