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