pub struct RawAsepritePaletteEntry {
pub color: AsepriteColor,
pub name: Option<String>,
}
Expand description
A raw palette entry
Fields§
§color: AsepriteColor
color of this entry
name: Option<String>
name of this entry
Auto Trait Implementations§
impl Freeze for RawAsepritePaletteEntry
impl RefUnwindSafe for RawAsepritePaletteEntry
impl Send for RawAsepritePaletteEntry
impl Sync for RawAsepritePaletteEntry
impl Unpin for RawAsepritePaletteEntry
impl UnwindSafe for RawAsepritePaletteEntry
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