Struct magick_rust::HSL
source · pub struct HSL {
pub hue: f64,
pub saturation: f64,
pub lightness: f64,
}
Fields§
§hue: f64
§saturation: f64
§lightness: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HSL
impl RefUnwindSafe for HSL
impl Send for HSL
impl Sync for HSL
impl Unpin for HSL
impl UnwindSafe for HSL
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