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