Struct ash::vk::DedicatedAllocationMemoryAllocateInfoNV [−][src]
#[repr(C)]pub struct DedicatedAllocationMemoryAllocateInfoNV { pub s_type: StructureType, pub p_next: *const c_void, pub image: Image, pub buffer: Buffer, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
image: Image
buffer: Buffer
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for DedicatedAllocationMemoryAllocateInfoNV
impl !Sync for DedicatedAllocationMemoryAllocateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more