Struct ash::vk::types::MemoryAllocateInfo [] [src]

#[repr(C)]
pub struct MemoryAllocateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub allocation_size: DeviceSize, pub memory_type_index: uint32_t, }

Fields

Trait Implementations

impl Debug for MemoryAllocateInfo
[src]

Formats the value using the given formatter.

impl Clone for MemoryAllocateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more