Struct imgui_sys::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 Debug for ImColor
[src]

Formats the value using the given formatter.

impl Default for ImColor
[src]

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