Type Alias PhysicalDeviceIDPropertiesKHR

Source
pub type PhysicalDeviceIDPropertiesKHR = PhysicalDeviceIDProperties;

Aliased Type§

struct PhysicalDeviceIDPropertiesKHR {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub device_uuid: [u8; 16],
    pub driver_uuid: [u8; 16],
    pub device_luid: [u8; 8],
    pub device_node_mask: u32,
    pub device_luid_valid: u32,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§device_uuid: [u8; 16]§driver_uuid: [u8; 16]§device_luid: [u8; 8]§device_node_mask: u32§device_luid_valid: u32

Implementations

Trait Implementations

Source§

impl Clone for PhysicalDeviceIDProperties

Source§

fn clone(&self) -> PhysicalDeviceIDProperties

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 PhysicalDeviceIDProperties

Source§

fn default() -> Self

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

impl Copy for PhysicalDeviceIDProperties

Source§

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceIDProperties