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