Struct GstVulkan Trash 
Source #[repr(C)]pub struct GstVulkanTrash {
    pub parent: GstMiniObject,
    pub cache: *mut GstVulkanTrashList,
    pub fence: *mut GstVulkanFence,
    pub notify: GstVulkanTrashNotify,
    pub user_data: gpointer,
    pub _padding: [gpointer; 4],
}Fields§
§parent: GstMiniObject§cache: *mut GstVulkanTrashList§fence: *mut GstVulkanFence§notify: GstVulkanTrashNotify§user_data: gpointer§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanTrash
 
impl Clone for GstVulkanTrash
Source§fn clone(&self) -> GstVulkanTrash
 
fn clone(&self) -> GstVulkanTrash
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 GstVulkanTrash
 
impl Debug for GstVulkanTrash
impl Copy for GstVulkanTrash
Auto Trait Implementations§
impl Freeze for GstVulkanTrash
impl RefUnwindSafe for GstVulkanTrash
impl !Send for GstVulkanTrash
impl !Sync for GstVulkanTrash
impl Unpin for GstVulkanTrash
impl UnwindSafe for GstVulkanTrash
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