[−][src]Struct gstreamer_gl_sys::GstGLMemory
Fields
mem: GstGLBaseMemory
tex_id: c_uint
tex_target: GstGLTextureTarget
tex_format: GstGLFormat
info: GstVideoInfo
valign: GstVideoAlignment
plane: c_uint
tex_scaling: [c_float; 2]
texture_wrapped: gboolean
unpack_length: c_uint
tex_width: c_uint
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLMemory
impl !Send for GstGLMemory
impl !Sync for GstGLMemory
impl Unpin for GstGLMemory
impl UnwindSafe for GstGLMemory
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,