Struct windows::Win32::Graphics::GdiPlus::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 more§impl Debug for HueSaturationLightnessParams
impl Debug for HueSaturationLightnessParams
§impl Default for HueSaturationLightnessParams
impl Default for HueSaturationLightnessParams
§impl PartialEq for HueSaturationLightnessParams
impl PartialEq for HueSaturationLightnessParams
§fn eq(&self, other: &HueSaturationLightnessParams) -> bool
fn eq(&self, other: &HueSaturationLightnessParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HueSaturationLightnessParams
impl Eq for HueSaturationLightnessParams
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)