Struct ash::vk::PhysicalDeviceProperties2 [−][src]
#[repr(C)]pub struct PhysicalDeviceProperties2 { pub s_type: StructureType, pub p_next: *mut c_void, pub properties: PhysicalDeviceProperties, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
properties: PhysicalDeviceProperties
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceProperties2
impl !Send for PhysicalDeviceProperties2
impl !Sync for PhysicalDeviceProperties2
impl Unpin for PhysicalDeviceProperties2
impl UnwindSafe for PhysicalDeviceProperties2
Blanket Implementations
Mutably borrows from an owned value. Read more