Struct GstVulkan Image View 
Source #[repr(C)]pub struct GstVulkanImageView {
    pub parent: GstMiniObject,
    pub device: *mut GstVulkanDevice,
    pub image: *mut GstVulkanImageMemory,
    /* private fields */
}Fields§
§parent: GstMiniObject§device: *mut GstVulkanDevice§image: *mut GstVulkanImageMemoryTrait Implementations§
Auto Trait Implementations§
impl Freeze for GstVulkanImageView
impl RefUnwindSafe for GstVulkanImageView
impl !Send for GstVulkanImageView
impl !Sync for GstVulkanImageView
impl Unpin for GstVulkanImageView
impl UnwindSafe for GstVulkanImageView
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