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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstVulkanImageBufferPool
Auto Trait Implementations§
impl !Send for GstVulkanImageBufferPool
impl !Sync for GstVulkanImageBufferPool
impl Freeze for GstVulkanImageBufferPool
impl RefUnwindSafe for GstVulkanImageBufferPool
impl Unpin for GstVulkanImageBufferPool
impl UnsafeUnpin 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