pub struct RawAsepriteTag {
pub from: u16,
pub to: u16,
pub anim_direction: AsepriteAnimationDirection,
pub name: String,
}
Expand description
A raw Tag
Fields§
§from: u16
Starting frame
to: u16
End frame
anim_direction: AsepriteAnimationDirection
animation direction
name: String
name 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