pub enum AppearancePaintScheme {
UniformColor,
Camouflage,
Unspecified(u8),
}Expand description
UID 378
Variants§
Trait Implementations§
Source§impl Clone for AppearancePaintScheme
impl Clone for AppearancePaintScheme
Source§fn clone(&self) -> AppearancePaintScheme
fn clone(&self) -> AppearancePaintScheme
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 AppearancePaintScheme
impl Debug for AppearancePaintScheme
Source§impl Default for AppearancePaintScheme
impl Default for AppearancePaintScheme
Source§impl Display for AppearancePaintScheme
impl Display for AppearancePaintScheme
Source§impl From<AppearancePaintScheme> for u8
impl From<AppearancePaintScheme> for u8
Source§fn from(value: AppearancePaintScheme) -> Self
fn from(value: AppearancePaintScheme) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AppearancePaintScheme
impl From<u8> for AppearancePaintScheme
Source§impl Hash for AppearancePaintScheme
impl Hash for AppearancePaintScheme
Source§impl PartialEq for AppearancePaintScheme
impl PartialEq for AppearancePaintScheme
impl Copy for AppearancePaintScheme
impl Eq for AppearancePaintScheme
impl StructuralPartialEq for AppearancePaintScheme
Auto Trait Implementations§
impl Freeze for AppearancePaintScheme
impl RefUnwindSafe for AppearancePaintScheme
impl Send for AppearancePaintScheme
impl Sync for AppearancePaintScheme
impl Unpin for AppearancePaintScheme
impl UnwindSafe for AppearancePaintScheme
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