Struct gst::ffi::Struct__GstVideoGLTextureUploadMeta[][src]

#[repr(C)]
pub struct Struct__GstVideoGLTextureUploadMeta { pub meta: GstMeta, pub texture_orientation: GstVideoGLTextureOrientation, pub n_textures: guint, 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 Default for Struct__GstVideoGLTextureUploadMeta
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstVideoGLTextureUploadMeta

impl !Sync for Struct__GstVideoGLTextureUploadMeta