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