pub struct DeviceDiagnosticsConfigCreateInfoNVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
impl<'a> DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
pub fn flags(
self,
flags: DeviceDiagnosticsConfigFlagsNV
) -> DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
sourcepub fn build(self) -> DeviceDiagnosticsConfigCreateInfoNV
pub fn build(self) -> DeviceDiagnosticsConfigCreateInfoNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
impl<'a> Deref for DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
§type Target = DeviceDiagnosticsConfigCreateInfoNV
type Target = DeviceDiagnosticsConfigCreateInfoNV
The resulting type after dereferencing.