Struct GstVulkan Barrier Memory Info 
Source #[repr(C)]pub struct GstVulkanBarrierMemoryInfo {
    pub type_: GstVulkanBarrierType,
    pub flags: GstVulkanBarrierFlags,
    pub queue: *mut GstVulkanQueue,
    pub pipeline_stages: u64,
    pub access_flags: u64,
    /* private fields */
}Fields§
§type_: GstVulkanBarrierType§flags: GstVulkanBarrierFlags§queue: *mut GstVulkanQueue§pipeline_stages: u64§access_flags: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstVulkanBarrierMemoryInfo
impl RefUnwindSafe for GstVulkanBarrierMemoryInfo
impl !Send for GstVulkanBarrierMemoryInfo
impl !Sync for GstVulkanBarrierMemoryInfo
impl Unpin for GstVulkanBarrierMemoryInfo
impl UnwindSafe for GstVulkanBarrierMemoryInfo
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