#[repr(C)]pub struct HumanBodyBones {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl HumanBodyBones
impl HumanBodyBones
pub fn hips() -> Self
pub fn left_upper_leg() -> Self
pub fn right_upper_leg() -> Self
pub fn left_lower_leg() -> Self
pub fn right_lower_leg() -> Self
pub fn left_foot() -> Self
pub fn right_foot() -> Self
pub fn spine() -> Self
pub fn chest() -> Self
pub fn upper_chest() -> Self
pub fn neck() -> Self
pub fn head() -> Self
pub fn left_shoulder() -> Self
pub fn right_shoulder() -> Self
pub fn left_upper_arm() -> Self
pub fn right_upper_arm() -> Self
pub fn left_lower_arm() -> Self
pub fn right_lower_arm() -> Self
pub fn left_hand() -> Self
pub fn right_hand() -> Self
pub fn left_toes() -> Self
pub fn right_toes() -> Self
pub fn left_eye() -> Self
pub fn right_eye() -> Self
pub fn jaw() -> Self
pub fn left_thumb_proximal() -> Self
pub fn left_thumb_intermediate() -> Self
pub fn left_thumb_distal() -> Self
pub fn left_index_proximal() -> Self
pub fn left_index_intermediate() -> Self
pub fn left_index_distal() -> Self
pub fn left_middle_proximal() -> Self
pub fn left_middle_intermediate() -> Self
pub fn left_middle_distal() -> Self
pub fn left_ring_proximal() -> Self
pub fn left_ring_intermediate() -> Self
pub fn left_ring_distal() -> Self
pub fn left_little_proximal() -> Self
pub fn left_little_intermediate() -> Self
pub fn left_little_distal() -> Self
pub fn right_thumb_proximal() -> Self
pub fn right_thumb_intermediate() -> Self
pub fn right_thumb_distal() -> Self
pub fn right_index_proximal() -> Self
pub fn right_index_intermediate() -> Self
pub fn right_index_distal() -> Self
pub fn right_middle_proximal() -> Self
pub fn right_middle_intermediate() -> Self
pub fn right_middle_distal() -> Self
pub fn right_ring_proximal() -> Self
pub fn right_ring_intermediate() -> Self
pub fn right_ring_distal() -> Self
pub fn right_little_proximal() -> Self
pub fn right_little_intermediate() -> Self
pub fn right_little_distal() -> Self
pub fn last_bone() -> Self
Trait Implementations§
Source§impl ClassIdentity for HumanBodyBones
impl ClassIdentity for HumanBodyBones
Source§impl Clone for HumanBodyBones
impl Clone for HumanBodyBones
Source§fn clone(&self) -> HumanBodyBones
fn clone(&self) -> HumanBodyBones
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 HumanBodyBones
impl Debug for HumanBodyBones
Source§impl PartialEq for HumanBodyBones
impl PartialEq for HumanBodyBones
impl Copy for HumanBodyBones
impl Eq for HumanBodyBones
impl StructuralPartialEq for HumanBodyBones
Auto Trait Implementations§
impl Freeze for HumanBodyBones
impl RefUnwindSafe for HumanBodyBones
impl Send for HumanBodyBones
impl Sync for HumanBodyBones
impl Unpin for HumanBodyBones
impl UnwindSafe for HumanBodyBones
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)