Struct GstVulkan Instance 
Source #[repr(C)]pub struct GstVulkanInstance {
    pub parent: GstObject,
    /* private fields */
}Fields§
§parent: GstObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for GstVulkanInstance
impl RefUnwindSafe for GstVulkanInstance
impl !Send for GstVulkanInstance
impl !Sync for GstVulkanInstance
impl Unpin for GstVulkanInstance
impl UnwindSafe for GstVulkanInstance
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