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