#[repr(C)]pub struct AvatarIKGoal {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AvatarIKGoal
impl AvatarIKGoal
pub fn left_foot() -> Self
pub fn right_foot() -> Self
pub fn left_hand() -> Self
pub fn right_hand() -> Self
Trait Implementations§
Source§impl ClassIdentity for AvatarIKGoal
impl ClassIdentity for AvatarIKGoal
Source§impl Clone for AvatarIKGoal
impl Clone for AvatarIKGoal
Source§fn clone(&self) -> AvatarIKGoal
fn clone(&self) -> AvatarIKGoal
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 moreSource§impl Debug for AvatarIKGoal
impl Debug for AvatarIKGoal
Source§impl PartialEq for AvatarIKGoal
impl PartialEq for AvatarIKGoal
impl Copy for AvatarIKGoal
impl Eq for AvatarIKGoal
impl StructuralPartialEq for AvatarIKGoal
Auto Trait Implementations§
impl Freeze for AvatarIKGoal
impl RefUnwindSafe for AvatarIKGoal
impl Send for AvatarIKGoal
impl Sync for AvatarIKGoal
impl Unpin for AvatarIKGoal
impl UnwindSafe for AvatarIKGoal
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)