Struct imgui::ImDrawVert[][src]

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

A single vertex

Fields

Trait Implementations

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. Read more

impl Default for ImDrawVert
[src]

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

impl Copy for ImDrawVert
[src]

Auto Trait Implementations

impl Send for ImDrawVert

impl Sync for ImDrawVert