pub type spSkinEntry = _Entry;Aliased Type§
#[repr(C)]pub struct spSkinEntry {
pub slotIndex: i32,
pub name: *const i8,
pub attachment: *mut spAttachment,
pub next: *mut _Entry,
}Fields§
§slotIndex: i32§name: *const i8§attachment: *mut spAttachment§next: *mut _Entry