#[repr(C)]pub struct PhysicalDeviceDriverProperties {
pub s_type: StructureType,
pub next: *mut c_void,
pub driver_id: DriverId,
pub driver_name: StringArray<MAX_DRIVER_NAME_SIZE>,
pub driver_info: StringArray<MAX_DRIVER_INFO_SIZE>,
pub conformance_version: ConformanceVersion,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voiddriver_id: DriverIddriver_name: StringArray<MAX_DRIVER_NAME_SIZE>driver_info: StringArray<MAX_DRIVER_INFO_SIZE>conformance_version: ConformanceVersionTrait Implementations
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 PhysicalDeviceDriverProperties
impl !Sync for PhysicalDeviceDriverProperties
impl Unpin for PhysicalDeviceDriverProperties
impl UnwindSafe for PhysicalDeviceDriverProperties
Blanket Implementations
Mutably borrows from an owned value. Read more