Struct GstGL Buffer Allocator
Source #[repr(C)]pub struct GstGLBufferAllocator {
pub parent: GstGLBaseMemoryAllocator,
pub _padding: [gpointer; 4],
}Fields§
§parent: GstGLBaseMemoryAllocator§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstGLBufferAllocator
impl Clone for GstGLBufferAllocator
Source§fn clone(&self) -> GstGLBufferAllocator
fn clone(&self) -> GstGLBufferAllocator
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 GstGLBufferAllocator
Auto Trait Implementations§
impl !Send for GstGLBufferAllocator
impl !Sync for GstGLBufferAllocator
impl Freeze for GstGLBufferAllocator
impl RefUnwindSafe for GstGLBufferAllocator
impl Unpin for GstGLBufferAllocator
impl UnsafeUnpin for GstGLBufferAllocator
impl UnwindSafe for GstGLBufferAllocator
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