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: StructureTypep_next: *const c_voidobject_type: ObjectTypeobject_handle: u64p_object_name: *const c_charImplementations
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