Struct vulkanalia_sys::DebugUtilsLabelEXT
source · [−]#[repr(C)]pub struct DebugUtilsLabelEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub label_name: *const c_char,
pub color: [f32; 4],
}Expand description
Fields
s_type: StructureTypenext: *const c_voidlabel_name: *const c_charcolor: [f32; 4]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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