#[repr(C)]pub struct DebugReportCallbackCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: DebugReportFlagsEXT,
pub callback: PFN_vkDebugReportCallbackEXT,
pub user_data: *mut c_void,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: DebugReportFlagsEXTcallback: PFN_vkDebugReportCallbackEXTuser_data: *mut c_voidTrait Implementations
Auto Trait Implementations
impl !Send for DebugReportCallbackCreateInfoEXT
impl !Sync for DebugReportCallbackCreateInfoEXT
impl Unpin for DebugReportCallbackCreateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more