Struct _Gst Vulkan Descriptor Cache Private 
Source #[repr(C)]pub struct _GstVulkanDescriptorCachePrivate { /* private fields */ }Auto Trait Implementations§
impl Freeze for _GstVulkanDescriptorCachePrivate
impl RefUnwindSafe for _GstVulkanDescriptorCachePrivate
impl !Send for _GstVulkanDescriptorCachePrivate
impl !Sync for _GstVulkanDescriptorCachePrivate
impl !Unpin for _GstVulkanDescriptorCachePrivate
impl UnwindSafe for _GstVulkanDescriptorCachePrivate
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