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