#[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: StructureType§next: *mut c_void§device_uuid: ByteArray<UUID_SIZE>§driver_uuid: ByteArray<UUID_SIZE>§device_luid: ByteArray<LUID_SIZE>§device_node_mask: u32§device_luid_valid: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceIDProperties
impl Clone for PhysicalDeviceIDProperties
Source§fn clone(&self) -> PhysicalDeviceIDProperties
fn clone(&self) -> PhysicalDeviceIDProperties
Returns a duplicate 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 moreSource§impl Debug for PhysicalDeviceIDProperties
impl Debug for PhysicalDeviceIDProperties
Source§impl Default for PhysicalDeviceIDProperties
impl Default for PhysicalDeviceIDProperties
Source§impl Hash for PhysicalDeviceIDProperties
impl Hash for PhysicalDeviceIDProperties
impl Copy for PhysicalDeviceIDProperties
impl Eq for PhysicalDeviceIDProperties
impl Send for PhysicalDeviceIDProperties
impl StructuralPartialEq for PhysicalDeviceIDProperties
impl Sync for PhysicalDeviceIDProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceIDProperties
impl RefUnwindSafe for PhysicalDeviceIDProperties
impl Unpin for PhysicalDeviceIDProperties
impl UnwindSafe for PhysicalDeviceIDProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more