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

pub trait Add: 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 Add for u8[src]

impl Add for i8[src]

impl Add for u16[src]

impl Add for i16[src]

impl Add for u32[src]

impl Add for i32[src]

impl Add for u64[src]

impl Add for i64[src]

impl Add for u128[src]

impl Add for i128[src]

impl Add for usize[src]

impl Add for isize[src]

impl Add for f32[src]

impl Add for f64[src]

Loading content...

Implementors

Loading content...