Struct imgui_sys::ImColor [−][src]
#[repr(C)]pub struct ImColor { pub value: ImVec4, }
Fields
value: ImVec4
Trait Implementations
impl Copy for ImColor[src]
impl Copy for ImColorimpl Clone for ImColor[src]
impl Clone for ImColorfn clone(&self) -> ImColor[src]
fn clone(&self) -> ImColorReturns 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 ImColor[src]
impl Debug for ImColorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for ImColor[src]
impl Default for ImColor