Struct ash::vk::DebugUtilsObjectNameInfoEXT  
source · #[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: StructureType§p_next: *const c_void§object_type: ObjectType§object_handle: u64§p_object_name: *const c_charImplementations§
source§impl DebugUtilsObjectNameInfoEXT
 
impl DebugUtilsObjectNameInfoEXT
pub fn builder<'a>() -> DebugUtilsObjectNameInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DebugUtilsObjectNameInfoEXT
 
impl Clone for DebugUtilsObjectNameInfoEXT
source§fn clone(&self) -> DebugUtilsObjectNameInfoEXT
 
fn clone(&self) -> DebugUtilsObjectNameInfoEXT
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