Struct ncollide3d::utils::SortedPair [−][src]
pub struct SortedPair<T: PartialOrd>(_);
A pair of elements sorted in increasing order.
Implementations
impl<T: PartialOrd> SortedPair<T>
[src]
impl<T: PartialOrd> SortedPair<T>
[src]Trait Implementations
impl<T: Clone + PartialOrd> Clone for SortedPair<T>
[src]
impl<T: Clone + PartialOrd> Clone for SortedPair<T>
[src]fn clone(&self) -> SortedPair<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Debug + PartialOrd> Debug for SortedPair<T>
[src]
impl<T: Debug + PartialOrd> Debug for SortedPair<T>
[src]impl<T: PartialOrd> Deref for SortedPair<T>
[src]
impl<T: PartialOrd> Deref for SortedPair<T>
[src]impl<T: Hash + PartialOrd> Hash for SortedPair<T>
[src]
impl<T: Hash + PartialOrd> Hash for SortedPair<T>
[src]impl<T: Ord + PartialOrd> Ord for SortedPair<T>
[src]
impl<T: Ord + PartialOrd> Ord for SortedPair<T>
[src]impl<T: PartialEq + PartialOrd> PartialEq<SortedPair<T>> for SortedPair<T>
[src]
impl<T: PartialEq + PartialOrd> PartialEq<SortedPair<T>> for SortedPair<T>
[src]fn eq(&self, other: &SortedPair<T>) -> bool
[src]
fn ne(&self, other: &SortedPair<T>) -> bool
[src]
impl<T: PartialOrd> PartialOrd<SortedPair<T>> for SortedPair<T>
[src]
impl<T: PartialOrd> PartialOrd<SortedPair<T>> for SortedPair<T>
[src]fn partial_cmp(&self, other: &SortedPair<T>) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl<T: Copy + PartialOrd> Copy for SortedPair<T>
[src]
impl<T: Eq + PartialOrd> Eq for SortedPair<T>
[src]
impl<T: PartialOrd> StructuralEq for SortedPair<T>
[src]
impl<T: PartialOrd> StructuralPartialEq for SortedPair<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for SortedPair<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for SortedPair<T> where
T: Send,
T: Send,
impl<T> Sync for SortedPair<T> where
T: Sync,
T: Sync,
impl<T> Unpin for SortedPair<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for SortedPair<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<N> NodeTrait for N where
N: Copy + Ord + Hash,
[src]
N: Copy + Ord + Hash,
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,