Struct GstVulkan Full Screen Quad 
Source #[repr(C)]pub struct GstVulkanFullScreenQuad {Show 16 fields
    pub parent: GstObject,
    pub out_info: GstVideoInfo,
    pub in_info: GstVideoInfo,
    pub queue: *mut GstVulkanQueue,
    pub render_pass: *mut GstVulkanHandle,
    pub pipeline_layout: *mut GstVulkanHandle,
    pub graphics_pipeline: *mut GstVulkanHandle,
    pub descriptor_set_layout: *mut GstVulkanHandle,
    pub descriptor_cache: *mut GstVulkanDescriptorCache,
    pub descriptor_set: *mut GstVulkanDescriptorSet,
    pub framebuffer: *mut GstVulkanHandle,
    pub sampler: *mut GstVulkanHandle,
    pub cmd_pool: *mut GstVulkanCommandPool,
    pub trash_list: *mut GstVulkanTrashList,
    pub last_fence: *mut GstVulkanFence,
    pub _reserved: [gpointer; 4],
}Fields§
§parent: GstObject§out_info: GstVideoInfo§in_info: GstVideoInfo§queue: *mut GstVulkanQueue§render_pass: *mut GstVulkanHandle§pipeline_layout: *mut GstVulkanHandle§graphics_pipeline: *mut GstVulkanHandle§descriptor_set_layout: *mut GstVulkanHandle§descriptor_cache: *mut GstVulkanDescriptorCache§descriptor_set: *mut GstVulkanDescriptorSet§framebuffer: *mut GstVulkanHandle§sampler: *mut GstVulkanHandle§cmd_pool: *mut GstVulkanCommandPool§trash_list: *mut GstVulkanTrashList§last_fence: *mut GstVulkanFence§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanFullScreenQuad
 
impl Clone for GstVulkanFullScreenQuad
Source§fn clone(&self) -> GstVulkanFullScreenQuad
 
fn clone(&self) -> GstVulkanFullScreenQuad
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 GstVulkanFullScreenQuad
 
impl Debug for GstVulkanFullScreenQuad
impl Copy for GstVulkanFullScreenQuad
Auto Trait Implementations§
impl Freeze for GstVulkanFullScreenQuad
impl RefUnwindSafe for GstVulkanFullScreenQuad
impl !Send for GstVulkanFullScreenQuad
impl !Sync for GstVulkanFullScreenQuad
impl Unpin for GstVulkanFullScreenQuad
impl UnwindSafe for GstVulkanFullScreenQuad
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