Struct lava::VkPhysicalDeviceIDProperties[][src]

pub struct VkPhysicalDeviceIDProperties {
    pub device_uuid: [u8; 16],
    pub driver_uuid: [u8; 16],
    pub device_luid: [u8; 8],
    pub device_node_mask: u32,
    pub device_luidvalid: bool,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceIDProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceIDProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceIDProperties
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations