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: GstPushSrc
§display: *mut GstGLDisplay
§context: *mut GstGLContext
§out_info: GstVideoInfo
§out_caps: *mut GstCaps
§running_time: GstClockTime
§_padding: [gpointer; 4]
§priv_: *mut GstGLBaseSrcPrivate
Trait Implementations§
source§impl Clone for GstGLBaseSrc
impl Clone for GstGLBaseSrc
source§fn clone(&self) -> GstGLBaseSrc
fn clone(&self) -> GstGLBaseSrc
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 GstGLBaseSrc
impl Debug for GstGLBaseSrc
impl Copy for GstGLBaseSrc
Auto Trait Implementations§
impl Freeze for GstGLBaseSrc
impl RefUnwindSafe for GstGLBaseSrc
impl !Send for GstGLBaseSrc
impl !Sync for GstGLBaseSrc
impl Unpin for GstGLBaseSrc
impl UnwindSafe for GstGLBaseSrc
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)