Struct ash::vk::types::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, }

Fields

Trait Implementations

impl Clone for DebugReportCallbackCreateInfoEXT
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DebugReportCallbackCreateInfoEXT
[src]

[src]

Formats the value using the given formatter.