Struct machine_int::MachineInt[][src]

#[repr(C)]
pub struct MachineInt<T>(pub T);

Trait Implementations

impl<T: Clone> Clone for MachineInt<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for MachineInt<T>
[src]

impl<T: Default> Default for MachineInt<T>
[src]

Returns the "default value" for a type. Read more

impl Add<i8> for MachineInt<i8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i8>> for i8
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i8>> for MachineInt<i8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<u8> for MachineInt<u8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u8>> for u8
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u8>> for MachineInt<u8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<i16> for MachineInt<i16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i16>> for i16
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i16>> for MachineInt<i16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<u16> for MachineInt<u16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u16>> for u16
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u16>> for MachineInt<u16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<i32> for MachineInt<i32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i32>> for i32
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i32>> for MachineInt<i32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<u32> for MachineInt<u32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u32>> for u32
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u32>> for MachineInt<u32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<i64> for MachineInt<i64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i64>> for i64
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i64>> for MachineInt<i64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<u64> for MachineInt<u64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u64>> for u64
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u64>> for MachineInt<u64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Sub<i8> for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i8>> for i8
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i8>> for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<u8> for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u8>> for u8
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u8>> for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<i16> for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i16>> for i16
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i16>> for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<u16> for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u16>> for u16
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u16>> for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<i32> for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i32>> for i32
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i32>> for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<u32> for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u32>> for u32
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u32>> for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<i64> for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i64>> for i64
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i64>> for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<u64> for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u64>> for u64
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u64>> for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Mul<i8> for MachineInt<i8>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<i8>> for i8
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<i8>> for MachineInt<i8>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<u8> for MachineInt<u8>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<u8>> for u8
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<u8>> for MachineInt<u8>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<i16> for MachineInt<i16>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<i16>> for i16
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<i16>> for MachineInt<i16>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<u16> for MachineInt<u16>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<u16>> for u16
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<u16>> for MachineInt<u16>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<i32> for MachineInt<i32>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<i32>> for i32
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<i32>> for MachineInt<i32>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<u32> for MachineInt<u32>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<u32>> for u32
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<u32>> for MachineInt<u32>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<i64> for MachineInt<i64>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<i64>> for i64
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<i64>> for MachineInt<i64>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<u64> for MachineInt<u64>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<u64>> for u64
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<MachineInt<u64>> for MachineInt<u64>
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Div<i8> for MachineInt<i8>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<i8>> for i8
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<i8>> for MachineInt<i8>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<u8> for MachineInt<u8>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<u8>> for u8
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<u8>> for MachineInt<u8>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<i16> for MachineInt<i16>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<i16>> for i16
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<i16>> for MachineInt<i16>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<u16> for MachineInt<u16>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<u16>> for u16
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<u16>> for MachineInt<u16>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<i32> for MachineInt<i32>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<i32>> for i32
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<i32>> for MachineInt<i32>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<u32> for MachineInt<u32>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<u32>> for u32
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<u32>> for MachineInt<u32>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<i64> for MachineInt<i64>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<i64>> for i64
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<i64>> for MachineInt<i64>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<u64> for MachineInt<u64>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<u64>> for u64
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Div<MachineInt<u64>> for MachineInt<u64>
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl Rem<i8> for MachineInt<i8>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<i8>> for i8
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<i8>> for MachineInt<i8>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<u8> for MachineInt<u8>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<u8>> for u8
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<u8>> for MachineInt<u8>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<i16> for MachineInt<i16>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<i16>> for i16
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<i16>> for MachineInt<i16>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<u16> for MachineInt<u16>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<u16>> for u16
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<u16>> for MachineInt<u16>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<i32> for MachineInt<i32>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<i32>> for i32
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<i32>> for MachineInt<i32>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<u32> for MachineInt<u32>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<u32>> for u32
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<u32>> for MachineInt<u32>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<i64> for MachineInt<i64>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<i64>> for i64
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<i64>> for MachineInt<i64>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<u64> for MachineInt<u64>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<u64>> for u64
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl Rem<MachineInt<u64>> for MachineInt<u64>
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl BitAnd<u8> for MachineInt<u8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u8>> for u8
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u8>> for MachineInt<u8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<u16> for MachineInt<u16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u16>> for u16
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u16>> for MachineInt<u16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<u32> for MachineInt<u32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u32>> for u32
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u32>> for MachineInt<u32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<u64> for MachineInt<u64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u64>> for u64
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u64>> for MachineInt<u64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitOr<u8> for MachineInt<u8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u8>> for u8
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u8>> for MachineInt<u8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<u16> for MachineInt<u16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u16>> for u16
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u16>> for MachineInt<u16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<u32> for MachineInt<u32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u32>> for u32
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u32>> for MachineInt<u32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<u64> for MachineInt<u64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u64>> for u64
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u64>> for MachineInt<u64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitXor<u8> for MachineInt<u8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u8>> for u8
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u8>> for MachineInt<u8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<u16> for MachineInt<u16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u16>> for u16
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u16>> for MachineInt<u16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<u32> for MachineInt<u32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u32>> for u32
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u32>> for MachineInt<u32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<u64> for MachineInt<u64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u64>> for u64
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u64>> for MachineInt<u64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl AddAssign<i8> for MachineInt<i8>
[src]

Performs the += operation.

impl AddAssign<MachineInt<i8>> for MachineInt<i8>
[src]

Performs the += operation.

impl AddAssign<u8> for MachineInt<u8>
[src]

Performs the += operation.

impl AddAssign<MachineInt<u8>> for MachineInt<u8>
[src]

Performs the += operation.

impl AddAssign<i16> for MachineInt<i16>
[src]

Performs the += operation.

impl AddAssign<MachineInt<i16>> for MachineInt<i16>
[src]

Performs the += operation.

impl AddAssign<u16> for MachineInt<u16>
[src]

Performs the += operation.

impl AddAssign<MachineInt<u16>> for MachineInt<u16>
[src]

Performs the += operation.

impl AddAssign<i32> for MachineInt<i32>
[src]

Performs the += operation.

impl AddAssign<MachineInt<i32>> for MachineInt<i32>
[src]

Performs the += operation.

impl AddAssign<u32> for MachineInt<u32>
[src]

Performs the += operation.

impl AddAssign<MachineInt<u32>> for MachineInt<u32>
[src]

Performs the += operation.

impl AddAssign<i64> for MachineInt<i64>
[src]

Performs the += operation.

impl AddAssign<MachineInt<i64>> for MachineInt<i64>
[src]

Performs the += operation.

impl AddAssign<u64> for MachineInt<u64>
[src]

Performs the += operation.

impl AddAssign<MachineInt<u64>> for MachineInt<u64>
[src]

Performs the += operation.

impl SubAssign<i8> for MachineInt<i8>
[src]

Performs the -= operation.

impl SubAssign<MachineInt<i8>> for MachineInt<i8>
[src]

Performs the -= operation.

impl SubAssign<u8> for MachineInt<u8>
[src]

Performs the -= operation.

impl SubAssign<MachineInt<u8>> for MachineInt<u8>
[src]

Performs the -= operation.

impl SubAssign<i16> for MachineInt<i16>
[src]

