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: StructureType
p_next: *const c_void
object_type: DebugReportObjectTypeEXT
object: u64
p_object_name: *const c_char
Implementations
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