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