Struct GstVulkan Fence 
Source #[repr(C)]pub struct GstVulkanFence {
    pub parent: GstMiniObject,
    pub device: *mut GstVulkanDevice,
    pub cache: *mut GstVulkanFenceCache,
    /* private fields */
}Fields§
§parent: GstMiniObject§device: *mut GstVulkanDevice§cache: *mut GstVulkanFenceCacheTrait Implementations§
Auto Trait Implementations§
impl Freeze for GstVulkanFence
impl RefUnwindSafe for GstVulkanFence
impl !Send for GstVulkanFence
impl !Sync for GstVulkanFence
impl Unpin for GstVulkanFence
impl UnwindSafe for GstVulkanFence
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