Struct gstreamer_gl_sys::GstGLBufferAllocator
source · #[repr(C)]pub struct GstGLBufferAllocator {
pub parent: GstGLBaseMemoryAllocator,
pub _padding: [gpointer; 4],
}Fields
parent: GstGLBaseMemoryAllocator_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLBufferAllocator
impl Clone for GstGLBufferAllocator
sourcefn clone(&self) -> GstGLBufferAllocator
fn clone(&self) -> GstGLBufferAllocator
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 GstGLBufferAllocator
impl Debug for GstGLBufferAllocator
impl Copy for GstGLBufferAllocator
Auto Trait Implementations
impl RefUnwindSafe for GstGLBufferAllocator
impl !Send for GstGLBufferAllocator
impl !Sync for GstGLBufferAllocator
impl Unpin for GstGLBufferAllocator
impl UnwindSafe for GstGLBufferAllocator
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