Struct unity_native_plugin_sys::VkDebugUtilsMessengerCallbackDataEXT [−][src]
#[repr(C)]pub struct VkDebugUtilsMessengerCallbackDataEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkDebugUtilsMessengerCallbackDataFlagsEXT,
pub pMessageIdName: *const c_char,
pub messageIdNumber: i32,
pub pMessage: *const c_char,
pub queueLabelCount: u32,
pub pQueueLabels: *const VkDebugUtilsLabelEXT,
pub cmdBufLabelCount: u32,
pub pCmdBufLabels: *const VkDebugUtilsLabelEXT,
pub objectCount: u32,
pub pObjects: *const VkDebugUtilsObjectNameInfoEXT,
}Fields
sType: VkStructureTypepNext: *const c_voidflags: VkDebugUtilsMessengerCallbackDataFlagsEXTpMessageIdName: *const c_charmessageIdNumber: i32pMessage: *const c_charqueueLabelCount: u32pQueueLabels: *const VkDebugUtilsLabelEXTcmdBufLabelCount: u32pCmdBufLabels: *const VkDebugUtilsLabelEXTobjectCount: u32pObjects: *const VkDebugUtilsObjectNameInfoEXTTrait Implementations
Auto Trait Implementations
impl !Send for VkDebugUtilsMessengerCallbackDataEXT
impl !Sync for VkDebugUtilsMessengerCallbackDataEXT
Blanket Implementations
Mutably borrows from an owned value. Read more