pub struct OkHsl {
pub h: Deg<f32>,
pub s: f32,
pub l: f32,
}
Fields§
§h: Deg<f32>
§s: f32
§l: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OkHsl
impl RefUnwindSafe for OkHsl
impl Send for OkHsl
impl Sync for OkHsl
impl Unpin for OkHsl
impl UnwindSafe for OkHsl
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