Performs the -= operation.

impl SubAssign<MachineInt<i16>> for MachineInt<i16>
[src]

Performs the -= operation.

impl SubAssign<u16> for MachineInt<u16>
[src]

Performs the -= operation.

impl SubAssign<MachineInt<u16>> for MachineInt<u16>
[src]

Performs the -= operation.

impl SubAssign<i32> for MachineInt<i32>
[src]

Performs the -= operation.

impl SubAssign<MachineInt<i32>> for MachineInt<i32>
[src]

Performs the -= operation.

impl SubAssign<u32> for MachineInt<u32>
[src]

Performs the -= operation.

impl SubAssign<MachineInt<u32>> for MachineInt<u32>
[src]

Performs the -= operation.

impl SubAssign<i64> for MachineInt<i64>
[src]

Performs the -= operation.

impl SubAssign<MachineInt<i64>> for MachineInt<i64>
[src]

Performs the -= operation.

impl SubAssign<u64> for MachineInt<u64>
[src]

Performs the -= operation.

impl SubAssign<MachineInt<u64>> for MachineInt<u64>
[src]

Performs the -= operation.

impl MulAssign<i8> for MachineInt<i8>
[src]

Performs the *= operation.

impl MulAssign<MachineInt<i8>> for MachineInt<i8>
[src]

Performs the *= operation.

impl MulAssign<u8> for MachineInt<u8>
[src]

Performs the *= operation.

impl MulAssign<MachineInt<u8>> for MachineInt<u8>
[src]

Performs the *= operation.

impl MulAssign<i16> for MachineInt<i16>
[src]

Performs the *= operation.

impl MulAssign<MachineInt<i16>> for MachineInt<i16>
[src]

Performs the *= operation.

impl MulAssign<u16> for MachineInt<u16>
[src]

Performs the *= operation.

impl MulAssign<MachineInt<u16>> for MachineInt<u16>
[src]

Performs the *= operation.

impl MulAssign<i32> for MachineInt<i32>
[src]

Performs the *= operation.

impl MulAssign<MachineInt<i32>> for MachineInt<i32>
[src]

Performs the *= operation.

impl MulAssign<u32> for MachineInt<u32>
[src]

Performs the *= operation.

impl MulAssign<MachineInt<u32>> for MachineInt<u32>
[src]

Performs the *= operation.

impl MulAssign<i64> for MachineInt<i64>
[src]

Performs the *= operation.

impl MulAssign<MachineInt<i64>> for MachineInt<i64>
[src]

Performs the *= operation.

impl MulAssign<u64> for MachineInt<u64>
[src]

Performs the *= operation.

impl MulAssign<MachineInt<u64>> for MachineInt<u64>
[src]

Performs the *= operation.

impl DivAssign<i8> for MachineInt<i8>
[src]

Performs the /= operation.

impl DivAssign<MachineInt<i8>> for MachineInt<i8>
[src]

Performs the /= operation.

impl DivAssign<u8> for MachineInt<u8>
[src]

Performs the /= operation.

impl DivAssign<MachineInt<u8>> for MachineInt<u8>
[src]

Performs the /= operation.

impl DivAssign<i16> for MachineInt<i16>
[src]

Performs the /= operation.

impl DivAssign<MachineInt<i16>> for MachineInt<i16>
[src]

Performs the /= operation.

impl DivAssign<u16> for MachineInt<u16>
[src]

Performs the /= operation.

impl DivAssign<MachineInt<u16>> for MachineInt<u16>
[src]

Performs the /= operation.

impl DivAssign<i32> for MachineInt<i32>
[src]

Performs the /= operation.

impl DivAssign<MachineInt<i32>> for MachineInt<i32>
[src]

Performs the /= operation.

impl DivAssign<u32> for MachineInt<u32>
[src]

Performs the /= operation.

impl DivAssign<MachineInt<u32>> for MachineInt<u32>
[src]

Performs the /= operation.

impl DivAssign<i64> for MachineInt<i64>
[src]

Performs the /= operation.

impl DivAssign<MachineInt<i64>> for MachineInt<i64>
[src]

Performs the /= operation.

impl DivAssign<u64> for MachineInt<u64>
[src]

Performs the /= operation.

impl DivAssign<MachineInt<u64>> for MachineInt<u64>
[src]

Performs the /= operation.

impl RemAssign<i8> for MachineInt<i8>
[src]

Performs the %= operation.

impl RemAssign<MachineInt<i8>> for MachineInt<i8>
[src]

Performs the %= operation.

impl RemAssign<u8> for MachineInt<u8>
[src]

Performs the %= operation.

impl RemAssign<MachineInt<u8>> for MachineInt<u8>
[src]

Performs the %= operation.

impl RemAssign<i16> for MachineInt<i16>
[src]

Performs the %= operation.

impl RemAssign<MachineInt<i16>> for MachineInt<i16>
[src]

Performs the %= operation.

impl RemAssign<u16> for MachineInt<u16>
[src]

Performs the %= operation.

impl RemAssign<MachineInt<u16>> for MachineInt<u16>
[src]

Performs the %= operation.

impl RemAssign<i32> for MachineInt<i32>
[src]

Performs the %= operation.

impl RemAssign<MachineInt<i32>> for MachineInt<i32>
[src]

Performs the %= operation.

impl RemAssign<u32> for MachineInt<u32>
[src]

Performs the %= operation.

impl RemAssign<MachineInt<u32>> for MachineInt<u32>
[src]

Performs the %= operation.

impl RemAssign<i64> for MachineInt<i64>
[src]

Performs the %= operation.

impl RemAssign<MachineInt<i64>> for MachineInt<i64>
[src]

Performs the %= operation.

impl RemAssign<u64> for MachineInt<u64>
[src]

Performs the %= operation.

impl RemAssign<MachineInt<u64>> for MachineInt<u64>
[src]

Performs the %= operation.

impl BitAndAssign<u8> for MachineInt<u8>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<u8>> for MachineInt<u8>
[src]

Performs the &= operation.

impl BitAndAssign<u16> for MachineInt<u16>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<u16>> for MachineInt<u16>
[src]

Performs the &= operation.

impl BitAndAssign<u32> for MachineInt<u32>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<u32>> for MachineInt<u32>
[src]

Performs the &= operation.

impl BitAndAssign<u64> for MachineInt<u64>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<u64>> for MachineInt<u64>
[src]

Performs the &= operation.

impl BitOrAssign<u8> for MachineInt<u8>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<u8>> for MachineInt<u8>
[src]

Performs the |= operation.

impl BitOrAssign<u16> for MachineInt<u16>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<u16>> for MachineInt<u16>
[src]

Performs the |= operation.

impl BitOrAssign<u32> for MachineInt<u32>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<u32>> for MachineInt<u32>
[src]

Performs the |= operation.

impl BitOrAssign<u64> for MachineInt<u64>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<u64>> for MachineInt<u64>
[src]

Performs the |= operation.

impl BitXorAssign<u8> for MachineInt<u8>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<u8>> for MachineInt<u8>
[src]

Performs the ^= operation.

impl BitXorAssign<u16> for MachineInt<u16>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<u16>> for MachineInt<u16>
[src]

