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