pub struct JointIndexes {}
Implementations§
Source§impl JointIndexes
impl JointIndexes
pub const HEADYAW: u8 = 0u8
pub const HEADPITCH: u8 = 1u8
pub const LSHOULDERPITCH: u8 = 2u8
pub const LSHOULDERROLL: u8 = 3u8
pub const LELBOWYAW: u8 = 4u8
pub const LELBOWROLL: u8 = 5u8
pub const LWRISTYAW: u8 = 6u8
pub const LHIPYAWPITCH: u8 = 7u8
pub const LHIPROLL: u8 = 8u8
pub const LHIPPITCH: u8 = 9u8
pub const LKNEEPITCH: u8 = 10u8
pub const LANKLEPITCH: u8 = 11u8
pub const LANKLEROLL: u8 = 12u8
pub const RHIPROLL: u8 = 13u8
pub const RHIPPITCH: u8 = 14u8
pub const RKNEEPITCH: u8 = 15u8
pub const RANKLEPITCH: u8 = 16u8
pub const RANKLEROLL: u8 = 17u8
pub const RSHOULDERPITCH: u8 = 18u8
pub const RSHOULDERROLL: u8 = 19u8
pub const RELBOWYAW: u8 = 20u8
pub const RELBOWROLL: u8 = 21u8
pub const RWRISTYAW: u8 = 22u8
pub const LHAND: u8 = 23u8
pub const RHAND: u8 = 24u8
pub const NUMJOINTS: u8 = 25u8
Trait Implementations§
Source§impl Clone for JointIndexes
impl Clone for JointIndexes
Source§fn clone(&self) -> JointIndexes
fn clone(&self) -> JointIndexes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JointIndexes
impl Debug for JointIndexes
Source§impl Default for JointIndexes
impl Default for JointIndexes
Source§impl<'de> Deserialize<'de> for JointIndexes
impl<'de> Deserialize<'de> for JointIndexes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JointIndexes
impl PartialEq for JointIndexes
Source§impl Serialize for JointIndexes
impl Serialize for JointIndexes
impl Message for JointIndexes
impl StructuralPartialEq for JointIndexes
Auto Trait Implementations§
impl Freeze for JointIndexes
impl RefUnwindSafe for JointIndexes
impl Send for JointIndexes
impl Sync for JointIndexes
impl Unpin for JointIndexes
impl UnwindSafe for JointIndexes
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