Struct vulkanalia_sys::DebugMarkerMarkerInfoEXT
source · [−]#[repr(C)]pub struct DebugMarkerMarkerInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub marker_name: *const c_char,
pub color: [f32; 4],
}Expand description
Fields
s_type: StructureTypenext: *const c_voidmarker_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 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