Struct screen_13::prelude::vk::DeviceDiagnosticsConfigCreateInfoNV
source · 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: DeviceDiagnosticsConfigFlagsNVImplementations§
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 moresource§impl Default for DeviceDiagnosticsConfigCreateInfoNV
impl Default for DeviceDiagnosticsConfigCreateInfoNV
source§fn default() -> DeviceDiagnosticsConfigCreateInfoNV
fn default() -> DeviceDiagnosticsConfigCreateInfoNV
Returns the “default value” for a type. Read more