Struct screen_13::prelude::vk::DebugReportCallbackCreateInfoEXT
source · pub struct DebugReportCallbackCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: DebugReportFlagsEXT,
pub pfn_callback: Option<unsafe extern "system" fn(_: DebugReportFlagsEXT, _: DebugReportObjectTypeEXT, _: u64, _: usize, _: i32, _: *const i8, _: *const i8, _: *mut c_void) -> u32>,
pub p_user_data: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: DebugReportFlagsEXT§pfn_callback: Option<unsafe extern "system" fn(_: DebugReportFlagsEXT, _: DebugReportObjectTypeEXT, _: u64, _: usize, _: i32, _: *const i8, _: *const i8, _: *mut c_void) -> u32>§p_user_data: *mut c_voidImplementations§
source§impl DebugReportCallbackCreateInfoEXT
impl DebugReportCallbackCreateInfoEXT
pub fn builder<'a>() -> DebugReportCallbackCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DebugReportCallbackCreateInfoEXT
impl Clone for DebugReportCallbackCreateInfoEXT
source§fn clone(&self) -> DebugReportCallbackCreateInfoEXT
fn clone(&self) -> DebugReportCallbackCreateInfoEXT
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 DebugReportCallbackCreateInfoEXT
impl Default for DebugReportCallbackCreateInfoEXT
source§fn default() -> DebugReportCallbackCreateInfoEXT
fn default() -> DebugReportCallbackCreateInfoEXT
Returns the “default value” for a type. Read more