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