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
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
Auto Trait Implementations
impl RefUnwindSafe for GstVideoGLTextureUploadMeta
impl !Send for GstVideoGLTextureUploadMeta
impl !Sync for GstVideoGLTextureUploadMeta
impl Unpin for GstVideoGLTextureUploadMeta
impl UnwindSafe for GstVideoGLTextureUploadMeta
Blanket Implementations
Mutably borrows from an owned value. Read more