pub enum ColorPickerEvent {
HueChanged(f32),
SetColor(Color),
}Variants§
Trait Implementations§
Source§impl PartialEq for ColorPickerEvent
impl PartialEq for ColorPickerEvent
Source§fn eq(&self, other: &ColorPickerEvent) -> bool
fn eq(&self, other: &ColorPickerEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ColorPickerEvent
Auto Trait Implementations§
impl Freeze for ColorPickerEvent
impl RefUnwindSafe for ColorPickerEvent
impl Send for ColorPickerEvent
impl Sync for ColorPickerEvent
impl Unpin for ColorPickerEvent
impl UnsafeUnpin for ColorPickerEvent
impl UnwindSafe for ColorPickerEvent
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