Struct _GstGL
Source #[repr(C)]pub struct _GstGLBaseMixerPrivate { /* private fields */ }Auto Trait Implementations§
impl Freeze for _GstGLBaseMixerPrivate
impl RefUnwindSafe for _GstGLBaseMixerPrivate
impl !Send for _GstGLBaseMixerPrivate
impl !Sync for _GstGLBaseMixerPrivate
impl !Unpin for _GstGLBaseMixerPrivate
impl UnwindSafe for _GstGLBaseMixerPrivate
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