Struct screen_13::prelude::vk::DebugMarkerObjectNameInfoEXT
source · 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 i8,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§object_type: DebugReportObjectTypeEXT§object: u64§p_object_name: *const i8Implementations§
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 moresource§impl Debug for DebugMarkerObjectNameInfoEXT
impl Debug for DebugMarkerObjectNameInfoEXT
source§impl Default for DebugMarkerObjectNameInfoEXT
impl Default for DebugMarkerObjectNameInfoEXT
source§fn default() -> DebugMarkerObjectNameInfoEXT
fn default() -> DebugMarkerObjectNameInfoEXT
Returns the “default value” for a type. Read more