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

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

Required methods

fn wrapping(self) -> Self

fn saturating(self) -> Self

fn checked(self) -> Option<Self>

Loading content...

Implementations on Foreign Types

impl Neg for u8[src]

impl Neg for i8[src]

impl Neg for u16[src]

impl Neg for i16[src]

impl Neg for u32[src]

impl Neg for i32[src]

impl Neg for u64[src]

impl Neg for i64[src]

impl Neg for u128[src]

impl Neg for i128[src]

impl Neg for usize[src]

impl Neg for isize[src]

impl Neg for f32[src]

impl Neg for f64[src]

Loading content...

Implementors

Loading content...