Struct ash::vk::DebugMarkerObjectNameInfoEXT [−][src]
#[repr(C)]pub struct DebugMarkerObjectNameInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub object_type: DebugReportObjectTypeEXT, pub object: u64, pub p_object_name: *const c_char, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidobject_type: DebugReportObjectTypeEXTobject: u64p_object_name: *const c_charImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for DebugMarkerObjectNameInfoEXT
impl !Sync for DebugMarkerObjectNameInfoEXT
impl Unpin for DebugMarkerObjectNameInfoEXT
impl UnwindSafe for DebugMarkerObjectNameInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more