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: StructureTypep_next: *const c_voidobject_type: DebugReportObjectTypeEXTobject: u64tag_name: u64tag_size: usizep_tag: *const c_voidImplementations
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