Struct diffgeom::typenum::Less []

pub struct Less;

A potential output from Cmp, this is the type equivalent to the enum variant core::cmp::Ordering::Less.

Trait Implementations

impl Clone for Less

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Less

Formats the value using the given formatter.

impl Eq for Less

impl Default for Less

impl PartialOrd<Less> for Less

impl Hash for Less

impl PartialEq<Less> for Less

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Ord for Less

Returns core::cmp::Ordering::Less

impl Ord for Less

impl Copy for Less