#[repr(C)]pub struct spSkeletonBinary {
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 spSkeletonBinary
impl Clone for spSkeletonBinary
Source§fn clone(&self) -> spSkeletonBinary
fn clone(&self) -> spSkeletonBinary
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 spSkeletonBinary
Auto Trait Implementations§
impl !Send for spSkeletonBinary
impl !Sync for spSkeletonBinary
impl Freeze for spSkeletonBinary
impl RefUnwindSafe for spSkeletonBinary
impl Unpin for spSkeletonBinary
impl UnsafeUnpin for spSkeletonBinary
impl UnwindSafe for spSkeletonBinary
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