#[repr(C)]pub struct GstGLBaseMixer {
pub parent: GstVideoAggregator,
pub display: *mut GstGLDisplay,
pub context: *mut GstGLContext,
pub _padding: [gpointer; 4],
pub priv_: *mut GstGLBaseMixerPrivate,
}Fields§
§parent: GstVideoAggregator§display: *mut GstGLDisplay§context: *mut GstGLContext§_padding: [gpointer; 4]§priv_: *mut GstGLBaseMixerPrivateTrait Implementations§
Source§impl Clone for GstGLBaseMixer
impl Clone for GstGLBaseMixer
impl Copy for GstGLBaseMixer
Auto Trait Implementations§
impl !Send for GstGLBaseMixer
impl !Sync for GstGLBaseMixer
impl Freeze for GstGLBaseMixer
impl RefUnwindSafe for GstGLBaseMixer
impl Unpin for GstGLBaseMixer
impl UnsafeUnpin for GstGLBaseMixer
impl UnwindSafe for GstGLBaseMixer
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