#[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
sourceimpl Clone for GstGLVideoAllocationParams
impl Clone for GstGLVideoAllocationParams
sourcefn clone(&self) -> GstGLVideoAllocationParams
fn clone(&self) -> GstGLVideoAllocationParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstGLVideoAllocationParams
impl Debug for GstGLVideoAllocationParams
impl Copy for GstGLVideoAllocationParams
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more