Struct gstreamer_gl_sys::_GstGLMixerPrivate
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