Struct GstVulkan Queue Family Ops 
Source #[repr(C)]pub struct GstVulkanQueueFamilyOps {
    pub video: u32,
    pub query_result_status: gboolean,
}Fields§
§video: u32§query_result_status: gbooleanTrait Implementations§
Source§impl Clone for GstVulkanQueueFamilyOps
 
impl Clone for GstVulkanQueueFamilyOps
Source§fn clone(&self) -> GstVulkanQueueFamilyOps
 
fn clone(&self) -> GstVulkanQueueFamilyOps
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 GstVulkanQueueFamilyOps
 
impl Debug for GstVulkanQueueFamilyOps
impl Copy for GstVulkanQueueFamilyOps
Auto Trait Implementations§
impl Freeze for GstVulkanQueueFamilyOps
impl RefUnwindSafe for GstVulkanQueueFamilyOps
impl Send for GstVulkanQueueFamilyOps
impl Sync for GstVulkanQueueFamilyOps
impl Unpin for GstVulkanQueueFamilyOps
impl UnwindSafe for GstVulkanQueueFamilyOps
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