Struct screen_13::prelude::vk::ExtDebugReportFn
source · pub struct ExtDebugReportFn {
pub create_debug_report_callback_ext: unsafe extern "system" fn(_: Instance, _: *const DebugReportCallbackCreateInfoEXT, _: *const AllocationCallbacks, _: *mut DebugReportCallbackEXT) -> Result,
pub destroy_debug_report_callback_ext: unsafe extern "system" fn(_: Instance, _: DebugReportCallbackEXT, _: *const AllocationCallbacks),
pub debug_report_message_ext: unsafe extern "system" fn(_: Instance, _: DebugReportFlagsEXT, _: DebugReportObjectTypeEXT, _: u64, _: usize, _: i32, _: *const i8, _: *const i8),
}Fields§
§create_debug_report_callback_ext: unsafe extern "system" fn(_: Instance, _: *const DebugReportCallbackCreateInfoEXT, _: *const AllocationCallbacks, _: *mut DebugReportCallbackEXT) -> Result§destroy_debug_report_callback_ext: unsafe extern "system" fn(_: Instance, _: DebugReportCallbackEXT, _: *const AllocationCallbacks)§debug_report_message_ext: unsafe extern "system" fn(_: Instance, _: DebugReportFlagsEXT, _: DebugReportObjectTypeEXT, _: u64, _: usize, _: i32, _: *const i8, _: *const i8)Implementations§
Trait Implementations§
source§impl Clone for ExtDebugReportFn
impl Clone for ExtDebugReportFn
source§fn clone(&self) -> ExtDebugReportFn
fn clone(&self) -> ExtDebugReportFn
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