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