[][src]Trait instinct::InstinctUtils

pub trait InstinctUtils {
    fn instinct_eq(&self, other: &Self) -> bool;
fn instinct_gt(&self, other: &Self) -> bool;
fn instinct_ge(&self, other: &Self) -> bool;
fn instinct_lt(&self, other: &Self) -> bool;
fn instinct_le(&self, other: &Self) -> bool;
fn instinct_zero(&self) -> bool;
fn instinct_not_negative(&self) -> bool;
fn instinct_not_positive(&self) -> bool;
fn instinct_positive(&self) -> bool;
fn instinct_negative(&self) -> bool;
fn instinct_ord(&self, other: &Self) -> Ordering;
fn instinct_delta_ord(&self) -> Ordering;
fn instinct_ndelta_ord(&self) -> Ordering; }

Required methods

fn instinct_eq(&self, other: &Self) -> bool

fn instinct_gt(&self, other: &Self) -> bool

fn instinct_ge(&self, other: &Self) -> bool

fn instinct_lt(&self, other: &Self) -> bool

fn instinct_le(&self, other: &Self) -> bool

fn instinct_zero(&self) -> bool

fn instinct_not_negative(&self) -> bool

fn instinct_not_positive(&self) -> bool

fn instinct_positive(&self) -> bool

fn instinct_negative(&self) -> bool

fn instinct_ord(&self, other: &Self) -> Ordering

fn instinct_delta_ord(&self) -> Ordering

fn instinct_ndelta_ord(&self) -> Ordering

Loading content...

Implementors

impl<'a, N: RealField> InstinctUtils for N[src]

Loading content...