Type Alias rusty_spine::c::spSkinEntry

source ·
pub type spSkinEntry = _Entry;

Aliased Type§

struct spSkinEntry {
    pub slotIndex: i32,
    pub name: *mut i8,
    pub attachment: *mut spAttachment,
    pub next: *mut _Entry,
}

Fields§

§slotIndex: i32§name: *mut i8§attachment: *mut spAttachment§next: *mut _Entry