Struct imgui_sys::ImDrawVert [] [src]

#[repr(C)]
pub struct ImDrawVert { pub pos: ImVec2, pub uv: ImVec2, pub col: ImU32, }

A single vertex

Fields

Trait Implementations

impl Copy for ImDrawVert
[src]

impl Clone for ImDrawVert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImDrawVert
[src]

Formats the value using the given formatter.

impl Default for ImDrawVert
[src]

Returns the "default value" for a type. Read more