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: GstGLAllocationParamsv_info: *mut GstVideoInfoplane: c_uintvalign: *mut GstVideoAlignmenttarget: GstGLTextureTargettex_format: GstGLFormat_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLVideoAllocationParamsimpl !Send for GstGLVideoAllocationParamsimpl !Sync for GstGLVideoAllocationParamsimpl Unpin for GstGLVideoAllocationParamsimpl UnwindSafe for GstGLVideoAllocationParamsBlanket Implementations
Mutably borrows from an owned value. Read more