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