Struct ash::vk::DebugMarkerMarkerInfoEXT [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DebugMarkerMarkerInfoEXT
impl !Send for DebugMarkerMarkerInfoEXT
impl !Sync for DebugMarkerMarkerInfoEXT
impl Unpin for DebugMarkerMarkerInfoEXT
impl UnwindSafe for DebugMarkerMarkerInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more