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
Source§impl PhysicalDeviceIDProperties
impl PhysicalDeviceIDProperties
pub fn builder<'a>() -> PhysicalDeviceIDPropertiesBuilder<'a>
Trait Implementations
Source§impl Clone for PhysicalDeviceIDProperties
impl Clone for PhysicalDeviceIDProperties
Source§fn clone(&self) -> PhysicalDeviceIDProperties
fn clone(&self) -> PhysicalDeviceIDProperties
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more