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