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

#[repr(C)]
pub struct PhysicalDeviceProperties { pub api_version: uint32_t, pub driver_version: uint32_t, pub vendor_id: uint32_t, pub device_id: uint32_t, pub device_type: PhysicalDeviceType, pub device_name: [c_char; 256], pub pipeline_cache_uuid: [uint8_t; 16], pub limits: PhysicalDeviceLimits, pub sparse_properties: PhysicalDeviceSparseProperties, }

Fields

Trait Implementations

impl Clone for PhysicalDeviceProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PhysicalDeviceProperties
[src]

[src]

Formats the value using the given formatter.