Struct GstVulkan Handle Pool 
Source #[repr(C)]pub struct GstVulkanHandlePool {
    pub parent: GstObject,
    pub device: *mut GstVulkanDevice,
    pub outstanding: *mut GPtrArray,
    pub available: *mut GPtrArray,
    pub _padding: [gpointer; 4],
}Fields§
§parent: GstObject§device: *mut GstVulkanDevice§outstanding: *mut GPtrArray§available: *mut GPtrArray§_padding: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanHandlePool
 
impl Clone for GstVulkanHandlePool
Source§fn clone(&self) -> GstVulkanHandlePool
 
fn clone(&self) -> GstVulkanHandlePool
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 GstVulkanHandlePool
 
impl Debug for GstVulkanHandlePool
impl Copy for GstVulkanHandlePool
Auto Trait Implementations§
impl Freeze for GstVulkanHandlePool
impl RefUnwindSafe for GstVulkanHandlePool
impl !Send for GstVulkanHandlePool
impl !Sync for GstVulkanHandlePool
impl Unpin for GstVulkanHandlePool
impl UnwindSafe for GstVulkanHandlePool
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