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