Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FixedPartialOrd

Fully qualified path: cubit::f64::types::fixed::FixedPartialOrd

impl FixedPartialOrd of PartialOrd<Fixed>;

Impl functions

ge

Fully qualified path: cubit::f64::types::fixed::FixedPartialOrd::ge

fn ge(lhs: Fixed, rhs: Fixed) -> bool

gt

Fully qualified path: cubit::f64::types::fixed::FixedPartialOrd::gt

fn gt(lhs: Fixed, rhs: Fixed) -> bool

le

Fully qualified path: cubit::f64::types::fixed::FixedPartialOrd::le

fn le(lhs: Fixed, rhs: Fixed) -> bool

lt

Fully qualified path: cubit::f64::types::fixed::FixedPartialOrd::lt

fn lt(lhs: Fixed, rhs: Fixed) -> bool