Struct GstVulkan Format Map 
Source #[repr(C)]pub struct GstVulkanFormatMap {
    pub format: GstVideoFormat,
    /* private fields */
}Fields§
§format: GstVideoFormatTrait Implementations§
Auto Trait Implementations§
impl Freeze for GstVulkanFormatMap
impl RefUnwindSafe for GstVulkanFormatMap
impl Send for GstVulkanFormatMap
impl Sync for GstVulkanFormatMap
impl Unpin for GstVulkanFormatMap
impl UnwindSafe for GstVulkanFormatMap
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