#[repr(C)]pub struct GstVideoGLTextureUploadMeta {
pub meta: GstMeta,
pub texture_orientation: GstVideoGLTextureOrientation,
pub n_textures: c_uint,
pub texture_type: [GstVideoGLTextureType; 4],
pub buffer: *mut GstBuffer,
pub upload: GstVideoGLTextureUpload,
pub user_data: gpointer,
pub user_data_copy: GBoxedCopyFunc,
pub user_data_free: GBoxedFreeFunc,
}
Fields§
§meta: GstMeta
§texture_orientation: GstVideoGLTextureOrientation
§n_textures: c_uint
§texture_type: [GstVideoGLTextureType; 4]
§buffer: *mut GstBuffer
§upload: GstVideoGLTextureUpload
§user_data: gpointer
§user_data_copy: GBoxedCopyFunc
§user_data_free: GBoxedFreeFunc
Trait Implementations§
source§impl Clone for GstVideoGLTextureUploadMeta
impl Clone for GstVideoGLTextureUploadMeta
source§fn clone(&self) -> GstVideoGLTextureUploadMeta
fn clone(&self) -> GstVideoGLTextureUploadMeta
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 GstVideoGLTextureUploadMeta
impl Debug for GstVideoGLTextureUploadMeta
impl Copy for GstVideoGLTextureUploadMeta
Auto Trait Implementations§
impl Freeze for GstVideoGLTextureUploadMeta
impl RefUnwindSafe for GstVideoGLTextureUploadMeta
impl !Send for GstVideoGLTextureUploadMeta
impl !Sync for GstVideoGLTextureUploadMeta
impl Unpin for GstVideoGLTextureUploadMeta
impl UnwindSafe for GstVideoGLTextureUploadMeta
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
)