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