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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstVulkanFenceCacheClass
Auto Trait Implementations§
impl !Send for GstVulkanFenceCacheClass
impl !Sync for GstVulkanFenceCacheClass
impl Freeze for GstVulkanFenceCacheClass
impl RefUnwindSafe for GstVulkanFenceCacheClass
impl Unpin for GstVulkanFenceCacheClass
impl UnsafeUnpin 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