Performs the ^= operation.

impl BitXorAssign<u32> for MachineInt<u32>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<u32>> for MachineInt<u32>
[src]

Performs the ^= operation.

impl BitXorAssign<u64> for MachineInt<u64>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<u64>> for MachineInt<u64>
[src]

Performs the ^= operation.

impl BitAnd<u64> for MachineInt<i64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i64>> for u64
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i64>> for MachineInt<i64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<u32> for MachineInt<i32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i32>> for u32
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i32>> for MachineInt<i32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<u16> for MachineInt<i16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i16>> for u16
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i16>> for MachineInt<i16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<u8> for MachineInt<i8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i8>> for u8
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i8>> for MachineInt<i8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitOr<u64> for MachineInt<i64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i64>> for u64
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i64>> for MachineInt<i64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<u32> for MachineInt<i32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i32>> for u32
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i32>> for MachineInt<i32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<u16> for MachineInt<i16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i16>> for u16
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i16>> for MachineInt<i16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<u8> for MachineInt<i8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i8>> for u8
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i8>> for MachineInt<i8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitXor<u64> for MachineInt<i64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i64>> for u64
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i64>> for MachineInt<i64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<u32> for MachineInt<i32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i32>> for u32
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i32>> for MachineInt<i32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<u16> for MachineInt<i16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i16>> for u16
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i16>> for MachineInt<i16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<u8> for MachineInt<i8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i8>> for u8
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i8>> for MachineInt<i8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitAndAssign<u64> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<u64>> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<i64>> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitAndAssign<u32> for MachineInt<i32>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<u32>> for MachineInt<i32>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<i32>> for MachineInt<i32>
[src]

Performs the &= operation.

impl BitAndAssign<u16> for MachineInt<i16>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<u16>> for MachineInt<i16>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<i16>> for MachineInt<i16>
[src]

Performs the &= operation.

impl BitAndAssign<u8> for MachineInt<i8>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<u8>> for MachineInt<i8>
[src]

Performs the &= operation.

impl BitAndAssign<MachineInt<i8>> for MachineInt<i8>
[src]

Performs the &= operation.

impl BitOrAssign<u64> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<u64>> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<i64>> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitOrAssign<u32> for MachineInt<i32>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<u32>> for MachineInt<i32>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<i32>> for MachineInt<i32>
[src]

Performs the |= operation.

impl BitOrAssign<u16> for MachineInt<i16>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<u16>> for MachineInt<i16>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<i16>> for MachineInt<i16>
[src]

Performs the |= operation.

impl BitOrAssign<u8> for MachineInt<i8>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<u8>> for MachineInt<i8>
[src]

Performs the |= operation.

impl BitOrAssign<MachineInt<i8>> for MachineInt<i8>
[src]

Performs the |= operation.

impl BitXorAssign<u64> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<u64>> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<i64>> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitXorAssign<u32> for MachineInt<i32>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<u32>> for MachineInt<i32>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<i32>> for MachineInt<i32>
[src]

Performs the ^= operation.

impl BitXorAssign<u16> for MachineInt<i16>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<u16>> for MachineInt<i16>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<i16>> for MachineInt<i16>
[src]

Performs the ^= operation.

impl BitXorAssign<u8> for MachineInt<i8>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<u8>> for MachineInt<i8>
[src]

Performs the ^= operation.

impl BitXorAssign<MachineInt<i8>> for MachineInt<i8>
[src]

Performs the ^= operation.

impl Neg for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Not for MachineInt<i8>
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl Eq for MachineInt<i8>
[src]

impl Ord for MachineInt<i8>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<i8> for MachineInt<i8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<MachineInt<i8>> for i8
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<i8> for MachineInt<i8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialOrd<MachineInt<i8>> for i8
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl AsFrom<i8> for MachineInt<i8>
[src]

impl AsFrom<MachineInt<i8>> for MachineInt<i8>
[src]

impl From<i8> for MachineInt<i8>
[src]

Performs the conversion.

impl From<MachineInt<i8>> for i8
[src]

Performs the conversion.

impl Shl<u32> for MachineInt<i8>
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<u32> for MachineInt<i8>
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl ShlAssign<u32> for MachineInt<i8>
[src]

Performs the <<= operation.

impl ShrAssign<u32> for MachineInt<i8>
[src]

Performs the >>= operation.

impl Neg for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Not for MachineInt<u8>
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl Eq for MachineInt<u8>
[src]

impl Ord for MachineInt<u8>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<u8> for MachineInt<u8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<MachineInt<u8>> for u8
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<u8> for MachineInt<u8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialOrd<MachineInt<u8>> for u8
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl AsFrom<u8> for MachineInt<u8>
[src]

impl AsFrom<MachineInt<u8>> for MachineInt<u8>
[src]

impl From<u8> for MachineInt<u8>
[src]

Performs the conversion.

impl From<MachineInt<u8>> for u8
[src]

Performs the conversion.

impl Shl<u32> for MachineInt<u8>
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<u32> for MachineInt<u8>
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl ShlAssign<u32> for MachineInt<u8>
[src]

Performs the <<= operation.

impl ShrAssign<u32> for MachineInt<u8>
[src]

Performs the >>= operation.

impl Neg for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Not for MachineInt<i16>
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl Eq for MachineInt<i16>
[src]

impl Ord for MachineInt<i16>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<i16> for MachineInt<i16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<MachineInt<i16>> for i16
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<i16> for MachineInt<i16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialOrd<MachineInt<i16>> for i16
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl AsFrom<i16> for MachineInt<i16>
[src]

impl AsFrom<MachineInt<i16>> for MachineInt<i16>
[src]

impl From<i16> for MachineInt<i16>
[src]

Performs the conversion.

impl From<MachineInt<i16>> for i16
[src]

Performs the conversion.

impl Shl<u32> for MachineInt<i16>
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<u32> for MachineInt<i16>
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl ShlAssign<u32> for MachineInt<i16>
[src]

Performs the <<= operation.

impl ShrAssign<u32> for MachineInt<i16>
[src]

Performs the >>= operation.

impl Neg for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Not for MachineInt<u16>
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl Eq for MachineInt<u16>
[src]

impl Ord for MachineInt<u16>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<u16> for MachineInt<u16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<MachineInt<u16>> for u16
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<u16> for MachineInt<u16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialOrd<MachineInt<u16>> for u16
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl AsFrom<u16> for MachineInt<u16>
[src]

impl AsFrom<MachineInt<u16>> for MachineInt<u16>
[src]

impl From<u16> for MachineInt<u16>
[src]

Performs the conversion.

impl From<MachineInt<u16>> for u16
[src]

Performs the conversion.

impl Shl<u32> for MachineInt<u16>
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<u32> for MachineInt<u16>
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl ShlAssign<u32> for MachineInt<u16>
[src]

Performs the <<= operation.

impl ShrAssign<u32> for MachineInt<u16>
[src]

Performs the >>= operation.

impl Neg for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Not for MachineInt<i32>
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl Eq for MachineInt<i32>
[src]

