Struct ovr_sys::ovrColorf [] [src]

#[repr(C)]
pub struct ovrColorf { pub _align: [u32; 0], pub r: f32, pub g: f32, pub b: f32, pub a: f32, }

A RGBA color with normalized f32 components.

Fields

Trait Implementations

impl Debug for ovrColorf
[src]

Formats the value using the given formatter.

impl Copy for ovrColorf
[src]

impl Clone for ovrColorf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more