[][src]Trait dia_range::Ops

pub trait Ops: Eq + PartialEq + Ord + PartialOrd + Hash + Copy {
    fn saturating_add_one(&self) -> Self;
fn saturating_add_two(&self) -> Self;
fn saturating_add(&self, other: Self) -> Self;
fn saturating_sub_one(&self) -> Self;
fn saturating_sub(&self, other: Self) -> Self;
fn is_positive(&self) -> bool;
fn is_min(&self) -> bool; }
Deprecated:

for internal use only

Required methods

fn saturating_add_one(&self) -> Self

Deprecated:

for internal use only

fn saturating_add_two(&self) -> Self

Deprecated:

for internal use only

fn saturating_add(&self, other: Self) -> Self

Deprecated:

for internal use only

fn saturating_sub_one(&self) -> Self

Deprecated:

for internal use only

fn saturating_sub(&self, other: Self) -> Self

Deprecated:

for internal use only

fn is_positive(&self) -> bool

Deprecated:

for internal use only

fn is_min(&self) -> bool

Deprecated:

for internal use only

Loading content...

Implementations on Foreign Types

impl Ops for i8[src]

impl Ops for i16[src]

impl Ops for i32[src]

impl Ops for i64[src]

impl Ops for i128[src]

impl Ops for isize[src]

impl Ops for u8[src]

impl Ops for u16[src]

impl Ops for u32[src]

impl Ops for u64[src]

impl Ops for u128[src]

impl Ops for usize[src]

Loading content...

Implementors

Loading content...