[][src]Struct gstreamer_video_sys::GstVideoGLTextureUploadMeta

#[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: GstMetatexture_orientation: GstVideoGLTextureOrientationn_textures: c_uinttexture_type: [GstVideoGLTextureType; 4]buffer: *mut GstBufferupload: GstVideoGLTextureUploaduser_data: gpointeruser_data_copy: GBoxedCopyFuncuser_data_free: GBoxedFreeFunc

Trait Implementations

impl Clone for GstVideoGLTextureUploadMeta[src]

impl Copy for GstVideoGLTextureUploadMeta[src]

impl Debug for GstVideoGLTextureUploadMeta[src]

Auto Trait Implementations

impl !Send for GstVideoGLTextureUploadMeta

impl Unpin for GstVideoGLTextureUploadMeta

impl !Sync for GstVideoGLTextureUploadMeta

impl UnwindSafe for GstVideoGLTextureUploadMeta

impl RefUnwindSafe for GstVideoGLTextureUploadMeta

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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