[][src]Trait ni::executor::primary::Sub

pub trait Sub: Primary {
    fn wrapping(self, r: Self) -> Self;
fn saturating(self, r: Self) -> Self;
fn checked(self, r: Self) -> Option<Self>; }

Required methods

fn wrapping(self, r: Self) -> Self

fn saturating(self, r: Self) -> Self

fn checked(self, r: Self) -> Option<Self>

Loading content...

Implementations on Foreign Types

impl Sub for u8[src]

impl Sub for i8[src]

impl Sub for u16[src]

impl Sub for i16[src]

impl Sub for u32[src]

impl Sub for i32[src]

impl Sub for u64[src]

impl Sub for i64[src]

impl Sub for u128[src]

impl Sub for i128[src]

impl Sub for usize[src]

impl Sub for isize[src]

impl Sub for f32[src]

impl Sub for f64[src]

Loading content...

Implementors

Loading content...