Struct gstreamer_gl_sys::GstGLMemoryAllocator
source · #[repr(C)]pub struct GstGLMemoryAllocator {
pub parent: GstGLBaseMemoryAllocator,
pub _padding: [gpointer; 4],
}Fields
parent: GstGLBaseMemoryAllocator_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLMemoryAllocator
impl Clone for GstGLMemoryAllocator
sourcefn clone(&self) -> GstGLMemoryAllocator
fn clone(&self) -> GstGLMemoryAllocator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstGLMemoryAllocator
impl Debug for GstGLMemoryAllocator
impl Copy for GstGLMemoryAllocator
Auto Trait Implementations
impl RefUnwindSafe for GstGLMemoryAllocator
impl !Send for GstGLMemoryAllocator
impl !Sync for GstGLMemoryAllocator
impl Unpin for GstGLMemoryAllocator
impl UnwindSafe for GstGLMemoryAllocator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more