Struct rusty_spine::c::spBoneData

source ·
#[repr(C)]
pub struct spBoneData {
Show 14 fields pub index: c_int, pub name: *const c_char, pub parent: *mut spBoneData, pub length: c_float, pub x: c_float, pub y: c_float, pub rotation: c_float, pub scaleX: c_float, pub scaleY: c_float, pub shearX: c_float, pub shearY: c_float, pub transformMode: spTransformMode, pub skinRequired: c_int, pub color: spColor,
}

Fields

index: c_intname: *const c_charparent: *mut spBoneDatalength: c_floatx: c_floaty: c_floatrotation: c_floatscaleX: c_floatscaleY: c_floatshearX: c_floatshearY: c_floattransformMode: spTransformModeskinRequired: c_intcolor: spColor

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.