#[repr(C)]pub struct SkeletonBone {
pub name: Il2CppString,
pub parent_name: Il2CppString,
pub position: Vector3,
pub rotation: Quaternion,
pub scale: Vector3,
}Expand description
Fields§
§name: Il2CppString§parent_name: Il2CppString§position: Vector3§rotation: Quaternion§scale: Vector3Trait Implementations§
Source§impl ClassIdentity for SkeletonBone
impl ClassIdentity for SkeletonBone
Source§impl Clone for SkeletonBone
impl Clone for SkeletonBone
Source§fn clone(&self) -> SkeletonBone
fn clone(&self) -> SkeletonBone
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SkeletonBone
Auto Trait Implementations§
impl Freeze for SkeletonBone
impl RefUnwindSafe for SkeletonBone
impl !Send for SkeletonBone
impl !Sync for SkeletonBone
impl Unpin for SkeletonBone
impl UnwindSafe for SkeletonBone
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)