Module const_cmp::other[][src]

Functions

cmp_option_ordering

Compares two Option<Ordering>, returning the ordering of left relative to right.

cmp_ordering

Compares two Ordering, returning the ordering of left relative to right.

cmp_phantomdata

Compares two PhantomData<T>, returning the ordering of left relative to right.

cmp_phantompinned

Compares two PhantomPinned, returning the ordering of left relative to right.

eq_option_ordering

Compares two Option<Ordering> for equality.

eq_ordering

Compares two Ordering for equality.

eq_phantomdata

Compares two PhantomData<T> for equality.

eq_phantompinned

Compares two PhantomPinned for equality.