#[repr(C)]pub struct ovrColorf {
pub _align: [u32; 0],
pub r: f32,
pub g: f32,
pub b: f32,
pub a: f32,
}Expand description
A RGBA color with normalized f32 components.
Fields§
§_align: [u32; 0]§r: f32§g: f32§b: f32§a: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ovrColorf
impl RefUnwindSafe for ovrColorf
impl Send for ovrColorf
impl Sync for ovrColorf
impl Unpin for ovrColorf
impl UnwindSafe for ovrColorf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more