#[repr(C)]pub struct spSkeletonJson {
pub scale: f32,
pub attachmentLoader: *mut spAttachmentLoader,
pub error: *const c_char,
}Fields§
§scale: f32§attachmentLoader: *mut spAttachmentLoader§error: *const c_charTrait Implementations§
Source§impl Clone for spSkeletonJson
impl Clone for spSkeletonJson
Source§fn clone(&self) -> spSkeletonJson
fn clone(&self) -> spSkeletonJson
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 spSkeletonJson
Auto Trait Implementations§
impl !Send for spSkeletonJson
impl !Sync for spSkeletonJson
impl Freeze for spSkeletonJson
impl RefUnwindSafe for spSkeletonJson
impl Unpin for spSkeletonJson
impl UnsafeUnpin for spSkeletonJson
impl UnwindSafe for spSkeletonJson
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