pub struct SchemeClr {
pub val: SchemeClrType,
pub lum_mod: Option<LuminanceModulation>,
pub sat_mod: Option<SaturationModulation>,
pub tint: Option<Tint>,
pub shade: Option<Shade>,
}
Fields§
§val: SchemeClrType
§lum_mod: Option<LuminanceModulation>
§sat_mod: Option<SaturationModulation>
§tint: Option<Tint>
§shade: Option<Shade>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemeClr
impl RefUnwindSafe for SchemeClr
impl Send for SchemeClr
impl Sync for SchemeClr
impl Unpin for SchemeClr
impl UnwindSafe for SchemeClr
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