[][src]Struct machine_int::MachineInt

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

Methods

impl MachineInt<u8>[src]

pub fn rotate_left(self, n: u32) -> Self[src]

pub fn rotate_right(self, n: u32) -> Self[src]

impl MachineInt<u16>[src]

pub fn rotate_left(self, n: u32) -> Self[src]

pub fn rotate_right(self, n: u32) -> Self[src]

impl MachineInt<u32>[src]

pub fn rotate_left(self, n: u32) -> Self[src]

pub fn rotate_right(self, n: u32) -> Self[src]

impl MachineInt<u64>[src]

pub fn rotate_left(self, n: u32) -> Self[src]

pub fn rotate_right(self, n: u32) -> Self[src]

Trait Implementations

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 PartialEq<i8> for MachineInt<i8>[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

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

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

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

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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

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

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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

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

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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

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

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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

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

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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

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

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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

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

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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

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

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u64>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u64>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u64>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u64>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i64>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i64>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i64>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i64>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i32>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i16>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<u8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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 MachineInt<i8>[src]

#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]

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

#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]

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

impl Eq for MachineInt<i8>[src]

impl Eq for MachineInt<u8>[src]

impl Eq for MachineInt<i16>[src]

impl Eq for MachineInt<u16>[src]

impl Eq for MachineInt<i32>[src]

impl Eq for MachineInt<u32>[src]

impl Eq for MachineInt<i64>[src]

impl Eq for MachineInt<u64>[src]

impl Ord for MachineInt<i8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for MachineInt<u8>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for MachineInt<i16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for MachineInt<u16>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for MachineInt<i32>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for MachineInt<u32>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for MachineInt<i64>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Ord for MachineInt<u64>[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

type Output = Self

The resulting type after applying the / operator.

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

type Output = MachineInt<i8>

The resulting type after applying the / operator.

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

type Output = MachineInt<i8>

The resulting type after applying the / operator.

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

type Output = Self

The resulting type after applying the / operator.

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

type Output = MachineInt<u8>

The resulting type after applying the / operator.

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

type Output = MachineInt<u8>

The resulting type after applying the / operator.

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

type Output = Self

The resulting type after applying the / operator.

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

type Output = MachineInt<i16>

The resulting type after applying the / operator.

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

type Output = MachineInt<i16>

The resulting type after applying the / operator.

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

type Output = Self

The resulting type after applying the / operator.

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

type Output = MachineInt<u16>

The resulting type after applying the / operator.

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

type Output = MachineInt<u16>

The resulting type after applying the / operator.

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

type Output = Self

The resulting type after applying the / operator.

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

type Output = MachineInt<i32>

The resulting type after applying the / operator.

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

type Output = MachineInt<i32>

The resulting type after applying the / operator.

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

type Output = Self

The resulting type after applying the / operator.

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

type Output = MachineInt<u32>

The resulting type after applying the / operator.

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

type Output = MachineInt<u32>

The resulting type after applying the / operator.

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

type Output = Self

The resulting type after applying the / operator.

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

type Output = MachineInt<i64>

The resulting type after applying the / operator.

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

type Output = MachineInt<i64>

The resulting type after applying the / operator.

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

type Output = Self

The resulting type after applying the / operator.

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

type Output = MachineInt<u64>

The resulting type after applying the / operator.

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

type Output = MachineInt<u64>

The resulting type after applying the / operator.

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

type Output = Self

The resulting type after applying the + operator.

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

type Output = MachineInt<i8>

The resulting type after applying the + operator.

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

type Output = MachineInt<i8>

The resulting type after applying the + operator.

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

type Output = Self

The resulting type after applying the + operator.

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

type Output = MachineInt<u8>

The resulting type after applying the + operator.

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

type Output = MachineInt<u8>

The resulting type after applying the + operator.

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

type Output = Self

The resulting type after applying the + operator.

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

type Output = MachineInt<i16>

The resulting type after applying the + operator.

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

type Output = MachineInt<i16>

The resulting type after applying the + operator.

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

type Output = Self

The resulting type after applying the + operator.

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

type Output = MachineInt<u16>

The resulting type after applying the + operator.

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

type Output = MachineInt<u16>

The resulting type after applying the + operator.

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

type Output = Self

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = Self

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = Self

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = Self

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<i64>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<i32>

The resulting type after applying the + operator.

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

type Output = MachineInt<u16>

The resulting type after applying the + operator.

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

type Output = MachineInt<u16>

The resulting type after applying the + operator.

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

type Output = MachineInt<u16>

The resulting type after applying the + operator.

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

type Output = MachineInt<u16>

The resulting type after applying the + operator.

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

type Output = MachineInt<i16>

The resulting type after applying the + operator.

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

type Output = MachineInt<i16>

The resulting type after applying the + operator.

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

type Output = MachineInt<i16>

The resulting type after applying the + operator.

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

type Output = MachineInt<i16>

The resulting type after applying the + operator.

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

type Output = Self

The resulting type after applying the - operator.

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

type Output = MachineInt<i8>

The resulting type after applying the - operator.

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

type Output = MachineInt<i8>

The resulting type after applying the - operator.

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

type Output = Self

The resulting type after applying the - operator.

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

type Output = MachineInt<u8>

The resulting type after applying the - operator.

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

type Output = MachineInt<u8>

The resulting type after applying the - operator.

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

type Output = Self

The resulting type after applying the - operator.

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

type Output = MachineInt<i16>

The resulting type after applying the - operator.

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

type Output = MachineInt<i16>

The resulting type after applying the - operator.

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

type Output = Self

The resulting type after applying the - operator.

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

type Output = MachineInt<u16>

The resulting type after applying the - operator.

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

type Output = MachineInt<u16>

The resulting type after applying the - operator.

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

type Output = Self

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = Self

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = Self

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = Self

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<i64>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<i32>

The resulting type after applying the - operator.

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

type Output = MachineInt<u16>

The resulting type after applying the - operator.

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

type Output = MachineInt<u16>

The resulting type after applying the - operator.

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

type Output = MachineInt<u16>

The resulting type after applying the - operator.

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

type Output = MachineInt<u16>

The resulting type after applying the - operator.

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

type Output = MachineInt<i16>

The resulting type after applying the - operator.

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

type Output = MachineInt<i16>

The resulting type after applying the - operator.

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

type Output = MachineInt<i16>

The resulting type after applying the - operator.

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

type Output = MachineInt<i16>

The resulting type after applying the - operator.

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

type Output = Self

The resulting type after applying the * operator.

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

type Output = MachineInt<i8>

The resulting type after applying the * operator.

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

type Output = MachineInt<i8>

The resulting type after applying the * operator.

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

type Output = Self

The resulting type after applying the * operator.

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

type Output = MachineInt<u8>

The resulting type after applying the * operator.

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

type Output = MachineInt<u8>

The resulting type after applying the * operator.

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

type Output = Self

The resulting type after applying the * operator.

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

type Output = MachineInt<i16>

The resulting type after applying the * operator.

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

type Output = MachineInt<i16>

The resulting type after applying the * operator.

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

type Output = Self

The resulting type after applying the * operator.

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

type Output = MachineInt<u16>

The resulting type after applying the * operator.

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

type Output = MachineInt<u16>

The resulting type after applying the * operator.

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

type Output = Self

The resulting type after applying the * operator.

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

type Output = MachineInt<i32>

The resulting type after applying the * operator.

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

type Output = MachineInt<i32>

The resulting type after applying the * operator.

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

type Output = Self

The resulting type after applying the * operator.

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

type Output = MachineInt<u32>

The resulting type after applying the * operator.

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

type Output = MachineInt<u32>

The resulting type after applying the * operator.

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

type Output = Self

The resulting type after applying the * operator.

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

type Output = MachineInt<i64>

The resulting type after applying the * operator.

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

type Output = MachineInt<i64>

The resulting type after applying the * operator.

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

type Output = Self

The resulting type after applying the * operator.

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

type Output = MachineInt<u64>

The resulting type after applying the * operator.

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

type Output = MachineInt<u64>

The resulting type after applying the * operator.

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

type Output = Self

The resulting type after applying the % operator.

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

type Output = MachineInt<i8>

The resulting type after applying the % operator.

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

type Output = MachineInt<i8>

The resulting type after applying the % operator.

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

type Output = Self

The resulting type after applying the % operator.

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

type Output = MachineInt<u8>

The resulting type after applying the % operator.

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

type Output = MachineInt<u8>

The resulting type after applying the % operator.

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

type Output = Self

The resulting type after applying the % operator.

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

type Output = MachineInt<i16>

The resulting type after applying the % operator.

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

type Output = MachineInt<i16>

The resulting type after applying the % operator.

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

type Output = Self

The resulting type after applying the % operator.

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

type Output = MachineInt<u16>

The resulting type after applying the % operator.

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

type Output = MachineInt<u16>

The resulting type after applying the % operator.

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

type Output = Self

The resulting type after applying the % operator.

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

type Output = MachineInt<i32>

The resulting type after applying the % operator.

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

type Output = MachineInt<i32>

The resulting type after applying the % operator.

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

type Output = Self

The resulting type after applying the % operator.

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

type Output = MachineInt<u32>

The resulting type after applying the % operator.

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

type Output = MachineInt<u32>

The resulting type after applying the % operator.

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

type Output = Self

The resulting type after applying the % operator.

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

type Output = MachineInt<i64>

The resulting type after applying the % operator.

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

type Output = MachineInt<i64>

The resulting type after applying the % operator.

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

type Output = Self

The resulting type after applying the % operator.

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

type Output = MachineInt<u64>

The resulting type after applying the % operator.

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

type Output = MachineInt<u64>

The resulting type after applying the % operator.

impl Neg for MachineInt<i8>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for MachineInt<u8>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for MachineInt<i16>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for MachineInt<u16>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for MachineInt<i32>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for MachineInt<u32>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for MachineInt<i64>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for MachineInt<u64>[src]

type Output = Self

The resulting type after applying the - operator.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

impl Not for MachineInt<i8>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for MachineInt<u8>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for MachineInt<i16>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for MachineInt<u16>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for MachineInt<i32>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for MachineInt<u32>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for MachineInt<i64>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for MachineInt<u64>[src]

type Output = Self

The resulting type after applying the ! operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = MachineInt<u8>

The resulting type after applying the & operator.

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

type Output = MachineInt<u8>

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = MachineInt<u16>

The resulting type after applying the & operator.

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

type Output = MachineInt<u16>

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = Self

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i16>

The resulting type after applying the & operator.

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

type Output = MachineInt<i16>

The resulting type after applying the & operator.

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

type Output = MachineInt<i16>

The resulting type after applying the & operator.

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

type Output = MachineInt<i8>

The resulting type after applying the & operator.

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

type Output = MachineInt<i8>

The resulting type after applying the & operator.

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

type Output = MachineInt<i8>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<i64>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<i32>

The resulting type after applying the & operator.

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

type Output = MachineInt<u16>

The resulting type after applying the & operator.

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

type Output = MachineInt<u16>

The resulting type after applying the & operator.

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

type Output = MachineInt<u16>

The resulting type after applying the & operator.

impl BitAnd<MachineInt<u16>> for MachineInt<i8>[src]

type Output = MachineInt<u16>

The resulting type after applying the & operator.

impl BitAnd<MachineInt<u8>> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the & operator.

impl BitAnd<MachineInt<i16>> for MachineInt<u8>[src]

type Output = MachineInt<i16>

The resulting type after applying the & operator.

impl BitAnd<MachineInt<i8>> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the & operator.

impl BitAnd<MachineInt<i16>> for MachineInt<i8>[src]

type Output = MachineInt<i16>

The resulting type after applying the & operator.

impl BitOr<u8> for MachineInt<u8>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<MachineInt<u8>> for u8[src]

type Output = MachineInt<u8>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u8>> for MachineInt<u8>[src]

type Output = MachineInt<u8>

The resulting type after applying the | operator.

impl BitOr<u16> for MachineInt<u16>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<MachineInt<u16>> for u16[src]

type Output = MachineInt<u16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u16>> for MachineInt<u16>[src]

type Output = MachineInt<u16>

The resulting type after applying the | operator.

impl BitOr<u32> for MachineInt<u32>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<MachineInt<u32>> for u32[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u32>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<u64> for MachineInt<u64>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<MachineInt<u64>> for u64[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u64>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<u64> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i64>> for u64[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i64>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<u32> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i32>> for u32[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i32>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<u16> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i16>> for u16[src]

type Output = MachineInt<i16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i16>> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the | operator.

impl BitOr<u8> for MachineInt<i8>[src]

type Output = MachineInt<i8>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i8>> for u8[src]

type Output = MachineInt<i8>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i8>> for MachineInt<i8>[src]

type Output = MachineInt<i8>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u32>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u64>> for MachineInt<u32>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u16>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u64>> for MachineInt<u16>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u8>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u64>> for MachineInt<u8>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i32>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u64>> for MachineInt<i32>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i16>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u64>> for MachineInt<i16>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i8>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u64>> for MachineInt<i8>[src]

type Output = MachineInt<u64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u32>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i64>> for MachineInt<u32>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u16>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i64>> for MachineInt<u16>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u8>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i64>> for MachineInt<u8>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i32>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i64>> for MachineInt<i32>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i16>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i64>> for MachineInt<i16>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i8>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i64>> for MachineInt<i8>[src]

type Output = MachineInt<i64>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u16>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u32>> for MachineInt<u16>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u8>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u32>> for MachineInt<u8>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i16>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u32>> for MachineInt<i16>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i8>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u32>> for MachineInt<i8>[src]

type Output = MachineInt<u32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u16>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i32>> for MachineInt<u16>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u8>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i32>> for MachineInt<u8>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i16>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i32>> for MachineInt<i16>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i8>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i32>> for MachineInt<i8>[src]

type Output = MachineInt<i32>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u8>> for MachineInt<u16>[src]

type Output = MachineInt<u16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u16>> for MachineInt<u8>[src]

type Output = MachineInt<u16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i8>> for MachineInt<u16>[src]

type Output = MachineInt<u16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u16>> for MachineInt<i8>[src]

type Output = MachineInt<u16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<u8>> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i16>> for MachineInt<u8>[src]

type Output = MachineInt<i16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i8>> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the | operator.

impl BitOr<MachineInt<i16>> for MachineInt<i8>[src]

type Output = MachineInt<i16>

The resulting type after applying the | operator.

impl BitXor<u8> for MachineInt<u8>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u8>> for u8[src]

type Output = MachineInt<u8>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u8>> for MachineInt<u8>[src]

type Output = MachineInt<u8>

The resulting type after applying the ^ operator.

impl BitXor<u16> for MachineInt<u16>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u16>> for u16[src]

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u16>> for MachineInt<u16>[src]

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.

impl BitXor<u32> for MachineInt<u32>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u32>> for u32[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u32>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<u64> for MachineInt<u64>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u64>> for u64[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u64>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<u64> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i64>> for u64[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i64>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<u32> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i32>> for u32[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i32>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<u16> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i16>> for u16[src]

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i16>> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.

impl BitXor<u8> for MachineInt<i8>[src]

type Output = MachineInt<i8>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i8>> for u8[src]

type Output = MachineInt<i8>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i8>> for MachineInt<i8>[src]

type Output = MachineInt<i8>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u32>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u64>> for MachineInt<u32>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u16>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u64>> for MachineInt<u16>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u8>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u64>> for MachineInt<u8>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i32>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u64>> for MachineInt<i32>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i16>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u64>> for MachineInt<i16>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i8>> for MachineInt<u64>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u64>> for MachineInt<i8>[src]

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u32>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i64>> for MachineInt<u32>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u16>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i64>> for MachineInt<u16>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u8>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i64>> for MachineInt<u8>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i32>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i64>> for MachineInt<i32>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i16>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i64>> for MachineInt<i16>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i8>> for MachineInt<i64>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i64>> for MachineInt<i8>[src]

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u16>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u32>> for MachineInt<u16>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u8>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u32>> for MachineInt<u8>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i16>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u32>> for MachineInt<i16>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i8>> for MachineInt<u32>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u32>> for MachineInt<i8>[src]

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u16>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i32>> for MachineInt<u16>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u8>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i32>> for MachineInt<u8>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i16>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i32>> for MachineInt<i16>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i8>> for MachineInt<i32>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i32>> for MachineInt<i8>[src]

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u8>> for MachineInt<u16>[src]

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u16>> for MachineInt<u8>[src]

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i8>> for MachineInt<u16>[src]

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u16>> for MachineInt<i8>[src]

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<u8>> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i16>> for MachineInt<u8>[src]

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i8>> for MachineInt<i16>[src]

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.

impl BitXor<MachineInt<i16>> for MachineInt<i8>[src]

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.

impl Shl<u32> for MachineInt<i8>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<u32> for MachineInt<u8>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<u32> for MachineInt<i16>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<u32> for MachineInt<u16>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<u32> for MachineInt<i32>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<u32> for MachineInt<u32>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<u32> for MachineInt<i64>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<u32> for MachineInt<u64>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shr<u32> for MachineInt<i8>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<u32> for MachineInt<u8>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<u32> for MachineInt<i16>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<u32> for MachineInt<u16>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<u32> for MachineInt<i32>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<u32> for MachineInt<u32>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<u32> for MachineInt<i64>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<u32> for MachineInt<u64>[src]

type Output = Self

The resulting type after applying the >> operator.

impl BitAndAssign<u8> for MachineInt<u8>[src]

impl BitAndAssign<MachineInt<u8>> for MachineInt<u8>[src]

impl BitAndAssign<u16> for MachineInt<u16>[src]

impl BitAndAssign<MachineInt<u16>> for MachineInt<u16>[src]

impl BitAndAssign<u32> for MachineInt<u32>[src]

impl BitAndAssign<MachineInt<u32>> for MachineInt<u32>[src]

impl BitAndAssign<u64> for MachineInt<u64>[src]

impl BitAndAssign<MachineInt<u64>> for MachineInt<u64>[src]

impl BitAndAssign<u64> for MachineInt<i64>[src]

impl BitAndAssign<MachineInt<u64>> for MachineInt<i64>[src]

impl BitAndAssign<MachineInt<i64>> for MachineInt<i64>[src]

impl BitAndAssign<u32> for MachineInt<i32>[src]

impl BitAndAssign<MachineInt<u32>> for MachineInt<i32>[src]

impl BitAndAssign<MachineInt<i32>> for MachineInt<i32>[src]

impl BitAndAssign<u16> for MachineInt<i16>[src]

impl BitAndAssign<MachineInt<u16>> for MachineInt<i16>[src]

impl BitAndAssign<MachineInt<i16>> for MachineInt<i16>[src]

impl BitAndAssign<u8> for MachineInt<i8>[src]

impl BitAndAssign<MachineInt<u8>> for MachineInt<i8>[src]

impl BitAndAssign<MachineInt<i8>> for MachineInt<i8>[src]

impl BitAndAssign<MachineInt<u32>> for MachineInt<u64>[src]

impl BitAndAssign<MachineInt<u16>> for MachineInt<u64>[src]

impl BitAndAssign<MachineInt<u8>> for MachineInt<u64>[src]

impl BitAndAssign<MachineInt<i32>> for MachineInt<u64>[src]

impl BitAndAssign<MachineInt<i16>> for MachineInt<u64>[src]

impl BitAndAssign<MachineInt<i8>> for MachineInt<u64>[src]

impl BitAndAssign<MachineInt<u32>> for MachineInt<i64>[src]

impl BitAndAssign<MachineInt<u16>> for MachineInt<i64>[src]

impl BitAndAssign<MachineInt<u8>> for MachineInt<i64>[src]

impl BitAndAssign<MachineInt<i32>> for MachineInt<i64>[src]

impl BitAndAssign<MachineInt<i16>> for MachineInt<i64>[src]

impl BitAndAssign<MachineInt<i8>> for MachineInt<i64>[src]

impl BitAndAssign<MachineInt<u16>> for MachineInt<u32>[src]

impl BitAndAssign<MachineInt<u8>> for MachineInt<u32>[src]

impl BitAndAssign<MachineInt<i16>> for MachineInt<u32>[src]

impl BitAndAssign<MachineInt<i8>> for MachineInt<u32>[src]

impl BitAndAssign<MachineInt<u16>> for MachineInt<i32>[src]

impl BitAndAssign<MachineInt<u8>> for MachineInt<i32>[src]

impl BitAndAssign<MachineInt<i16>> for MachineInt<i32>[src]

impl BitAndAssign<MachineInt<i8>> for MachineInt<i32>[src]

impl BitAndAssign<MachineInt<u8>> for MachineInt<u16>[src]

impl BitAndAssign<MachineInt<i8>> for MachineInt<u16>[src]

impl BitAndAssign<MachineInt<u8>> for MachineInt<i16>[src]

impl BitAndAssign<MachineInt<i8>> for MachineInt<i16>[src]

impl BitOrAssign<u8> for MachineInt<u8>[src]

impl BitOrAssign<MachineInt<u8>> for MachineInt<u8>[src]

impl BitOrAssign<u16> for MachineInt<u16>[src]

impl BitOrAssign<MachineInt<u16>> for MachineInt<u16>[src]

impl BitOrAssign<u32> for MachineInt<u32>[src]

impl BitOrAssign<MachineInt<u32>> for MachineInt<u32>[src]

impl BitOrAssign<u64> for MachineInt<u64>[src]

impl BitOrAssign<MachineInt<u64>> for MachineInt<u64>[src]

impl BitOrAssign<u64> for MachineInt<i64>[src]

impl BitOrAssign<MachineInt<u64>> for MachineInt<i64>[src]

impl BitOrAssign<MachineInt<i64>> for MachineInt<i64>[src]

impl BitOrAssign<u32> for MachineInt<i32>[src]

impl BitOrAssign<MachineInt<u32>> for MachineInt<i32>[src]

impl BitOrAssign<MachineInt<i32>> for MachineInt<i32>[src]

impl BitOrAssign<u16> for MachineInt<i16>[src]

impl BitOrAssign<MachineInt<u16>> for MachineInt<i16>[src]

impl BitOrAssign<MachineInt<i16>> for MachineInt<i16>[src]

impl BitOrAssign<u8> for MachineInt<i8>[src]

impl BitOrAssign<MachineInt<u8>> for MachineInt<i8>[src]

impl BitOrAssign<MachineInt<i8>> for MachineInt<i8>[src]

impl BitOrAssign<MachineInt<u32>> for MachineInt<u64>[src]

impl BitOrAssign<MachineInt<u16>> for MachineInt<u64>[src]

impl BitOrAssign<MachineInt<u8>> for MachineInt<u64>[src]

impl BitOrAssign<MachineInt<i32>> for MachineInt<u64>[src]

impl BitOrAssign<MachineInt<i16>> for MachineInt<u64>[src]

impl BitOrAssign<MachineInt<i8>> for MachineInt<u64>[src]

impl BitOrAssign<MachineInt<u32>> for MachineInt<i64>[src]

impl BitOrAssign<MachineInt<u16>> for MachineInt<i64>[src]

impl BitOrAssign<MachineInt<u8>> for MachineInt<i64>[src]

impl BitOrAssign<MachineInt<i32>> for MachineInt<i64>[src]

impl BitOrAssign<MachineInt<i16>> for MachineInt<i64>[src]

impl BitOrAssign<MachineInt<i8>> for MachineInt<i64>[src]

impl BitOrAssign<MachineInt<u16>> for MachineInt<u32>[src]

impl BitOrAssign<MachineInt<u8>> for MachineInt<u32>[src]

impl BitOrAssign<MachineInt<i16>> for MachineInt<u32>[src]

impl BitOrAssign<MachineInt<i8>> for MachineInt<u32>[src]

impl BitOrAssign<MachineInt<u16>> for MachineInt<i32>[src]

impl BitOrAssign<MachineInt<u8>> for MachineInt<i32>[src]

impl BitOrAssign<MachineInt<i16>> for MachineInt<i32>[src]

impl BitOrAssign<MachineInt<i8>> for MachineInt<i32>[src]

impl BitOrAssign<MachineInt<u8>> for MachineInt<u16>[src]

impl BitOrAssign<MachineInt<i8>> for MachineInt<u16>[src]

impl BitOrAssign<MachineInt<u8>> for MachineInt<i16>[src]

impl BitOrAssign<MachineInt<i8>> for MachineInt<i16>[src]

impl BitXorAssign<u8> for MachineInt<u8>[src]

impl BitXorAssign<MachineInt<u8>> for MachineInt<u8>[src]

impl BitXorAssign<u16> for MachineInt<u16>[src]

impl BitXorAssign<MachineInt<u16>> for MachineInt<u16>[src]

impl BitXorAssign<u32> for MachineInt<u32>[src]

impl BitXorAssign<MachineInt<u32>> for MachineInt<u32>[src]

impl BitXorAssign<u64> for MachineInt<u64>[src]

impl BitXorAssign<MachineInt<u64>> for MachineInt<u64>[src]

impl BitXorAssign<u64> for MachineInt<i64>[src]

impl BitXorAssign<MachineInt<u64>> for MachineInt<i64>[src]

impl BitXorAssign<MachineInt<i64>> for MachineInt<i64>[src]

impl BitXorAssign<u32> for MachineInt<i32>[src]

impl BitXorAssign<MachineInt<u32>> for MachineInt<i32>[src]

impl BitXorAssign<MachineInt<i32>> for MachineInt<i32>[src]

impl BitXorAssign<u16> for MachineInt<i16>[src]

impl BitXorAssign<MachineInt<u16>> for MachineInt<i16>[src]

impl BitXorAssign<MachineInt<i16>> for MachineInt<i16>[src]

impl BitXorAssign<u8> for MachineInt<i8>[src]

impl BitXorAssign<MachineInt<u8>> for MachineInt<i8>[src]

impl BitXorAssign<MachineInt<i8>> for MachineInt<i8>[src]

impl BitXorAssign<MachineInt<u32>> for MachineInt<u64>[src]

impl BitXorAssign<MachineInt<u16>> for MachineInt<u64>[src]

impl BitXorAssign<MachineInt<u8>> for MachineInt<u64>[src]

impl BitXorAssign<MachineInt<i32>> for MachineInt<u64>[src]

impl BitXorAssign<MachineInt<i16>> for MachineInt<u64>[src]

impl BitXorAssign<MachineInt<i8>> for MachineInt<u64>[src]

impl BitXorAssign<MachineInt<u32>> for MachineInt<i64>[src]

impl BitXorAssign<MachineInt<u16>> for MachineInt<i64>[src]

impl BitXorAssign<MachineInt<u8>> for MachineInt<i64>[src]

impl BitXorAssign<MachineInt<i32>> for MachineInt<i64>[src]

impl BitXorAssign<MachineInt<i16>> for MachineInt<i64>[src]

impl BitXorAssign<MachineInt<i8>> for MachineInt<i64>[src]

impl BitXorAssign<MachineInt<u16>> for MachineInt<u32>[src]

impl BitXorAssign<MachineInt<u8>> for MachineInt<u32>[src]

impl BitXorAssign<MachineInt<i16>> for MachineInt<u32>[src]

impl BitXorAssign<MachineInt<i8>> for MachineInt<u32>[src]

impl BitXorAssign<MachineInt<u16>> for MachineInt<i32>[src]

impl BitXorAssign<MachineInt<u8>> for MachineInt<i32>[src]

impl BitXorAssign<MachineInt<i16>> for MachineInt<i32>[src]

impl BitXorAssign<MachineInt<i8>> for MachineInt<i32>[src]

impl BitXorAssign<MachineInt<u8>> for MachineInt<u16>[src]

impl BitXorAssign<MachineInt<i8>> for MachineInt<u16>[src]

impl BitXorAssign<MachineInt<u8>> for MachineInt<i16>[src]

impl BitXorAssign<MachineInt<i8>> for MachineInt<i16>[src]

impl ShlAssign<u32> for MachineInt<i8>[src]

impl ShlAssign<u32> for MachineInt<u8>[src]

impl ShlAssign<u32> for MachineInt<i16>[src]

impl ShlAssign<u32> for MachineInt<u16>[src]

impl ShlAssign<u32> for MachineInt<i32>[src]

impl ShlAssign<u32> for MachineInt<u32>[src]

impl ShlAssign<u32> for MachineInt<i64>[src]

impl ShlAssign<u32> for MachineInt<u64>[src]

impl ShrAssign<u32> for MachineInt<i8>[src]

impl ShrAssign<u32> for MachineInt<u8>[src]

impl ShrAssign<u32> for MachineInt<i16>[src]

impl ShrAssign<u32> for MachineInt<u16>[src]

impl ShrAssign<u32> for MachineInt<i32>[src]

impl ShrAssign<u32> for MachineInt<u32>[src]

impl ShrAssign<u32> for MachineInt<i64>[src]

impl ShrAssign<u32> for MachineInt<u64>[src]

impl<T: Octal> Octal for MachineInt<T>[src]

impl<T: Binary> Binary for MachineInt<T>[src]

impl<T: LowerHex> LowerHex for MachineInt<T>[src]

impl<T: UpperHex> UpperHex for MachineInt<T>[src]

Auto Trait Implementations

impl<T> Send for MachineInt<T> where
    T: Send

impl<T> Sync for MachineInt<T> where
    T: Sync

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.