Struct unity_native_plugin_sys::VkDedicatedAllocationMemoryAllocateInfoNV [−][src]
#[repr(C)]pub struct VkDedicatedAllocationMemoryAllocateInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub image: VkImage,
pub buffer: VkBuffer,
}Fields
sType: VkStructureTypepNext: *const c_voidimage: VkImagebuffer: VkBufferTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more