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