Struct gstreamer_video_sys::GstVideoGLTextureUploadMeta[][src]

#[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

Trait Implementations

impl Copy for GstVideoGLTextureUploadMeta
[src]

impl Clone for GstVideoGLTextureUploadMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoGLTextureUploadMeta
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoGLTextureUploadMeta

impl !Sync for GstVideoGLTextureUploadMeta