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

#[repr(C)]
pub struct PhysicalDeviceMemoryProperties { pub memory_type_count: uint32_t, pub memory_types: [MemoryType; 32], pub memory_heap_count: uint32_t, pub memory_heaps: [MemoryHeap; 16], }

Fields

Trait Implementations

impl Clone for PhysicalDeviceMemoryProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PhysicalDeviceMemoryProperties
[src]

Formats the value using the given formatter.