#[repr(C)]pub struct SLHSL_ {
pub hue: SLmillidegree,
pub saturation: SLpermille,
pub lightness: SLpermille,
}Fields§
§hue: SLmillidegree§saturation: SLpermille§lightness: SLpermilleTrait Implementations§
Auto Trait Implementations§
impl Freeze for SLHSL_
impl RefUnwindSafe for SLHSL_
impl Send for SLHSL_
impl Sync for SLHSL_
impl Unpin for SLHSL_
impl UnsafeUnpin for SLHSL_
impl UnwindSafe for SLHSL_
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