#[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§
source§impl Clone for GstGLVideoAllocationParams
impl Clone for GstGLVideoAllocationParams
source§fn clone(&self) -> GstGLVideoAllocationParams
fn clone(&self) -> GstGLVideoAllocationParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstGLVideoAllocationParams
impl Debug for GstGLVideoAllocationParams
impl Copy for GstGLVideoAllocationParams
Auto Trait Implementations§
impl Freeze for GstGLVideoAllocationParams
impl RefUnwindSafe for GstGLVideoAllocationParams
impl !Send for GstGLVideoAllocationParams
impl !Sync for GstGLVideoAllocationParams
impl Unpin for GstGLVideoAllocationParams
impl UnwindSafe for GstGLVideoAllocationParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)