Struct windows_sys::UI::Xaml::Controls::ColorPickerHsvChannel
[−]#[repr(transparent)]pub struct ColorPickerHsvChannel(pub i32);
Expand description
Required features: "UI_Xaml_Controls"
Tuple Fields
0: i32
Implementations
impl ColorPickerHsvChannel
impl ColorPickerHsvChannel
pub const Hue: Self = Self(0i32)
pub const Saturation: Self = Self(1i32)
pub const Value: Self = Self(2i32)
pub const Alpha: Self = Self(3i32)
Trait Implementations
impl Clone for ColorPickerHsvChannel
impl Clone for ColorPickerHsvChannel
impl Copy for ColorPickerHsvChannel
Auto Trait Implementations
impl RefUnwindSafe for ColorPickerHsvChannel
impl Send for ColorPickerHsvChannel
impl Sync for ColorPickerHsvChannel
impl Unpin for ColorPickerHsvChannel
impl UnwindSafe for ColorPickerHsvChannel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more