Struct ash::vk::PhysicalDeviceIDProperties
source · #[repr(C)]pub struct PhysicalDeviceIDProperties {
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: Bool32,
}
Expand description
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: Bool32
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 moresource§impl Debug for PhysicalDeviceIDProperties
impl Debug for PhysicalDeviceIDProperties
source§impl Default for PhysicalDeviceIDProperties
impl Default for PhysicalDeviceIDProperties
source§impl TaggedStructure for PhysicalDeviceIDProperties
impl TaggedStructure for PhysicalDeviceIDProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_ID_PROPERTIES
impl Copy for PhysicalDeviceIDProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceIDProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceIDProperties
impl RefUnwindSafe for PhysicalDeviceIDProperties
impl !Send for PhysicalDeviceIDProperties
impl !Sync 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