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