Struct ash::vk::PhysicalDeviceDriverProperties [−][src]
#[repr(C)]pub struct PhysicalDeviceDriverProperties { pub s_type: StructureType, pub p_next: *mut c_void, pub driver_id: DriverId, pub driver_name: [c_char; 256], pub driver_info: [c_char; 256], pub conformance_version: ConformanceVersion, }
Expand description
Fields
s_type: StructureTypep_next: *mut c_voiddriver_id: DriverIddriver_name: [c_char; 256]driver_info: [c_char; 256]conformance_version: ConformanceVersionImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDeviceDriverProperties
impl !Sync for PhysicalDeviceDriverProperties
impl Unpin for PhysicalDeviceDriverProperties
impl UnwindSafe for PhysicalDeviceDriverProperties
Blanket Implementations
Mutably borrows from an owned value. Read more