pub struct RawAsepriteTag {
pub from: u16,
pub to: u16,
pub anim_direction: AsepriteAnimationDirection,
pub name: String,
}Expand description
A raw Tag
Fields§
§from: u16Starting frame
to: u16End frame
anim_direction: AsepriteAnimationDirectionanimation direction
name: Stringname of the tag
Auto Trait Implementations§
impl Freeze for RawAsepriteTag
impl RefUnwindSafe for RawAsepriteTag
impl Send for RawAsepriteTag
impl Sync for RawAsepriteTag
impl Unpin for RawAsepriteTag
impl UnwindSafe for RawAsepriteTag
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