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

impl Default for ImColor
[src]

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

Auto Trait Implementations

impl Send for ImColor

impl Sync for ImColor