Struct ash::vk::DeviceDiagnosticsConfigCreateInfoNV
source · #[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§
source§impl DeviceDiagnosticsConfigCreateInfoNV
impl DeviceDiagnosticsConfigCreateInfoNV
pub fn builder<'a>() -> DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceDiagnosticsConfigCreateInfoNV
impl Clone for DeviceDiagnosticsConfigCreateInfoNV
source§fn clone(&self) -> DeviceDiagnosticsConfigCreateInfoNV
fn clone(&self) -> DeviceDiagnosticsConfigCreateInfoNV
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 more