Struct GstVulkan Trash List Class
Source #[repr(C)]pub struct GstVulkanTrashListClass {
pub parent_class: GstVulkanHandlePoolClass,
pub add_func: GstVulkanTrashListAdd,
pub gc_func: GstVulkanTrashListGC,
pub wait_func: GstVulkanTrashListWait,
pub _reserved: [gpointer; 4],
}Fields§
§parent_class: GstVulkanHandlePoolClass§add_func: GstVulkanTrashListAdd§gc_func: GstVulkanTrashListGC§wait_func: GstVulkanTrashListWait§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanTrashListClass
impl Clone for GstVulkanTrashListClass
Source§fn clone(&self) -> GstVulkanTrashListClass
fn clone(&self) -> GstVulkanTrashListClass
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 GstVulkanTrashListClass
Auto Trait Implementations§
impl !Send for GstVulkanTrashListClass
impl !Sync for GstVulkanTrashListClass
impl Freeze for GstVulkanTrashListClass
impl RefUnwindSafe for GstVulkanTrashListClass
impl Unpin for GstVulkanTrashListClass
impl UnsafeUnpin for GstVulkanTrashListClass
impl UnwindSafe for GstVulkanTrashListClass
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