Struct ash::vk::MemoryDedicatedAllocateInfo [−][src]
#[repr(C)]pub struct MemoryDedicatedAllocateInfo { 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 RefUnwindSafe for MemoryDedicatedAllocateInfo
impl !Send for MemoryDedicatedAllocateInfo
impl !Sync for MemoryDedicatedAllocateInfo
impl Unpin for MemoryDedicatedAllocateInfo
impl UnwindSafe for MemoryDedicatedAllocateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more