impl Ord for MachineInt<i32>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<i32> for MachineInt<i32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<MachineInt<i32>> for i32
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<i32> for MachineInt<i32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialOrd<MachineInt<i32>> for i32
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl AsFrom<i32> for MachineInt<i32>
[src]

impl AsFrom<MachineInt<i32>> for MachineInt<i32>
[src]

impl From<i32> for MachineInt<i32>
[src]

Performs the conversion.

impl From<MachineInt<i32>> for i32
[src]

Performs the conversion.

impl Shl<u32> for MachineInt<i32>
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<u32> for MachineInt<i32>
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl ShlAssign<u32> for MachineInt<i32>
[src]

Performs the <<= operation.

impl ShrAssign<u32> for MachineInt<i32>
[src]

Performs the >>= operation.

impl Neg for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Not for MachineInt<u32>
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl Eq for MachineInt<u32>
[src]

impl Ord for MachineInt<u32>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<u32> for MachineInt<u32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<MachineInt<u32>> for u32
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<u32> for MachineInt<u32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialOrd<MachineInt<u32>> for u32
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl AsFrom<u32> for MachineInt<u32>
[src]

impl AsFrom<MachineInt<u32>> for MachineInt<u32>
[src]

impl From<u32> for MachineInt<u32>
[src]

Performs the conversion.

impl From<MachineInt<u32>> for u32
[src]

Performs the conversion.

impl Shl<u32> for MachineInt<u32>
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<u32> for MachineInt<u32>
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl ShlAssign<u32> for MachineInt<u32>
[src]

Performs the <<= operation.

impl ShrAssign<u32> for MachineInt<u32>
[src]

Performs the >>= operation.

impl Neg for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Not for MachineInt<i64>
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl Eq for MachineInt<i64>
[src]

impl Ord for MachineInt<i64>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<i64> for MachineInt<i64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<MachineInt<i64>> for i64
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<i64> for MachineInt<i64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialOrd<MachineInt<i64>> for i64
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl AsFrom<i64> for MachineInt<i64>
[src]

impl AsFrom<MachineInt<i64>> for MachineInt<i64>
[src]

impl From<i64> for MachineInt<i64>
[src]

Performs the conversion.

impl From<MachineInt<i64>> for i64
[src]

Performs the conversion.

impl Shl<u32> for MachineInt<i64>
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<u32> for MachineInt<i64>
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl ShlAssign<u32> for MachineInt<i64>
[src]

Performs the <<= operation.

impl ShrAssign<u32> for MachineInt<i64>
[src]

Performs the >>= operation.

impl Neg for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Not for MachineInt<u64>
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl Eq for MachineInt<u64>
[src]

impl Ord for MachineInt<u64>
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq<u64> for MachineInt<u64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<MachineInt<u64>> for u64
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<u64> for MachineInt<u64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialOrd<MachineInt<u64>> for u64
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl AsFrom<u64> for MachineInt<u64>
[src]

impl AsFrom<MachineInt<u64>> for MachineInt<u64>
[src]

impl From<u64> for MachineInt<u64>
[src]

Performs the conversion.

impl From<MachineInt<u64>> for u64
[src]

Performs the conversion.

impl Shl<u32> for MachineInt<u64>
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl Shr<u32> for MachineInt<u64>
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl ShlAssign<u32> for MachineInt<u64>
[src]

Performs the <<= operation.

impl ShrAssign<u32> for MachineInt<u64>
[src]

Performs the >>= operation.

impl PartialEq<MachineInt<u64>> for MachineInt<u64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u64>> for MachineInt<u64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u32>> for MachineInt<u64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u32>> for MachineInt<u64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u16>> for MachineInt<u64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u16>> for MachineInt<u64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u8>> for MachineInt<u64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u8>> for MachineInt<u64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i64>> for MachineInt<i64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i64>> for MachineInt<i64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i32>> for MachineInt<i64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i32>> for MachineInt<i64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i16>> for MachineInt<i64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i16>> for MachineInt<i64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i8>> for MachineInt<i64>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i8>> for MachineInt<i64>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u64>> for MachineInt<u32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u64>> for MachineInt<u32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u32>> for MachineInt<u32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u32>> for MachineInt<u32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u16>> for MachineInt<u32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u16>> for MachineInt<u32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u8>> for MachineInt<u32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u8>> for MachineInt<u32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i64>> for MachineInt<i32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i64>> for MachineInt<i32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i32>> for MachineInt<i32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i32>> for MachineInt<i32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i16>> for MachineInt<i32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i16>> for MachineInt<i32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i8>> for MachineInt<i32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i8>> for MachineInt<i32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u64>> for MachineInt<u16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u64>> for MachineInt<u16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u32>> for MachineInt<u16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u32>> for MachineInt<u16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u16>> for MachineInt<u16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u16>> for MachineInt<u16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u8>> for MachineInt<u16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u8>> for MachineInt<u16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i64>> for MachineInt<i16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i64>> for MachineInt<i16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i32>> for MachineInt<i16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i32>> for MachineInt<i16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i16>> for MachineInt<i16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i16>> for MachineInt<i16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i8>> for MachineInt<i16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i8>> for MachineInt<i16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u64>> for MachineInt<u8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u64>> for MachineInt<u8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u32>> for MachineInt<u8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u32>> for MachineInt<u8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u16>> for MachineInt<u8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u16>> for MachineInt<u8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u8>> for MachineInt<u8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u8>> for MachineInt<u8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i64>> for MachineInt<i8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i64>> for MachineInt<i8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i32>> for MachineInt<i8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i32>> for MachineInt<i8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i16>> for MachineInt<i8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i16>> for MachineInt<i8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i8>> for MachineInt<i8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i8>> for MachineInt<i8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i32>> for MachineInt<u32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i32>> for MachineInt<u32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u32>> for MachineInt<i32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u32>> for MachineInt<i32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i16>> for MachineInt<u32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i16>> for MachineInt<u32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u32>> for MachineInt<i16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u32>> for MachineInt<i16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i8>> for MachineInt<u32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i8>> for MachineInt<u32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u32>> for MachineInt<i8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u32>> for MachineInt<i8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u16>> for MachineInt<i32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u16>> for MachineInt<i32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i32>> for MachineInt<u16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i32>> for MachineInt<u16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u8>> for MachineInt<i32>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u8>> for MachineInt<i32>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i32>> for MachineInt<u8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i32>> for MachineInt<u8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i16>> for MachineInt<u16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i16>> for MachineInt<u16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u16>> for MachineInt<i16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u16>> for MachineInt<i16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i8>> for MachineInt<u16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i8>> for MachineInt<u16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u16>> for MachineInt<i8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u16>> for MachineInt<i8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u8>> for MachineInt<i16>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u8>> for MachineInt<i16>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i16>> for MachineInt<u8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i16>> for MachineInt<u8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<i8>> for MachineInt<u8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<i8>> for MachineInt<u8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl PartialEq<MachineInt<u8>> for MachineInt<i8>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd<MachineInt<u8>> for MachineInt<i8>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Add<MachineInt<u32>> for MachineInt<u64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u64>> for MachineInt<u32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u32>> for MachineInt<u64>
[src]

Performs the += operation.

impl Sub<MachineInt<u32>> for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u64>> for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u32>> for MachineInt<u64>
[src]

