Struct gstreamer_gl_sys::GstGLVideoAllocationParams [−][src]
#[repr(C)]pub struct GstGLVideoAllocationParams { pub parent: GstGLAllocationParams, pub v_info: *mut GstVideoInfo, pub plane: c_uint, pub valign: *mut GstVideoAlignment, pub target: GstGLTextureTarget, pub tex_format: GstGLFormat, pub _padding: [gpointer; 4], }
Fields
parent: GstGLAllocationParams
v_info: *mut GstVideoInfo
plane: c_uint
valign: *mut GstVideoAlignment
target: GstGLTextureTarget
tex_format: GstGLFormat
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLVideoAllocationParams
impl !Send for GstGLVideoAllocationParams
impl !Sync for GstGLVideoAllocationParams
impl Unpin for GstGLVideoAllocationParams
impl UnwindSafe for GstGLVideoAllocationParams
Blanket Implementations
Mutably borrows from an owned value. Read more