Struct imgui_sys::ImDrawVert [] [src]

pub struct ImDrawVert {
    pub pos: ImVec2,
    pub uv: ImVec2,
    pub col: ImU32,
}

Fields

pos: ImVec2 uv: ImVec2 col: ImU32

Trait Implementations

impl Default for ImDrawVert
[src]

fn default() -> ImDrawVert

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

impl Debug for ImDrawVert
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for ImDrawVert
[src]

fn clone(&self) -> ImDrawVert

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for ImDrawVert
[src]

impl Vertex for ImDrawVert
[src]

fn build_bindings() -> VertexFormat

Builds the VertexFormat representing the layout of this element.

fn is_supported<C>(caps: &C) -> bool where C: CapabilitiesSource

Returns true if the backend supports this vertex format.