Struct ash::vk::DebugMarkerMarkerInfoEXT
source · #[repr(C)]pub struct DebugMarkerMarkerInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_marker_name: *const c_char,
pub color: [f32; 4],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_marker_name: *const c_char
§color: [f32; 4]
Implementations§
source§impl DebugMarkerMarkerInfoEXT
impl DebugMarkerMarkerInfoEXT
pub fn builder<'a>() -> DebugMarkerMarkerInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DebugMarkerMarkerInfoEXT
impl Clone for DebugMarkerMarkerInfoEXT
source§fn clone(&self) -> DebugMarkerMarkerInfoEXT
fn clone(&self) -> DebugMarkerMarkerInfoEXT
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