Struct GstVulkan Swapper Class 
Source #[repr(C)]pub struct GstVulkanSwapperClass {
    pub parent_class: GstObjectClass,
    pub _reserved: [gpointer; 4],
}Fields§
§parent_class: GstObjectClass§_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstVulkanSwapperClass
 
impl Clone for GstVulkanSwapperClass
Source§fn clone(&self) -> GstVulkanSwapperClass
 
fn clone(&self) -> GstVulkanSwapperClass
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 GstVulkanSwapperClass
 
impl Debug for GstVulkanSwapperClass
impl Copy for GstVulkanSwapperClass
Auto Trait Implementations§
impl Freeze for GstVulkanSwapperClass
impl RefUnwindSafe for GstVulkanSwapperClass
impl !Send for GstVulkanSwapperClass
impl !Sync for GstVulkanSwapperClass
impl Unpin for GstVulkanSwapperClass
impl UnwindSafe for GstVulkanSwapperClass
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