Struct GstVulkan Descriptor Cache 
Source #[repr(C)]pub struct GstVulkanDescriptorCache {
    pub parent: GstVulkanHandlePool,
    pub pool: *mut GstVulkanDescriptorPool,
    pub _reserved: [gpointer; 4],
}Fields§
§parent: GstVulkanHandlePool§pool: *mut GstVulkanDescriptorPool§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanDescriptorCache
 
impl Clone for GstVulkanDescriptorCache
Source§fn clone(&self) -> GstVulkanDescriptorCache
 
fn clone(&self) -> GstVulkanDescriptorCache
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 GstVulkanDescriptorCache
 
impl Debug for GstVulkanDescriptorCache
impl Copy for GstVulkanDescriptorCache
Auto Trait Implementations§
impl Freeze for GstVulkanDescriptorCache
impl RefUnwindSafe for GstVulkanDescriptorCache
impl !Send for GstVulkanDescriptorCache
impl !Sync for GstVulkanDescriptorCache
impl Unpin for GstVulkanDescriptorCache
impl UnwindSafe for GstVulkanDescriptorCache
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