Struct HueSaturationLightnessParams
#[repr(C)]pub struct HueSaturationLightnessParams {
pub hueLevel: i32,
pub saturationLevel: i32,
pub lightnessLevel: i32,
}
Fields§
§hueLevel: i32
§saturationLevel: i32
§lightnessLevel: i32
Trait Implementations§
§impl Clone for HueSaturationLightnessParams
impl Clone for HueSaturationLightnessParams
§fn clone(&self) -> HueSaturationLightnessParams
fn clone(&self) -> HueSaturationLightnessParams
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for HueSaturationLightnessParams
Auto Trait Implementations§
impl Freeze for HueSaturationLightnessParams
impl RefUnwindSafe for HueSaturationLightnessParams
impl Send for HueSaturationLightnessParams
impl Sync for HueSaturationLightnessParams
impl Unpin for HueSaturationLightnessParams
impl UnwindSafe for HueSaturationLightnessParams
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