pub struct HSV {
pub hue: u16,
pub saturation: f64,
pub value: f64,
pub alpha: u8,
}Fields§
§hue: u16§saturation: f64§value: f64§alpha: u8Implementations§
Trait Implementations§
Auto Trait Implementations§
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