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