Struct ash::vk::DebugUtilsObjectTagInfoEXT
source · #[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§
source§impl DebugUtilsObjectTagInfoEXT
impl DebugUtilsObjectTagInfoEXT
pub fn builder<'a>() -> DebugUtilsObjectTagInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DebugUtilsObjectTagInfoEXT
impl Clone for DebugUtilsObjectTagInfoEXT
source§fn clone(&self) -> DebugUtilsObjectTagInfoEXT
fn clone(&self) -> DebugUtilsObjectTagInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more