#[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
impl 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