pub struct JointIndex(/* private fields */);Expand description
A zero-based joint index label.
Implementations§
Trait Implementations§
Source§impl Clone for JointIndex
impl Clone for JointIndex
Source§fn clone(&self) -> JointIndex
fn clone(&self) -> JointIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JointIndex
impl Debug for JointIndex
Source§impl Display for JointIndex
impl Display for JointIndex
Source§impl Hash for JointIndex
impl Hash for JointIndex
Source§impl Ord for JointIndex
impl Ord for JointIndex
Source§fn cmp(&self, other: &JointIndex) -> Ordering
fn cmp(&self, other: &JointIndex) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for JointIndex
impl PartialEq for JointIndex
Source§fn eq(&self, other: &JointIndex) -> bool
fn eq(&self, other: &JointIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for JointIndex
impl PartialOrd for JointIndex
impl Copy for JointIndex
impl Eq for JointIndex
impl StructuralPartialEq for JointIndex
Auto Trait Implementations§
impl Freeze for JointIndex
impl RefUnwindSafe for JointIndex
impl Send for JointIndex
impl Sync for JointIndex
impl Unpin for JointIndex
impl UnsafeUnpin for JointIndex
impl UnwindSafe for JointIndex
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