Struct imgui::ImDrawVert [−][src]
A single vertex
Fields
pos: ImVec2
uv: ImVec2
col: u32
Trait Implementations
impl Clone for ImDrawVert[src]
impl Clone for ImDrawVertfn clone(&self) -> ImDrawVert[src]
fn clone(&self) -> ImDrawVertReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ImDrawVert[src]
impl Debug for ImDrawVertfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Default for ImDrawVert[src]
impl Default for ImDrawVertfn default() -> ImDrawVert[src]
fn default() -> ImDrawVertReturns the "default value" for a type. Read more
impl Copy for ImDrawVert[src]
impl Copy for ImDrawVertAuto Trait Implementations
impl Send for ImDrawVert
impl Send for ImDrawVertimpl Sync for ImDrawVert
impl Sync for ImDrawVert