Struct GstVulkan Buffer Memory Allocator Class 
Source #[repr(C)]pub struct GstVulkanBufferMemoryAllocatorClass {
    pub parent_class: GstAllocatorClass,
    pub _reserved: [gpointer; 4],
}Fields§
§parent_class: GstAllocatorClass§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanBufferMemoryAllocatorClass
 
impl Clone for GstVulkanBufferMemoryAllocatorClass
Source§fn clone(&self) -> GstVulkanBufferMemoryAllocatorClass
 
fn clone(&self) -> GstVulkanBufferMemoryAllocatorClass
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 GstVulkanBufferMemoryAllocatorClass
Auto Trait Implementations§
impl Freeze for GstVulkanBufferMemoryAllocatorClass
impl RefUnwindSafe for GstVulkanBufferMemoryAllocatorClass
impl !Send for GstVulkanBufferMemoryAllocatorClass
impl !Sync for GstVulkanBufferMemoryAllocatorClass
impl Unpin for GstVulkanBufferMemoryAllocatorClass
impl UnwindSafe for GstVulkanBufferMemoryAllocatorClass
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