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