pub struct Hsb {
pub h: f64,
pub s: f64,
pub b: f64,
}Expand description
TS HSB — values from 0 to 1.
Fields§
§h: f64§s: f64§b: f64Trait Implementations§
impl Copy for Hsb
impl StructuralPartialEq for Hsb
Auto Trait Implementations§
impl Freeze for Hsb
impl RefUnwindSafe for Hsb
impl Send for Hsb
impl Sync for Hsb
impl Unpin for Hsb
impl UnsafeUnpin for Hsb
impl UnwindSafe for Hsb
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