Type Alias PhysicalDeviceDriverPropertiesKHR

Source
pub type PhysicalDeviceDriverPropertiesKHR = PhysicalDeviceDriverProperties;

Aliased Type§

struct PhysicalDeviceDriverPropertiesKHR {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub driver_id: DriverId,
    pub driver_name: [i8; 256],
    pub driver_info: [i8; 256],
    pub conformance_version: ConformanceVersion,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§driver_id: DriverId§driver_name: [i8; 256]§driver_info: [i8; 256]§conformance_version: ConformanceVersion

Implementations

Trait Implementations

Source§

impl Clone for PhysicalDeviceDriverProperties

Source§

fn clone(&self) -> PhysicalDeviceDriverProperties

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for PhysicalDeviceDriverProperties

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for PhysicalDeviceDriverProperties

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDriverProperties