Struct gstreamer_gl_sys::GstGLBaseFilter
source · #[repr(C)]pub struct GstGLBaseFilter {
pub parent: GstBaseTransform,
pub display: *mut GstGLDisplay,
pub context: *mut GstGLContext,
pub in_caps: *mut GstCaps,
pub out_caps: *mut GstCaps,
pub _padding: [gpointer; 4],
pub priv_: *mut GstGLBaseFilterPrivate,
}Fields
parent: GstBaseTransformdisplay: *mut GstGLDisplaycontext: *mut GstGLContextin_caps: *mut GstCapsout_caps: *mut GstCaps_padding: [gpointer; 4]priv_: *mut GstGLBaseFilterPrivateTrait Implementations
sourceimpl Clone for GstGLBaseFilter
impl Clone for GstGLBaseFilter
sourcefn clone(&self) -> GstGLBaseFilter
fn clone(&self) -> GstGLBaseFilter
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 GstGLBaseFilter
impl Debug for GstGLBaseFilter
impl Copy for GstGLBaseFilter
Auto Trait Implementations
impl RefUnwindSafe for GstGLBaseFilter
impl !Send for GstGLBaseFilter
impl !Sync for GstGLBaseFilter
impl Unpin for GstGLBaseFilter
impl UnwindSafe for GstGLBaseFilter
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