Performs the -= operation.

impl Add<MachineInt<u16>> for MachineInt<u64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u64>> for MachineInt<u16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u16>> for MachineInt<u64>
[src]

Performs the += operation.

impl Sub<MachineInt<u16>> for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u64>> for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u16>> for MachineInt<u64>
[src]

Performs the -= operation.

impl Add<MachineInt<u8>> for MachineInt<u64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u64>> for MachineInt<u8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u8>> for MachineInt<u64>
[src]

Performs the += operation.

impl Sub<MachineInt<u8>> for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u64>> for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u8>> for MachineInt<u64>
[src]

Performs the -= operation.

impl Add<MachineInt<i32>> for MachineInt<u64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u64>> for MachineInt<i32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i32>> for MachineInt<u64>
[src]

Performs the += operation.

impl Sub<MachineInt<i32>> for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u64>> for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i32>> for MachineInt<u64>
[src]

Performs the -= operation.

impl Add<MachineInt<i16>> for MachineInt<u64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u64>> for MachineInt<i16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i16>> for MachineInt<u64>
[src]

Performs the += operation.

impl Sub<MachineInt<i16>> for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u64>> for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i16>> for MachineInt<u64>
[src]

Performs the -= operation.

impl Add<MachineInt<i8>> for MachineInt<u64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u64>> for MachineInt<i8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i8>> for MachineInt<u64>
[src]

Performs the += operation.

impl Sub<MachineInt<i8>> for MachineInt<u64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u64>> for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i8>> for MachineInt<u64>
[src]

Performs the -= operation.

impl Add<MachineInt<u32>> for MachineInt<i64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i64>> for MachineInt<u32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u32>> for MachineInt<i64>
[src]

Performs the += operation.

impl Sub<MachineInt<u32>> for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i64>> for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u32>> for MachineInt<i64>
[src]

Performs the -= operation.

impl Add<MachineInt<u16>> for MachineInt<i64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i64>> for MachineInt<u16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u16>> for MachineInt<i64>
[src]

Performs the += operation.

impl Sub<MachineInt<u16>> for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i64>> for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u16>> for MachineInt<i64>
[src]

Performs the -= operation.

impl Add<MachineInt<u8>> for MachineInt<i64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i64>> for MachineInt<u8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u8>> for MachineInt<i64>
[src]

Performs the += operation.

impl Sub<MachineInt<u8>> for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i64>> for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u8>> for MachineInt<i64>
[src]

Performs the -= operation.

impl Add<MachineInt<i32>> for MachineInt<i64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i64>> for MachineInt<i32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i32>> for MachineInt<i64>
[src]

Performs the += operation.

impl Sub<MachineInt<i32>> for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i64>> for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i32>> for MachineInt<i64>
[src]

Performs the -= operation.

impl Add<MachineInt<i16>> for MachineInt<i64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i64>> for MachineInt<i16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i16>> for MachineInt<i64>
[src]

Performs the += operation.

impl Sub<MachineInt<i16>> for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i64>> for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i16>> for MachineInt<i64>
[src]

Performs the -= operation.

impl Add<MachineInt<i8>> for MachineInt<i64>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i64>> for MachineInt<i8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i8>> for MachineInt<i64>
[src]

Performs the += operation.

impl Sub<MachineInt<i8>> for MachineInt<i64>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i64>> for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i8>> for MachineInt<i64>
[src]

Performs the -= operation.

impl Add<MachineInt<u16>> for MachineInt<u32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u32>> for MachineInt<u16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u16>> for MachineInt<u32>
[src]

Performs the += operation.

impl Sub<MachineInt<u16>> for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u32>> for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u16>> for MachineInt<u32>
[src]

Performs the -= operation.

impl Add<MachineInt<u8>> for MachineInt<u32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u32>> for MachineInt<u8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u8>> for MachineInt<u32>
[src]

Performs the += operation.

impl Sub<MachineInt<u8>> for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u32>> for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u8>> for MachineInt<u32>
[src]

Performs the -= operation.

impl Add<MachineInt<i16>> for MachineInt<u32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u32>> for MachineInt<i16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i16>> for MachineInt<u32>
[src]

Performs the += operation.

impl Sub<MachineInt<i16>> for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u32>> for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i16>> for MachineInt<u32>
[src]

Performs the -= operation.

impl Add<MachineInt<i8>> for MachineInt<u32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u32>> for MachineInt<i8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i8>> for MachineInt<u32>
[src]

Performs the += operation.

impl Sub<MachineInt<i8>> for MachineInt<u32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u32>> for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i8>> for MachineInt<u32>
[src]

Performs the -= operation.

impl Add<MachineInt<u16>> for MachineInt<i32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i32>> for MachineInt<u16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u16>> for MachineInt<i32>
[src]

Performs the += operation.

impl Sub<MachineInt<u16>> for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i32>> for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u16>> for MachineInt<i32>
[src]

Performs the -= operation.

impl Add<MachineInt<u8>> for MachineInt<i32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i32>> for MachineInt<u8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u8>> for MachineInt<i32>
[src]

Performs the += operation.

impl Sub<MachineInt<u8>> for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i32>> for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u8>> for MachineInt<i32>
[src]

Performs the -= operation.

impl Add<MachineInt<i16>> for MachineInt<i32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i32>> for MachineInt<i16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i16>> for MachineInt<i32>
[src]

Performs the += operation.

impl Sub<MachineInt<i16>> for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i32>> for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i16>> for MachineInt<i32>
[src]

Performs the -= operation.

impl Add<MachineInt<i8>> for MachineInt<i32>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i32>> for MachineInt<i8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i8>> for MachineInt<i32>
[src]

Performs the += operation.

impl Sub<MachineInt<i8>> for MachineInt<i32>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i32>> for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i8>> for MachineInt<i32>
[src]

Performs the -= operation.

impl Add<MachineInt<u8>> for MachineInt<u16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u16>> for MachineInt<u8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u8>> for MachineInt<u16>
[src]

Performs the += operation.

impl Sub<MachineInt<u8>> for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u16>> for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u8>> for MachineInt<u16>
[src]

Performs the -= operation.

impl Add<MachineInt<i8>> for MachineInt<u16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<u16>> for MachineInt<i8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i8>> for MachineInt<u16>
[src]

Performs the += operation.

impl Sub<MachineInt<i8>> for MachineInt<u16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<u16>> for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i8>> for MachineInt<u16>
[src]

Performs the -= operation.

impl Add<MachineInt<u8>> for MachineInt<i16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i16>> for MachineInt<u8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<u8>> for MachineInt<i16>
[src]

Performs the += operation.

impl Sub<MachineInt<u8>> for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i16>> for MachineInt<u8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<u8>> for MachineInt<i16>
[src]

Performs the -= operation.

impl Add<MachineInt<i8>> for MachineInt<i16>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Add<MachineInt<i16>> for MachineInt<i8>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl AddAssign<MachineInt<i8>> for MachineInt<i16>
[src]

Performs the += operation.

impl Sub<MachineInt<i8>> for MachineInt<i16>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Sub<MachineInt<i16>> for MachineInt<i8>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl SubAssign<MachineInt<i8>> for MachineInt<i16>
[src]

