#[repr(C)]pub struct PhysicalDeviceIDProperties {
pub s_type: StructureType,
pub next: *mut c_void,
pub device_uuid: ByteArray<UUID_SIZE>,
pub driver_uuid: ByteArray<UUID_SIZE>,
pub device_luid: ByteArray<LUID_SIZE>,
pub device_node_mask: u32,
pub device_luid_valid: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voiddevice_uuid: ByteArray<UUID_SIZE>driver_uuid: ByteArray<UUID_SIZE>device_luid: ByteArray<LUID_SIZE>device_node_mask: u32device_luid_valid: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceIDProperties
impl !Send for PhysicalDeviceIDProperties
impl !Sync for PhysicalDeviceIDProperties
impl Unpin for PhysicalDeviceIDProperties
impl UnwindSafe for PhysicalDeviceIDProperties
Blanket Implementations
Mutably borrows from an owned value. Read more