#[repr(C)]pub struct spSlot {
pub data: *mut spSlotData,
pub bone: *mut spBone,
pub color: spColor,
pub darkColor: *mut spColor,
pub attachment: *mut spAttachment,
pub deformCapacity: c_int,
pub deformCount: c_int,
pub deform: *mut f32,
}Fields§
§data: *mut spSlotData§bone: *mut spBone§color: spColor§darkColor: *mut spColor§attachment: *mut spAttachment§deformCapacity: c_int§deformCount: c_int§deform: *mut f32Trait Implementations§
Auto Trait Implementations§
impl !Send for spSlot
impl !Sync for spSlot
impl Freeze for spSlot
impl RefUnwindSafe for spSlot
impl Unpin for spSlot
impl UnsafeUnpin for spSlot
impl UnwindSafe for spSlot
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