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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PhysicalDeviceMemoryProperties
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations