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

pub trait Rem: Primary {
    fn wrapping(self, r: Self) -> Self;
}

Required methods

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

Loading content...

Implementations on Foreign Types

impl Rem for u8[src]

impl Rem for i8[src]

impl Rem for u16[src]

impl Rem for i16[src]

impl Rem for u32[src]

impl Rem for i32[src]

impl Rem for u64[src]

impl Rem for i64[src]

impl Rem for u128[src]

impl Rem for i128[src]

impl Rem for usize[src]

impl Rem for isize[src]

impl Rem for f32[src]

impl Rem for f64[src]

Loading content...

Implementors

Loading content...