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