Struct GstGL Base Memory Allocator
Source #[repr(C)]pub struct GstGLBaseMemoryAllocator {
pub parent: GstAllocator,
pub fallback_mem_copy: GstMemoryCopyFunction,
pub _padding: [gpointer; 4],
}Fields§
§parent: GstAllocator§fallback_mem_copy: GstMemoryCopyFunction§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstGLBaseMemoryAllocator
impl Clone for GstGLBaseMemoryAllocator
Source§fn clone(&self) -> GstGLBaseMemoryAllocator
fn clone(&self) -> GstGLBaseMemoryAllocator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstGLBaseMemoryAllocator
Auto Trait Implementations§
impl !Send for GstGLBaseMemoryAllocator
impl !Sync for GstGLBaseMemoryAllocator
impl Freeze for GstGLBaseMemoryAllocator
impl RefUnwindSafe for GstGLBaseMemoryAllocator
impl Unpin for GstGLBaseMemoryAllocator
impl UnsafeUnpin for GstGLBaseMemoryAllocator
impl UnwindSafe for GstGLBaseMemoryAllocator
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