Struct gstreamer_gl_sys::GstGLViewConvert
source · #[repr(C)]pub struct GstGLViewConvert {Show 18 fields
pub object: GstObject,
pub context: *mut GstGLContext,
pub shader: *mut GstGLShader,
pub input_mode_override: GstVideoMultiviewMode,
pub input_flags_override: GstVideoMultiviewFlags,
pub output_mode_override: GstVideoMultiviewMode,
pub output_flags_override: GstVideoMultiviewFlags,
pub downmix_mode: GstGLStereoDownmix,
pub in_info: GstVideoInfo,
pub out_info: GstVideoInfo,
pub from_texture_target: GstGLTextureTarget,
pub to_texture_target: GstGLTextureTarget,
pub caps_passthrough: gboolean,
pub initted: gboolean,
pub reconfigure: gboolean,
pub fbo: *mut GstGLFramebuffer,
pub priv_: *mut GstGLViewConvertPrivate,
pub _padding: [gpointer; 4],
}
Fields§
§object: GstObject
§context: *mut GstGLContext
§shader: *mut GstGLShader
§input_mode_override: GstVideoMultiviewMode
§input_flags_override: GstVideoMultiviewFlags
§output_mode_override: GstVideoMultiviewMode
§output_flags_override: GstVideoMultiviewFlags
§downmix_mode: GstGLStereoDownmix
§in_info: GstVideoInfo
§out_info: GstVideoInfo
§from_texture_target: GstGLTextureTarget
§to_texture_target: GstGLTextureTarget
§caps_passthrough: gboolean
§initted: gboolean
§reconfigure: gboolean
§fbo: *mut GstGLFramebuffer
§priv_: *mut GstGLViewConvertPrivate
§_padding: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstGLViewConvert
impl Clone for GstGLViewConvert
source§fn clone(&self) -> GstGLViewConvert
fn clone(&self) -> GstGLViewConvert
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 GstGLViewConvert
impl Debug for GstGLViewConvert
impl Copy for GstGLViewConvert
Auto Trait Implementations§
impl Freeze for GstGLViewConvert
impl RefUnwindSafe for GstGLViewConvert
impl !Send for GstGLViewConvert
impl !Sync for GstGLViewConvert
impl Unpin for GstGLViewConvert
impl UnwindSafe for GstGLViewConvert
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
)