pub trait WrappingNeg {
    type Output;

    fn wrapping_neg(self) -> Self::Output;
}
Expand description

Negates a number, wrapping around at the boundary of the type.

Required Associated Types

Required Methods

Implementations on Foreign Types

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

This is a wrapper over the wrapping_neg functions in the standard library, for example this one.

Implementors