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

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

meta: GstMetatexture_orientation: GstVideoGLTextureOrientationn_textures: guinttexture_type: [GstVideoGLTextureType; 4]buffer: *mut GstBufferupload: GstVideoGLTextureUploaduser_data: gpointeruser_data_copy: GBoxedCopyFuncuser_data_free: GBoxedFreeFunc

Trait Implementations

impl Default for Struct__GstVideoGLTextureUploadMeta[src]

Auto Trait Implementations

impl !Send for Struct__GstVideoGLTextureUploadMeta

impl !Sync for Struct__GstVideoGLTextureUploadMeta

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.