Struct GstVulkan Encode Query Result 
Source #[repr(C)]pub struct GstVulkanEncodeQueryResult {
    pub offset: u32,
    pub data_size: u32,
    pub status: u32,
}Fields§
§offset: u32§data_size: u32§status: u32Trait Implementations§
Source§impl Clone for GstVulkanEncodeQueryResult
 
impl Clone for GstVulkanEncodeQueryResult
Source§fn clone(&self) -> GstVulkanEncodeQueryResult
 
fn clone(&self) -> GstVulkanEncodeQueryResult
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 GstVulkanEncodeQueryResult
 
impl Debug for GstVulkanEncodeQueryResult
impl Copy for GstVulkanEncodeQueryResult
Auto Trait Implementations§
impl Freeze for GstVulkanEncodeQueryResult
impl RefUnwindSafe for GstVulkanEncodeQueryResult
impl Send for GstVulkanEncodeQueryResult
impl Sync for GstVulkanEncodeQueryResult
impl Unpin for GstVulkanEncodeQueryResult
impl UnwindSafe for GstVulkanEncodeQueryResult
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