Struct imgui::ImVec4 [] [src]

#[repr(C)]
pub struct ImVec4 { pub x: f32, pub y: f32, pub z: f32, pub w: f32, }

A tuple of 4 floating-point values

Fields

Methods

impl ImVec4
[src]

Trait Implementations

impl Into<[f32; 4]> for ImVec4
[src]

Performs the conversion.

impl Into<(f32, f32, f32, f32)> for ImVec4
[src]

Performs the conversion.

impl Default for ImVec4
[src]

impl Copy for ImVec4
[src]

impl From<(f32, f32, f32, f32)> for ImVec4
[src]

Performs the conversion.

impl From<[f32; 4]> for ImVec4
[src]

Performs the conversion.

impl PartialEq<ImVec4> for ImVec4
[src]

impl Debug for ImVec4
[src]

impl Clone for ImVec4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more