Struct UI_SWATCHCOLORMODE
#[repr(transparent)]pub struct UI_SWATCHCOLORMODE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UI_SWATCHCOLORMODE
impl Clone for UI_SWATCHCOLORMODE
§fn clone(&self) -> UI_SWATCHCOLORMODE
fn clone(&self) -> UI_SWATCHCOLORMODE
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 more§impl Debug for UI_SWATCHCOLORMODE
impl Debug for UI_SWATCHCOLORMODE
§impl Default for UI_SWATCHCOLORMODE
impl Default for UI_SWATCHCOLORMODE
§fn default() -> UI_SWATCHCOLORMODE
fn default() -> UI_SWATCHCOLORMODE
Returns the “default value” for a type. Read more
§impl PartialEq for UI_SWATCHCOLORMODE
impl PartialEq for UI_SWATCHCOLORMODE
impl Copy for UI_SWATCHCOLORMODE
impl Eq for UI_SWATCHCOLORMODE
impl StructuralPartialEq for UI_SWATCHCOLORMODE
Auto Trait Implementations§
impl Freeze for UI_SWATCHCOLORMODE
impl RefUnwindSafe for UI_SWATCHCOLORMODE
impl Send for UI_SWATCHCOLORMODE
impl Sync for UI_SWATCHCOLORMODE
impl Unpin for UI_SWATCHCOLORMODE
impl UnwindSafe for UI_SWATCHCOLORMODE
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