#[repr(C)]pub struct PhysicalDeviceMemoryProperties {
pub memory_type_count: u32,
pub memory_types: [MemoryType; 32],
pub memory_heap_count: u32,
pub memory_heaps: [MemoryHeap; 16],
}Expand description
Fields
memory_type_count: u32memory_types: [MemoryType; 32]memory_heap_count: u32memory_heaps: [MemoryHeap; 16]Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PhysicalDeviceMemoryProperties
impl Sync for PhysicalDeviceMemoryProperties
impl Unpin for PhysicalDeviceMemoryProperties
impl UnwindSafe for PhysicalDeviceMemoryProperties
Blanket Implementations
Mutably borrows from an owned value. Read more