#[repr(C)]pub struct Color3f {
pub r: f32,
pub g: f32,
pub b: f32,
}
Expand description
See XrColor3f
Fields§
§r: f32
§g: f32
§b: f32
Trait Implementations§
impl Copy for Color3f
impl StructuralPartialEq for Color3f
Auto Trait Implementations§
impl Freeze for Color3f
impl RefUnwindSafe for Color3f
impl Send for Color3f
impl Sync for Color3f
impl Unpin for Color3f
impl UnwindSafe for Color3f
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