pub struct DebugReportCallbackCreateInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> DebugReportCallbackCreateInfoEXTBuilder<'a>
impl<'a> DebugReportCallbackCreateInfoEXTBuilder<'a>
pub fn flags( self, flags: DebugReportFlagsEXT ) -> DebugReportCallbackCreateInfoEXTBuilder<'a>
pub fn pfn_callback( self, pfn_callback: Option<unsafe extern "system" fn(_: DebugReportFlagsEXT, _: DebugReportObjectTypeEXT, _: u64, _: usize, _: i32, _: *const i8, _: *const i8, _: *mut c_void) -> u32> ) -> DebugReportCallbackCreateInfoEXTBuilder<'a>
pub fn user_data( self, user_data: *mut c_void ) -> DebugReportCallbackCreateInfoEXTBuilder<'a>
sourcepub fn build(self) -> DebugReportCallbackCreateInfoEXT
pub fn build(self) -> DebugReportCallbackCreateInfoEXT
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 DebugReportCallbackCreateInfoEXTBuilder<'a>
impl<'a> Deref for DebugReportCallbackCreateInfoEXTBuilder<'a>
§type Target = DebugReportCallbackCreateInfoEXT
type Target = DebugReportCallbackCreateInfoEXT
The resulting type after dereferencing.