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