Performs the -= operation.

impl BitAnd<MachineInt<u32>> for MachineInt<u64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u64>> for MachineInt<u32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u32>> for MachineInt<u64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u32>> for MachineInt<u64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u64>> for MachineInt<u32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u32>> for MachineInt<u64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u32>> for MachineInt<u64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u64>> for MachineInt<u32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u32>> for MachineInt<u64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u16>> for MachineInt<u64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u64>> for MachineInt<u16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u16>> for MachineInt<u64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u16>> for MachineInt<u64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u64>> for MachineInt<u16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u16>> for MachineInt<u64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u16>> for MachineInt<u64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u64>> for MachineInt<u16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u16>> for MachineInt<u64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u8>> for MachineInt<u64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u64>> for MachineInt<u8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u8>> for MachineInt<u64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u8>> for MachineInt<u64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u64>> for MachineInt<u8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u8>> for MachineInt<u64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u8>> for MachineInt<u64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u64>> for MachineInt<u8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u8>> for MachineInt<u64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i32>> for MachineInt<u64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u64>> for MachineInt<i32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i32>> for MachineInt<u64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i32>> for MachineInt<u64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u64>> for MachineInt<i32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i32>> for MachineInt<u64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i32>> for MachineInt<u64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u64>> for MachineInt<i32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i32>> for MachineInt<u64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i16>> for MachineInt<u64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u64>> for MachineInt<i16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i16>> for MachineInt<u64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i16>> for MachineInt<u64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u64>> for MachineInt<i16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i16>> for MachineInt<u64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i16>> for MachineInt<u64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u64>> for MachineInt<i16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i16>> for MachineInt<u64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i8>> for MachineInt<u64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u64>> for MachineInt<i8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i8>> for MachineInt<u64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i8>> for MachineInt<u64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u64>> for MachineInt<i8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i8>> for MachineInt<u64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i8>> for MachineInt<u64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u64>> for MachineInt<i8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i8>> for MachineInt<u64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u32>> for MachineInt<i64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i64>> for MachineInt<u32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u32>> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u32>> for MachineInt<i64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i64>> for MachineInt<u32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u32>> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u32>> for MachineInt<i64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i64>> for MachineInt<u32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u32>> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u16>> for MachineInt<i64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i64>> for MachineInt<u16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u16>> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u16>> for MachineInt<i64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i64>> for MachineInt<u16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u16>> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u16>> for MachineInt<i64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i64>> for MachineInt<u16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u16>> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u8>> for MachineInt<i64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i64>> for MachineInt<u8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u8>> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u8>> for MachineInt<i64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i64>> for MachineInt<u8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u8>> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u8>> for MachineInt<i64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i64>> for MachineInt<u8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u8>> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i32>> for MachineInt<i64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i64>> for MachineInt<i32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i32>> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i32>> for MachineInt<i64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i64>> for MachineInt<i32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i32>> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i32>> for MachineInt<i64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i64>> for MachineInt<i32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i32>> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i16>> for MachineInt<i64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i64>> for MachineInt<i16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i16>> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i16>> for MachineInt<i64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i64>> for MachineInt<i16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i16>> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i16>> for MachineInt<i64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i64>> for MachineInt<i16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i16>> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i8>> for MachineInt<i64>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i64>> for MachineInt<i8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i8>> for MachineInt<i64>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i8>> for MachineInt<i64>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i64>> for MachineInt<i8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i8>> for MachineInt<i64>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i8>> for MachineInt<i64>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i64>> for MachineInt<i8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i8>> for MachineInt<i64>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u16>> for MachineInt<u32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u32>> for MachineInt<u16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u16>> for MachineInt<u32>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u16>> for MachineInt<u32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u32>> for MachineInt<u16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u16>> for MachineInt<u32>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u16>> for MachineInt<u32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u32>> for MachineInt<u16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u16>> for MachineInt<u32>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u8>> for MachineInt<u32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u32>> for MachineInt<u8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u8>> for MachineInt<u32>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u8>> for MachineInt<u32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u32>> for MachineInt<u8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u8>> for MachineInt<u32>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u8>> for MachineInt<u32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u32>> for MachineInt<u8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u8>> for MachineInt<u32>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i16>> for MachineInt<u32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u32>> for MachineInt<i16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i16>> for MachineInt<u32>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i16>> for MachineInt<u32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u32>> for MachineInt<i16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i16>> for MachineInt<u32>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i16>> for MachineInt<u32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u32>> for MachineInt<i16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i16>> for MachineInt<u32>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i8>> for MachineInt<u32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u32>> for MachineInt<i8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i8>> for MachineInt<u32>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i8>> for MachineInt<u32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u32>> for MachineInt<i8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i8>> for MachineInt<u32>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i8>> for MachineInt<u32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u32>> for MachineInt<i8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i8>> for MachineInt<u32>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u16>> for MachineInt<i32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i32>> for MachineInt<u16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u16>> for MachineInt<i32>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u16>> for MachineInt<i32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i32>> for MachineInt<u16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u16>> for MachineInt<i32>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u16>> for MachineInt<i32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i32>> for MachineInt<u16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u16>> for MachineInt<i32>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u8>> for MachineInt<i32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i32>> for MachineInt<u8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u8>> for MachineInt<i32>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u8>> for MachineInt<i32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i32>> for MachineInt<u8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u8>> for MachineInt<i32>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u8>> for MachineInt<i32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i32>> for MachineInt<u8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u8>> for MachineInt<i32>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i16>> for MachineInt<i32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i32>> for MachineInt<i16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i16>> for MachineInt<i32>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i16>> for MachineInt<i32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i32>> for MachineInt<i16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i16>> for MachineInt<i32>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i16>> for MachineInt<i32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i32>> for MachineInt<i16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i16>> for MachineInt<i32>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i8>> for MachineInt<i32>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i32>> for MachineInt<i8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i8>> for MachineInt<i32>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i8>> for MachineInt<i32>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i32>> for MachineInt<i8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i8>> for MachineInt<i32>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i8>> for MachineInt<i32>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i32>> for MachineInt<i8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i8>> for MachineInt<i32>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u8>> for MachineInt<u16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u16>> for MachineInt<u8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u8>> for MachineInt<u16>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u8>> for MachineInt<u16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u16>> for MachineInt<u8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u8>> for MachineInt<u16>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u8>> for MachineInt<u16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u16>> for MachineInt<u8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u8>> for MachineInt<u16>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i8>> for MachineInt<u16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<u16>> for MachineInt<i8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i8>> for MachineInt<u16>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i8>> for MachineInt<u16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<u16>> for MachineInt<i8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i8>> for MachineInt<u16>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i8>> for MachineInt<u16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<u16>> for MachineInt<i8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i8>> for MachineInt<u16>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<u8>> for MachineInt<i16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i16>> for MachineInt<u8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<u8>> for MachineInt<i16>
[src]

Performs the &= operation.

impl BitOr<MachineInt<u8>> for MachineInt<i16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i16>> for MachineInt<u8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<u8>> for MachineInt<i16>
[src]

Performs the |= operation.

