pub enum ColorPickerAction {
Change {
rgba: Vec4,
},
DoneChanging,
None,
}
Variants§
Trait Implementations§
Source§impl ActionDefaultRef for ColorPickerAction
impl ActionDefaultRef for ColorPickerAction
fn default_ref() -> &'static Self
Source§impl Clone for ColorPickerAction
impl Clone for ColorPickerAction
Source§fn clone(&self) -> ColorPickerAction
fn clone(&self) -> ColorPickerAction
Returns a duplicate 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 moreSource§impl Debug for ColorPickerAction
impl Debug for ColorPickerAction
Auto Trait Implementations§
impl Freeze for ColorPickerAction
impl RefUnwindSafe for ColorPickerAction
impl Send for ColorPickerAction
impl Sync for ColorPickerAction
impl Unpin for ColorPickerAction
impl UnwindSafe for ColorPickerAction
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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