Struct GstGL Video Allocation Params
Source #[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstGLVideoAllocationParams
Auto Trait Implementations§
impl !Send for GstGLVideoAllocationParams
impl !Sync for GstGLVideoAllocationParams
impl Freeze for GstGLVideoAllocationParams
impl RefUnwindSafe for GstGLVideoAllocationParams
impl Unpin for GstGLVideoAllocationParams
impl UnsafeUnpin 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