#[repr(C)]pub struct spSlotData {
pub index: c_int,
pub name: *const c_char,
pub boneData: *const spBoneData,
pub attachmentName: *const c_char,
pub color: spColor,
pub darkColor: *mut spColor,
pub blendMode: spBlendMode,
}Fields§
§index: c_int§name: *const c_char§boneData: *const spBoneData§attachmentName: *const c_char§color: spColor§darkColor: *mut spColor§blendMode: spBlendModeTrait Implementations§
Source§impl Clone for spSlotData
impl Clone for spSlotData
Source§fn clone(&self) -> spSlotData
fn clone(&self) -> spSlotData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for spSlotData
Auto Trait Implementations§
impl !Send for spSlotData
impl !Sync for spSlotData
impl Freeze for spSlotData
impl RefUnwindSafe for spSlotData
impl Unpin for spSlotData
impl UnsafeUnpin for spSlotData
impl UnwindSafe for spSlotData
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