Struct ash::vk::DebugUtilsLabelEXT [−][src]
#[repr(C)]pub struct DebugUtilsLabelEXT { pub s_type: StructureType, pub p_next: *const c_void, pub p_label_name: *const c_char, pub color: [f32; 4], }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidp_label_name: *const c_charcolor: [f32; 4]Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DebugUtilsLabelEXT
impl !Send for DebugUtilsLabelEXT
impl !Sync for DebugUtilsLabelEXT
impl Unpin for DebugUtilsLabelEXT
impl UnwindSafe for DebugUtilsLabelEXT
Blanket Implementations
Mutably borrows from an owned value. Read more