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