pub enum AsepriteColorDepth {
RGBA,
Grayscale,
Indexed,
}
Expand description
Color depth in a single .aseprite file
Variants§
Trait Implementations§
Source§impl Debug for AsepriteColorDepth
impl Debug for AsepriteColorDepth
Source§impl PartialEq for AsepriteColorDepth
impl PartialEq for AsepriteColorDepth
impl StructuralPartialEq for AsepriteColorDepth
Auto Trait Implementations§
impl Freeze for AsepriteColorDepth
impl RefUnwindSafe for AsepriteColorDepth
impl Send for AsepriteColorDepth
impl Sync for AsepriteColorDepth
impl Unpin for AsepriteColorDepth
impl UnwindSafe for AsepriteColorDepth
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