Struct ash::vk::DebugReportCallbackCreateInfoEXT [−][src]
#[repr(C)]pub struct DebugReportCallbackCreateInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub flags: DebugReportFlagsEXT, pub pfn_callback: PFN_vkDebugReportCallbackEXT, pub p_user_data: *mut c_void, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: DebugReportFlagsEXTpfn_callback: PFN_vkDebugReportCallbackEXTp_user_data: *mut c_voidImplementations
Trait Implementations
Returns the “default value” for a type. Read more
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