Struct imgui_rs::imgui::ImColor [] [src]

#[repr(C)]
pub struct ImColor { pub Value: ImVec4, }

Fields

Trait Implementations

impl Copy for ImColor
[src]

impl Clone for ImColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ImColor
[src]

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