Struct GstVulkan Image Buffer Pool 
Source #[repr(C)]pub struct GstVulkanImageBufferPool {
    pub bufferpool: GstBufferPool,
    pub device: *mut GstVulkanDevice,
    pub _reserved: [gpointer; 4],
}Fields§
§bufferpool: GstBufferPool§device: *mut GstVulkanDevice§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanImageBufferPool
 
impl Clone for GstVulkanImageBufferPool
Source§fn clone(&self) -> GstVulkanImageBufferPool
 
fn clone(&self) -> GstVulkanImageBufferPool
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 GstVulkanImageBufferPool
 
impl Debug for GstVulkanImageBufferPool
impl Copy for GstVulkanImageBufferPool
Auto Trait Implementations§
impl Freeze for GstVulkanImageBufferPool
impl RefUnwindSafe for GstVulkanImageBufferPool
impl !Send for GstVulkanImageBufferPool
impl !Sync for GstVulkanImageBufferPool
impl Unpin for GstVulkanImageBufferPool
impl UnwindSafe for GstVulkanImageBufferPool
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