Struct ash::vk::DebugMarkerObjectNameInfoEXT  
source · #[repr(C)]pub struct DebugMarkerObjectNameInfoEXT {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub object_type: DebugReportObjectTypeEXT,
    pub object: u64,
    pub p_object_name: *const c_char,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§object_type: DebugReportObjectTypeEXT§object: u64§p_object_name: *const c_charImplementations§
source§impl DebugMarkerObjectNameInfoEXT
 
impl DebugMarkerObjectNameInfoEXT
pub fn builder<'a>() -> DebugMarkerObjectNameInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DebugMarkerObjectNameInfoEXT
 
impl Clone for DebugMarkerObjectNameInfoEXT
source§fn clone(&self) -> DebugMarkerObjectNameInfoEXT
 
fn clone(&self) -> DebugMarkerObjectNameInfoEXT
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