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