Enum arcdps_imgui::ColorEditInputMode
source · pub enum ColorEditInputMode {
Rgb,
Hsv,
}
Expand description
Color editor input mode.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ColorEditInputMode
impl Clone for ColorEditInputMode
source§fn clone(&self) -> ColorEditInputMode
fn clone(&self) -> ColorEditInputMode
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 moresource§impl Debug for ColorEditInputMode
impl Debug for ColorEditInputMode
source§impl PartialEq for ColorEditInputMode
impl PartialEq for ColorEditInputMode
impl Copy for ColorEditInputMode
impl Eq for ColorEditInputMode
impl StructuralPartialEq for ColorEditInputMode
Auto Trait Implementations§
impl Freeze for ColorEditInputMode
impl RefUnwindSafe for ColorEditInputMode
impl Send for ColorEditInputMode
impl Sync for ColorEditInputMode
impl Unpin for ColorEditInputMode
impl UnwindSafe for ColorEditInputMode
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§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
)