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