Struct GstVulkan Format Info 
Source #[repr(C)]pub struct GstVulkanFormatInfo { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstVulkanFormatInfo
impl RefUnwindSafe for GstVulkanFormatInfo
impl Send for GstVulkanFormatInfo
impl Sync for GstVulkanFormatInfo
impl Unpin for GstVulkanFormatInfo
impl UnwindSafe for GstVulkanFormatInfo
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