impl BitXor<MachineInt<u8>> for MachineInt<i16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i16>> for MachineInt<u8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<u8>> for MachineInt<i16>
[src]

Performs the ^= operation.

impl BitAnd<MachineInt<i8>> for MachineInt<i16>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAnd<MachineInt<i16>> for MachineInt<i8>
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl BitAndAssign<MachineInt<i8>> for MachineInt<i16>
[src]

Performs the &= operation.

impl BitOr<MachineInt<i8>> for MachineInt<i16>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOr<MachineInt<i16>> for MachineInt<i8>
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitOrAssign<MachineInt<i8>> for MachineInt<i16>
[src]

Performs the |= operation.

impl BitXor<MachineInt<i8>> for MachineInt<i16>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXor<MachineInt<i16>> for MachineInt<i8>
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl BitXorAssign<MachineInt<i8>> for MachineInt<i16>
[src]

Performs the ^= operation.

impl From<MachineInt<u32>> for MachineInt<u64>
[src]

Performs the conversion.

impl From<u32> for MachineInt<u64>
[src]

Performs the conversion.

impl From<MachineInt<u32>> for u64
[src]

Performs the conversion.

impl From<MachineInt<u16>> for MachineInt<u64>
[src]

Performs the conversion.

impl From<u16> for MachineInt<u64>
[src]

Performs the conversion.

impl From<MachineInt<u16>> for u64
[src]

Performs the conversion.

impl From<MachineInt<u8>> for MachineInt<u64>
[src]

Performs the conversion.

impl From<u8> for MachineInt<u64>
[src]

Performs the conversion.

impl From<MachineInt<u8>> for u64
[src]

Performs the conversion.

impl From<MachineInt<u32>> for MachineInt<i64>
[src]

Performs the conversion.

impl From<u32> for MachineInt<i64>
[src]

Performs the conversion.

impl From<MachineInt<u32>> for i64
[src]

Performs the conversion.

impl From<MachineInt<u16>> for MachineInt<i64>
[src]

Performs the conversion.

impl From<u16> for MachineInt<i64>
[src]

Performs the conversion.

impl From<MachineInt<u16>> for i64
[src]

Performs the conversion.

impl From<MachineInt<u8>> for MachineInt<i64>
[src]

Performs the conversion.

impl From<u8> for MachineInt<i64>
[src]

Performs the conversion.

impl From<MachineInt<u8>> for i64
[src]

Performs the conversion.

impl From<MachineInt<i32>> for MachineInt<i64>
[src]

Performs the conversion.

impl From<i32> for MachineInt<i64>
[src]

Performs the conversion.

impl From<MachineInt<i32>> for i64
[src]

Performs the conversion.

impl From<MachineInt<i16>> for MachineInt<i64>
[src]

Performs the conversion.

impl From<i16> for MachineInt<i64>
[src]

Performs the conversion.

impl From<MachineInt<i16>> for i64
[src]

Performs the conversion.

impl From<MachineInt<i8>> for MachineInt<i64>
[src]

Performs the conversion.

impl From<i8> for MachineInt<i64>
[src]

Performs the conversion.

impl From<MachineInt<i8>> for i64
[src]

Performs the conversion.

impl From<MachineInt<u16>> for MachineInt<u32>
[src]

Performs the conversion.

impl From<u16> for MachineInt<u32>
[src]

Performs the conversion.

impl From<MachineInt<u16>> for u32
[src]

Performs the conversion.

impl From<MachineInt<u8>> for MachineInt<u32>
[src]

Performs the conversion.

impl From<u8> for MachineInt<u32>
[src]

Performs the conversion.

impl From<MachineInt<u8>> for u32
[src]

Performs the conversion.

impl From<MachineInt<u16>> for MachineInt<i32>
[src]

Performs the conversion.

impl From<u16> for MachineInt<i32>
[src]

Performs the conversion.

impl From<MachineInt<u16>> for i32
[src]

Performs the conversion.

impl From<MachineInt<u8>> for MachineInt<i32>
[src]

Performs the conversion.

impl From<u8> for MachineInt<i32>
[src]

Performs the conversion.

impl From<MachineInt<u8>> for i32
[src]

Performs the conversion.

impl From<MachineInt<i16>> for MachineInt<i32>
[src]

Performs the conversion.

impl From<i16> for MachineInt<i32>
[src]

Performs the conversion.

impl From<MachineInt<i16>> for i32
[src]

Performs the conversion.

impl From<MachineInt<i8>> for MachineInt<i32>
[src]

Performs the conversion.

impl From<i8> for MachineInt<i32>
[src]

Performs the conversion.

impl From<MachineInt<i8>> for i32
[src]

Performs the conversion.

impl From<MachineInt<u8>> for MachineInt<u16>
[src]

Performs the conversion.

impl From<u8> for MachineInt<u16>
[src]

Performs the conversion.

impl From<MachineInt<u8>> for u16
[src]

Performs the conversion.

impl From<MachineInt<u8>> for MachineInt<i16>
[src]

Performs the conversion.

impl From<u8> for MachineInt<i16>
[src]

Performs the conversion.

impl From<MachineInt<u8>> for i16
[src]

Performs the conversion.

impl From<MachineInt<i8>> for MachineInt<i16>
[src]

Performs the conversion.

impl From<i8> for MachineInt<i16>
[src]

Performs the conversion.

impl From<MachineInt<i8>> for i16
[src]

Performs the conversion.

impl AsFrom<MachineInt<i64>> for MachineInt<u64>
[src]

impl AsFrom<i64> for MachineInt<u64>
[src]

impl AsFrom<MachineInt<u32>> for MachineInt<u64>
[src]

impl AsFrom<u32> for MachineInt<u64>
[src]

impl AsFrom<MachineInt<i32>> for MachineInt<u64>
[src]

impl AsFrom<i32> for MachineInt<u64>
[src]

impl AsFrom<MachineInt<u16>> for MachineInt<u64>
[src]

impl AsFrom<u16> for MachineInt<u64>
[src]

impl AsFrom<MachineInt<i16>> for MachineInt<u64>
[src]

impl AsFrom<i16> for MachineInt<u64>
[src]

impl AsFrom<MachineInt<u8>> for MachineInt<u64>
[src]

impl AsFrom<u8> for MachineInt<u64>
[src]

impl AsFrom<MachineInt<i8>> for MachineInt<u64>
[src]

impl AsFrom<i8> for MachineInt<u64>
[src]

impl AsFrom<MachineInt<u64>> for MachineInt<i64>
[src]

impl AsFrom<u64> for MachineInt<i64>
[src]

impl AsFrom<MachineInt<u32>> for MachineInt<i64>
[src]

impl AsFrom<u32> for MachineInt<i64>
[src]

impl AsFrom<MachineInt<i32>> for MachineInt<i64>
[src]

impl AsFrom<i32> for MachineInt<i64>
[src]

impl AsFrom<MachineInt<u16>> for MachineInt<i64>
[src]

impl AsFrom<u16> for MachineInt<i64>
[src]

impl AsFrom<MachineInt<i16>> for MachineInt<i64>
[src]

impl AsFrom<i16> for MachineInt<i64>
[src]

