Struct unity_native_plugin_sys::VkDebugReportCallbackCreateInfoEXT [−][src]
#[repr(C)]pub struct VkDebugReportCallbackCreateInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkDebugReportFlagsEXT,
pub pfnCallback: PFN_vkDebugReportCallbackEXT,
pub pUserData: *mut c_void,
}Fields
sType: VkStructureTypepNext: *const c_voidflags: VkDebugReportFlagsEXTpfnCallback: PFN_vkDebugReportCallbackEXTpUserData: *mut c_voidTrait Implementations
Auto Trait Implementations
impl !Send for VkDebugReportCallbackCreateInfoEXT
impl !Sync for VkDebugReportCallbackCreateInfoEXT
impl Unpin for VkDebugReportCallbackCreateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more