Struct ash::vk::DebugMarkerObjectTagInfoEXT [−][src]
#[repr(C)]pub struct DebugMarkerObjectTagInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub object_type: DebugReportObjectTypeEXT, pub object: 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: DebugReportObjectTypeEXT
object: 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 DebugMarkerObjectTagInfoEXT
impl !Send for DebugMarkerObjectTagInfoEXT
impl !Sync for DebugMarkerObjectTagInfoEXT
impl Unpin for DebugMarkerObjectTagInfoEXT
impl UnwindSafe for DebugMarkerObjectTagInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more