Struct freya_engine::prelude::HSV
pub struct HSV {
pub h: f32,
pub s: f32,
pub v: f32,
}
Fields§
§h: f32
§s: f32
§v: f32
Implementations§
Trait Implementations§
impl Copy for HSV
impl StructuralPartialEq for HSV
Auto Trait Implementations§
impl Freeze for HSV
impl RefUnwindSafe for HSV
impl Send for HSV
impl Sync for HSV
impl Unpin for HSV
impl UnwindSafe for HSV
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