Struct gstreamer_gl_sys::GstGLBaseSrc
source · #[repr(C)]pub struct GstGLBaseSrc {
pub parent: GstPushSrc,
pub display: *mut GstGLDisplay,
pub context: *mut GstGLContext,
pub out_info: GstVideoInfo,
pub out_caps: *mut GstCaps,
pub running_time: GstClockTime,
pub _padding: [gpointer; 4],
pub priv_: *mut GstGLBaseSrcPrivate,
}Fields
parent: GstPushSrcdisplay: *mut GstGLDisplaycontext: *mut GstGLContextout_info: GstVideoInfoout_caps: *mut GstCapsrunning_time: GstClockTime_padding: [gpointer; 4]priv_: *mut GstGLBaseSrcPrivateTrait Implementations
sourceimpl Clone for GstGLBaseSrc
impl Clone for GstGLBaseSrc
sourcefn clone(&self) -> GstGLBaseSrc
fn clone(&self) -> GstGLBaseSrc
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstGLBaseSrc
impl Debug for GstGLBaseSrc
impl Copy for GstGLBaseSrc
Auto Trait Implementations
impl RefUnwindSafe for GstGLBaseSrc
impl !Send for GstGLBaseSrc
impl !Sync for GstGLBaseSrc
impl Unpin for GstGLBaseSrc
impl UnwindSafe for GstGLBaseSrc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more