pub struct JointType(pub i64);
Tuple Fields§
§0: i64
Implementations§
Trait Implementations§
Source§impl FromVariant for JointType
impl FromVariant for JointType
fn from_variant(v: &Variant) -> Result<JointType, FromVariantError>
Source§impl Ord for JointType
impl Ord for JointType
Source§impl PartialOrd for JointType
impl PartialOrd for JointType
impl Copy for JointType
impl Eq for JointType
impl StructuralPartialEq for JointType
Auto Trait Implementations§
impl Freeze for JointType
impl RefUnwindSafe for JointType
impl Send for JointType
impl Sync for JointType
impl Unpin for JointType
impl UnwindSafe for JointType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.