Struct openxr_sys::Color4f
source · [−]Expand description
See XrColor4f
Fields
r: f32g: f32b: f32a: f32Trait Implementations
impl Copy for Color4f
impl StructuralPartialEq for Color4f
Auto Trait Implementations
impl RefUnwindSafe for Color4f
impl Send for Color4f
impl Sync for Color4f
impl Unpin for Color4f
impl UnwindSafe for Color4f
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more