pub enum AseColorFormat {
Rgba,
Greyscale,
Indexed,
// some variants omitted
}Expand description
An .aseprite file format color
Variants§
Trait Implementations§
Source§impl Clone for AseColorFormat
impl Clone for AseColorFormat
Source§fn clone(&self) -> AseColorFormat
fn clone(&self) -> AseColorFormat
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 AseColorFormat
impl Debug for AseColorFormat
Source§impl Hash for AseColorFormat
impl Hash for AseColorFormat
Source§impl Ord for AseColorFormat
impl Ord for AseColorFormat
Source§fn cmp(&self, other: &AseColorFormat) -> Ordering
fn cmp(&self, other: &AseColorFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AseColorFormat
impl PartialEq for AseColorFormat
Source§impl PartialOrd for AseColorFormat
impl PartialOrd for AseColorFormat
impl Copy for AseColorFormat
impl Eq for AseColorFormat
impl StructuralPartialEq for AseColorFormat
Auto Trait Implementations§
impl Freeze for AseColorFormat
impl RefUnwindSafe for AseColorFormat
impl Send for AseColorFormat
impl Sync for AseColorFormat
impl Unpin for AseColorFormat
impl UnwindSafe for AseColorFormat
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