impl AsFrom<MachineInt<u8>> for MachineInt<i64>
[src]

impl AsFrom<u8> for MachineInt<i64>
[src]

impl AsFrom<MachineInt<i8>> for MachineInt<i64>
[src]

impl AsFrom<i8> for MachineInt<i64>
[src]

impl AsFrom<MachineInt<u64>> for MachineInt<u32>
[src]

impl AsFrom<u64> for MachineInt<u32>
[src]

impl AsFrom<MachineInt<i64>> for MachineInt<u32>
[src]

impl AsFrom<i64> for MachineInt<u32>
[src]

impl AsFrom<MachineInt<i32>> for MachineInt<u32>
[src]

impl AsFrom<i32> for MachineInt<u32>
[src]

impl AsFrom<MachineInt<u16>> for MachineInt<u32>
[src]

impl AsFrom<u16> for MachineInt<u32>
[src]

impl AsFrom<MachineInt<i16>> for MachineInt<u32>
[src]

impl AsFrom<i16> for MachineInt<u32>
[src]

impl AsFrom<MachineInt<u8>> for MachineInt<u32>
[src]

impl AsFrom<u8> for MachineInt<u32>
[src]

impl AsFrom<MachineInt<i8>> for MachineInt<u32>
[src]

impl AsFrom<i8> for MachineInt<u32>
[src]

impl AsFrom<MachineInt<u64>> for MachineInt<i32>
[src]

impl AsFrom<u64> for MachineInt<i32>
[src]

impl AsFrom<MachineInt<i64>> for MachineInt<i32>
[src]

impl AsFrom<i64> for MachineInt<i32>
[src]

impl AsFrom<MachineInt<u32>> for MachineInt<i32>
[src]

impl AsFrom<u32> for MachineInt<i32>
[src]

impl AsFrom<MachineInt<u16>> for MachineInt<i32>
[src]

impl AsFrom<u16> for MachineInt<i32>
[src]

impl AsFrom<MachineInt<i16>> for MachineInt<i32>
[src]

impl AsFrom<i16> for MachineInt<i32>
[src]

impl AsFrom<MachineInt<u8>> for MachineInt<i32>
[src]

impl AsFrom<u8> for MachineInt<i32>
[src]

impl AsFrom<MachineInt<i8>> for MachineInt<i32>
[src]

impl AsFrom<i8> for MachineInt<i32>
[src]

impl AsFrom<MachineInt<u64>> for MachineInt<u16>
[src]

impl AsFrom<u64> for MachineInt<u16>
[src]

impl AsFrom<MachineInt<i64>> for MachineInt<u16>
[src]

impl AsFrom<i64> for MachineInt<u16>
[src]

impl AsFrom<MachineInt<u32>> for MachineInt<u16>
[src]

impl AsFrom<u32> for MachineInt<u16>
[src]

impl AsFrom<MachineInt<i32>> for MachineInt<u16>
[src]

impl AsFrom<i32> for MachineInt<u16>
[src]

impl AsFrom<MachineInt<i16>> for MachineInt<u16>
[src]

impl AsFrom<i16> for MachineInt<u16>
[src]

impl AsFrom<MachineInt<u8>> for MachineInt<u16>
[src]

impl AsFrom<u8> for MachineInt<u16>
[src]

impl AsFrom<MachineInt<i8>> for MachineInt<u16>
[src]

impl AsFrom<i8> for MachineInt<u16>
[src]

impl AsFrom<MachineInt<u64>> for MachineInt<i16>
[src]

impl AsFrom<u64> for MachineInt<i16>
[src]

impl AsFrom<MachineInt<i64>> for MachineInt<i16>
[src]

impl AsFrom<i64> for MachineInt<i16>
[src]

impl AsFrom<MachineInt<u32>> for MachineInt<i16>
[src]

impl AsFrom<u32> for MachineInt<i16>
[src]

impl AsFrom<MachineInt<i32>> for MachineInt<i16>
[src]

impl AsFrom<i32> for MachineInt<i16>
[src]

impl AsFrom<MachineInt<u16>> for MachineInt<i16>
[src]

impl AsFrom<u16> for MachineInt<i16>
[src]

impl AsFrom<MachineInt<u8>> for MachineInt<i16>
[src]

impl AsFrom<u8> for MachineInt<i16>
[src]

impl AsFrom<MachineInt<i8>> for MachineInt<i16>
[src]

impl AsFrom<i8> for MachineInt<i16>
[src]

impl AsFrom<MachineInt<u64>> for MachineInt<u8>
[src]

impl AsFrom<u64> for MachineInt<u8>
[src]

impl AsFrom<MachineInt<i64>> for MachineInt<u8>
[src]

impl AsFrom<i64> for MachineInt<u8>
[src]

impl AsFrom<MachineInt<u32>> for MachineInt<u8>
[src]

impl AsFrom<u32> for MachineInt<u8>
[src]

impl AsFrom<MachineInt<i32>> for MachineInt<u8>
[src]

impl AsFrom<i32> for MachineInt<u8>
[src]

impl AsFrom<MachineInt<u16>> for MachineInt<u8>
[src]

impl AsFrom<u16> for MachineInt<u8>
[src]

impl AsFrom<MachineInt<i16>> for MachineInt<u8>
[src]

impl AsFrom<i16> for MachineInt<u8>
[src]

impl AsFrom<MachineInt<i8>> for MachineInt<u8>
[src]

impl AsFrom<i8> for MachineInt<u8>
[src]

impl AsFrom<MachineInt<u64>> for MachineInt<i8>
[src]

impl AsFrom<u64> for MachineInt<i8>
[src]

impl AsFrom<MachineInt<i64>> for MachineInt<i8>
[src]

impl AsFrom<i64> for MachineInt<i8>
[src]

impl AsFrom<MachineInt<u32>> for MachineInt<i8>
[src]

impl AsFrom<u32> for MachineInt<i8>
[src]

impl AsFrom<MachineInt<i32>> for MachineInt<i8>
[src]

impl AsFrom<i32> for MachineInt<i8>
[src]

impl AsFrom<MachineInt<u16>> for MachineInt<i8>
[src]

impl AsFrom<u16> for MachineInt<i8>
[src]

impl AsFrom<MachineInt<i16>> for MachineInt<i8>
[src]

impl AsFrom<i16> for MachineInt<i8>
[src]

impl AsFrom<MachineInt<u8>> for MachineInt<i8>
[src]

impl AsFrom<u8> for MachineInt<i8>
[src]

impl<T: Display> Display for MachineInt<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Debug> Debug for MachineInt<T>
[src]

Formats the value using the given formatter. Read more

impl<T: LowerHex> LowerHex for MachineInt<T>
[src]

Formats the value using the given formatter.

impl<T: UpperHex> UpperHex for MachineInt<T>
[src]

Formats the value using the given formatter.

impl<T: Binary> Binary for MachineInt<T>
[src]

Formats the value using the given formatter.

impl<T: Octal> Octal for MachineInt<T>
[src]

Formats the value using the given formatter.

Auto Trait Implementations

impl<T> Send for MachineInt<T> where
    T: Send

impl<T> Sync for MachineInt<T> where
    T: Sync