Struct gstreamer_gl_sys::GstGLColorConvert
source · #[repr(C)]pub struct GstGLColorConvert {
pub parent: GstObject,
pub context: *mut GstGLContext,
pub in_info: GstVideoInfo,
pub out_info: GstVideoInfo,
pub initted: gboolean,
pub passthrough: gboolean,
pub inbuf: *mut GstBuffer,
pub outbuf: *mut GstBuffer,
pub fbo: *mut GstGLFramebuffer,
pub shader: *mut GstGLShader,
pub priv_: *mut GstGLColorConvertPrivate,
pub _reserved: [gpointer; 4],
}
Fields§
§parent: GstObject
§context: *mut GstGLContext
§in_info: GstVideoInfo
§out_info: GstVideoInfo
§initted: gboolean
§passthrough: gboolean
§inbuf: *mut GstBuffer
§outbuf: *mut GstBuffer
§fbo: *mut GstGLFramebuffer
§shader: *mut GstGLShader
§priv_: *mut GstGLColorConvertPrivate
§_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstGLColorConvert
impl Clone for GstGLColorConvert
source§fn clone(&self) -> GstGLColorConvert
fn clone(&self) -> GstGLColorConvert
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstGLColorConvert
impl Debug for GstGLColorConvert
impl Copy for GstGLColorConvert
Auto Trait Implementations§
impl Freeze for GstGLColorConvert
impl RefUnwindSafe for GstGLColorConvert
impl !Send for GstGLColorConvert
impl !Sync for GstGLColorConvert
impl Unpin for GstGLColorConvert
impl UnwindSafe for GstGLColorConvert
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)