pub enum ColorPickerAction {
Change {
rgba: Vec4,
},
DoneChanging,
None,
}
Variants§
Auto Trait Implementations§
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> 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