Struct screen_13::prelude::vk::DebugUtilsObjectTagInfoEXT
source · 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_voidImplementations§
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 moresource§impl Debug for DebugUtilsObjectTagInfoEXT
impl Debug for DebugUtilsObjectTagInfoEXT
source§impl Default for DebugUtilsObjectTagInfoEXT
impl Default for DebugUtilsObjectTagInfoEXT
source§fn default() -> DebugUtilsObjectTagInfoEXT
fn default() -> DebugUtilsObjectTagInfoEXT
Returns the “default value” for a type. Read more