Struct bedrock::vk::VkPhysicalDeviceIDProperties [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceIDProperties { pub sType: VkStructureType, pub pNext: *mut c_void, pub deviceUUID: [u8; 16], pub driverUUID: [u8; 16], pub deviceLUID: [u8; 8], pub deviceNodeMask: u32, pub deviceLUIDValid: VkBool32, }

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceIDProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceIDProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceIDProperties
[src]

[src]

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

Auto Trait Implementations