Struct MachineInt

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

Tuple Fields§

§0: T

Implementations§

Source§

impl MachineInt<u8>

Source

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

Source

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

Source§

impl MachineInt<u16>

Source

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

Source

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

Source§

impl MachineInt<u32>

Source

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

Source

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

Source§

impl MachineInt<u64>

Source

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

Source

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

Trait Implementations§

Source§

impl Add<MachineInt<i16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i16>> for MachineInt<i8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i16>> for MachineInt<u8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i16>> for i16

Source§

type Output = MachineInt<i16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self::Output) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i32>> for MachineInt<i16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i32>> for MachineInt<i8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i32>> for MachineInt<u16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i32>> for MachineInt<u8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i32>> for i32

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self::Output) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i64>> for MachineInt<i16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i64>> for MachineInt<i32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i64>> for MachineInt<i8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i64>> for MachineInt<u16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i64>> for MachineInt<u32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i64>> for MachineInt<u8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i64>> for i64

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self::Output) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<i8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<i8>> for i8

Source§

type Output = MachineInt<i8>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self::Output) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u16>> for MachineInt<i8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u16>> for MachineInt<u8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u16>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u16>> for u16

Source§

type Output = MachineInt<u16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self::Output) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u32>> for MachineInt<i16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u32>> for MachineInt<i8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u32>> for MachineInt<u16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u32>> for MachineInt<u8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u32>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u32>> for u32

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self::Output) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u64>> for MachineInt<i16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u64>> for MachineInt<i32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u64>> for MachineInt<i8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u64>> for MachineInt<u16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u64>> for MachineInt<u32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u64>> for MachineInt<u8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u64>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u64>> for u64

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self::Output) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: MachineInt<u8>) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<MachineInt<u8>> for u8

Source§

type Output = MachineInt<u8>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self::Output) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<i16> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: i16) -> Self

Performs the + operation. Read more
Source§

impl Add<i32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: i32) -> Self

Performs the + operation. Read more
Source§

impl Add<i64> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: i64) -> Self

Performs the + operation. Read more
Source§

impl Add<i8> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: i8) -> Self

Performs the + operation. Read more
Source§

impl Add<u16> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: u16) -> Self

Performs the + operation. Read more
Source§

impl Add<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: u32) -> Self

Performs the + operation. Read more
Source§

impl Add<u64> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: u64) -> Self

Performs the + operation. Read more
Source§

impl Add<u8> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: u8) -> Self

Performs the + operation. Read more
Source§

impl Add for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl Add for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: Self) -> Self

Performs the + operation. Read more
Source§

impl AddAssign<MachineInt<i16>> for MachineInt<i32>

Source§

fn add_assign(&mut self, rhs: MachineInt<i16>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i16>> for MachineInt<i64>

Source§

fn add_assign(&mut self, rhs: MachineInt<i16>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i16>> for MachineInt<u32>

Source§

fn add_assign(&mut self, rhs: MachineInt<i16>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i16>> for MachineInt<u64>

Source§

fn add_assign(&mut self, rhs: MachineInt<i16>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i32>> for MachineInt<i64>

Source§

fn add_assign(&mut self, rhs: MachineInt<i32>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i32>> for MachineInt<u64>

Source§

fn add_assign(&mut self, rhs: MachineInt<i32>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i8>> for MachineInt<i16>

Source§

fn add_assign(&mut self, rhs: MachineInt<i8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i8>> for MachineInt<i32>

Source§

fn add_assign(&mut self, rhs: MachineInt<i8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i8>> for MachineInt<i64>

Source§

fn add_assign(&mut self, rhs: MachineInt<i8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i8>> for MachineInt<u16>

Source§

fn add_assign(&mut self, rhs: MachineInt<i8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i8>> for MachineInt<u32>

Source§

fn add_assign(&mut self, rhs: MachineInt<i8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<i8>> for MachineInt<u64>

Source§

fn add_assign(&mut self, rhs: MachineInt<i8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u16>> for MachineInt<i32>

Source§

fn add_assign(&mut self, rhs: MachineInt<u16>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u16>> for MachineInt<i64>

Source§

fn add_assign(&mut self, rhs: MachineInt<u16>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u16>> for MachineInt<u32>

Source§

fn add_assign(&mut self, rhs: MachineInt<u16>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u16>> for MachineInt<u64>

Source§

fn add_assign(&mut self, rhs: MachineInt<u16>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u32>> for MachineInt<i64>

Source§

fn add_assign(&mut self, rhs: MachineInt<u32>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u32>> for MachineInt<u64>

Source§

fn add_assign(&mut self, rhs: MachineInt<u32>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u8>> for MachineInt<i16>

Source§

fn add_assign(&mut self, rhs: MachineInt<u8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u8>> for MachineInt<i32>

Source§

fn add_assign(&mut self, rhs: MachineInt<u8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u8>> for MachineInt<i64>

Source§

fn add_assign(&mut self, rhs: MachineInt<u8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u8>> for MachineInt<u16>

Source§

fn add_assign(&mut self, rhs: MachineInt<u8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u8>> for MachineInt<u32>

Source§

fn add_assign(&mut self, rhs: MachineInt<u8>)

Performs the += operation. Read more
Source§

impl AddAssign<MachineInt<u8>> for MachineInt<u64>

Source§

fn add_assign(&mut self, rhs: MachineInt<u8>)

Performs the += operation. Read more
Source§

impl AddAssign<i16> for MachineInt<i16>

Source§

fn add_assign(&mut self, rhs: i16)

Performs the += operation. Read more
Source§

impl AddAssign<i32> for MachineInt<i32>

Source§

fn add_assign(&mut self, rhs: i32)

Performs the += operation. Read more
Source§

impl AddAssign<i64> for MachineInt<i64>

Source§

fn add_assign(&mut self, rhs: i64)

Performs the += operation. Read more
Source§

impl AddAssign<i8> for MachineInt<i8>

Source§

fn add_assign(&mut self, rhs: i8)

Performs the += operation. Read more
Source§

impl AddAssign<u16> for MachineInt<u16>

Source§

fn add_assign(&mut self, rhs: u16)

Performs the += operation. Read more
Source§

impl AddAssign<u32> for MachineInt<u32>

Source§

fn add_assign(&mut self, rhs: u32)

Performs the += operation. Read more
Source§

impl AddAssign<u64> for MachineInt<u64>

Source§

fn add_assign(&mut self, rhs: u64)

Performs the += operation. Read more
Source§

impl AddAssign<u8> for MachineInt<u8>

Source§

fn add_assign(&mut self, rhs: u8)

Performs the += operation. Read more
Source§

impl AddAssign for MachineInt<i16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for MachineInt<i32>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for MachineInt<i64>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for MachineInt<i8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for MachineInt<u16>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for MachineInt<u32>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for MachineInt<u64>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AddAssign for MachineInt<u8>

Source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
Source§

impl AsFrom<MachineInt<i16>> for MachineInt<i16>

Source§

fn as_from(val: MachineInt<i16>) -> Self

Source§

impl AsFrom<MachineInt<i16>> for MachineInt<i32>

Source§

fn as_from(val: MachineInt<i16>) -> Self

Source§

impl AsFrom<MachineInt<i16>> for MachineInt<i64>

Source§

fn as_from(val: MachineInt<i16>) -> Self

Source§

impl AsFrom<MachineInt<i16>> for MachineInt<i8>

Source§

fn as_from(val: MachineInt<i16>) -> Self

Source§

impl AsFrom<MachineInt<i16>> for MachineInt<u16>

Source§

fn as_from(val: MachineInt<i16>) -> Self

Source§

impl AsFrom<MachineInt<i16>> for MachineInt<u32>

Source§

fn as_from(val: MachineInt<i16>) -> Self

Source§

impl AsFrom<MachineInt<i16>> for MachineInt<u64>

Source§

fn as_from(val: MachineInt<i16>) -> Self

Source§

impl AsFrom<MachineInt<i16>> for MachineInt<u8>

Source§

fn as_from(val: MachineInt<i16>) -> Self

Source§

impl AsFrom<MachineInt<i32>> for MachineInt<i16>

Source§

fn as_from(val: MachineInt<i32>) -> Self

Source§

impl AsFrom<MachineInt<i32>> for MachineInt<i32>

Source§

fn as_from(val: MachineInt<i32>) -> Self

Source§

impl AsFrom<MachineInt<i32>> for MachineInt<i64>

Source§

fn as_from(val: MachineInt<i32>) -> Self

Source§

impl AsFrom<MachineInt<i32>> for MachineInt<i8>

Source§

fn as_from(val: MachineInt<i32>) -> Self

Source§

impl AsFrom<MachineInt<i32>> for MachineInt<u16>

Source§

fn as_from(val: MachineInt<i32>) -> Self

Source§

impl AsFrom<MachineInt<i32>> for MachineInt<u32>

Source§

fn as_from(val: MachineInt<i32>) -> Self

Source§

impl AsFrom<MachineInt<i32>> for MachineInt<u64>

Source§

fn as_from(val: MachineInt<i32>) -> Self

Source§

impl AsFrom<MachineInt<i32>> for MachineInt<u8>

Source§

fn as_from(val: MachineInt<i32>) -> Self

Source§

impl AsFrom<MachineInt<i64>> for MachineInt<i16>

Source§

fn as_from(val: MachineInt<i64>) -> Self

Source§

impl AsFrom<MachineInt<i64>> for MachineInt<i32>

Source§

fn as_from(val: MachineInt<i64>) -> Self

Source§

impl AsFrom<MachineInt<i64>> for MachineInt<i64>

Source§

fn as_from(val: MachineInt<i64>) -> Self

Source§

impl AsFrom<MachineInt<i64>> for MachineInt<i8>

Source§

fn as_from(val: MachineInt<i64>) -> Self

Source§

impl AsFrom<MachineInt<i64>> for MachineInt<u16>

Source§

fn as_from(val: MachineInt<i64>) -> Self

Source§

impl AsFrom<MachineInt<i64>> for MachineInt<u32>

Source§

fn as_from(val: MachineInt<i64>) -> Self

Source§

impl AsFrom<MachineInt<i64>> for MachineInt<u64>

Source§

fn as_from(val: MachineInt<i64>) -> Self

Source§

impl AsFrom<MachineInt<i64>> for MachineInt<u8>

Source§

fn as_from(val: MachineInt<i64>) -> Self

Source§

impl AsFrom<MachineInt<i8>> for MachineInt<i16>

Source§

fn as_from(val: MachineInt<i8>) -> Self

Source§

impl AsFrom<MachineInt<i8>> for MachineInt<i32>

Source§

fn as_from(val: MachineInt<i8>) -> Self

Source§

impl AsFrom<MachineInt<i8>> for MachineInt<i64>

Source§

fn as_from(val: MachineInt<i8>) -> Self

Source§

impl AsFrom<MachineInt<i8>> for MachineInt<i8>

Source§

fn as_from(val: MachineInt<i8>) -> Self

Source§

impl AsFrom<MachineInt<i8>> for MachineInt<u16>

Source§

fn as_from(val: MachineInt<i8>) -> Self

Source§

impl AsFrom<MachineInt<i8>> for MachineInt<u32>

Source§

fn as_from(val: MachineInt<i8>) -> Self

Source§

impl AsFrom<MachineInt<i8>> for MachineInt<u64>

Source§

fn as_from(val: MachineInt<i8>) -> Self

Source§

impl AsFrom<MachineInt<i8>> for MachineInt<u8>

Source§

fn as_from(val: MachineInt<i8>) -> Self

Source§

impl AsFrom<MachineInt<u16>> for MachineInt<i16>

Source§

fn as_from(val: MachineInt<u16>) -> Self

Source§

impl AsFrom<MachineInt<u16>> for MachineInt<i32>

Source§

fn as_from(val: MachineInt<u16>) -> Self

Source§

impl AsFrom<MachineInt<u16>> for MachineInt<i64>

Source§

fn as_from(val: MachineInt<u16>) -> Self

Source§

impl AsFrom<MachineInt<u16>> for MachineInt<i8>

Source§

fn as_from(val: MachineInt<u16>) -> Self

Source§

impl AsFrom<MachineInt<u16>> for MachineInt<u16>

Source§

fn as_from(val: MachineInt<u16>) -> Self

Source§

impl AsFrom<MachineInt<u16>> for MachineInt<u32>

Source§

fn as_from(val: MachineInt<u16>) -> Self

Source§

impl AsFrom<MachineInt<u16>> for MachineInt<u64>

Source§

fn as_from(val: MachineInt<u16>) -> Self

Source§

impl AsFrom<MachineInt<u16>> for MachineInt<u8>

Source§

fn as_from(val: MachineInt<u16>) -> Self

Source§

impl AsFrom<MachineInt<u32>> for MachineInt<i16>

Source§

fn as_from(val: MachineInt<u32>) -> Self

Source§

impl AsFrom<MachineInt<u32>> for MachineInt<i32>

Source§

fn as_from(val: MachineInt<u32>) -> Self

Source§

impl AsFrom<MachineInt<u32>> for MachineInt<i64>

Source§

fn as_from(val: MachineInt<u32>) -> Self

Source§

impl AsFrom<MachineInt<u32>> for MachineInt<i8>

Source§

fn as_from(val: MachineInt<u32>) -> Self

Source§

impl AsFrom<MachineInt<u32>> for MachineInt<u16>

Source§

fn as_from(val: MachineInt<u32>) -> Self

Source§

impl AsFrom<MachineInt<u32>> for MachineInt<u32>

Source§

fn as_from(val: MachineInt<u32>) -> Self

Source§

impl AsFrom<MachineInt<u32>> for MachineInt<u64>

Source§

fn as_from(val: MachineInt<u32>) -> Self

Source§

impl AsFrom<MachineInt<u32>> for MachineInt<u8>

Source§

fn as_from(val: MachineInt<u32>) -> Self

Source§

impl AsFrom<MachineInt<u64>> for MachineInt<i16>

Source§

fn as_from(val: MachineInt<u64>) -> Self

Source§

impl AsFrom<MachineInt<u64>> for MachineInt<i32>

Source§

fn as_from(val: MachineInt<u64>) -> Self

Source§

impl AsFrom<MachineInt<u64>> for MachineInt<i64>

Source§

fn as_from(val: MachineInt<u64>) -> Self

Source§

impl AsFrom<MachineInt<u64>> for MachineInt<i8>

Source§

fn as_from(val: MachineInt<u64>) -> Self

Source§

impl AsFrom<MachineInt<u64>> for MachineInt<u16>

Source§

fn as_from(val: MachineInt<u64>) -> Self

Source§

impl AsFrom<MachineInt<u64>> for MachineInt<u32>

Source§

fn as_from(val: MachineInt<u64>) -> Self

Source§

impl AsFrom<MachineInt<u64>> for MachineInt<u64>

Source§

fn as_from(val: MachineInt<u64>) -> Self

Source§

impl AsFrom<MachineInt<u64>> for MachineInt<u8>

Source§

fn as_from(val: MachineInt<u64>) -> Self

Source§

impl AsFrom<MachineInt<u8>> for MachineInt<i16>

Source§

fn as_from(val: MachineInt<u8>) -> Self

Source§

impl AsFrom<MachineInt<u8>> for MachineInt<i32>

Source§

fn as_from(val: MachineInt<u8>) -> Self

Source§

impl AsFrom<MachineInt<u8>> for MachineInt<i64>

Source§

fn as_from(val: MachineInt<u8>) -> Self

Source§

impl AsFrom<MachineInt<u8>> for MachineInt<i8>

Source§

fn as_from(val: MachineInt<u8>) -> Self

Source§

impl AsFrom<MachineInt<u8>> for MachineInt<u16>

Source§

fn as_from(val: MachineInt<u8>) -> Self

Source§

impl AsFrom<MachineInt<u8>> for MachineInt<u32>

Source§

fn as_from(val: MachineInt<u8>) -> Self

Source§

impl AsFrom<MachineInt<u8>> for MachineInt<u64>

Source§

fn as_from(val: MachineInt<u8>) -> Self

Source§

impl AsFrom<MachineInt<u8>> for MachineInt<u8>

Source§

fn as_from(val: MachineInt<u8>) -> Self

Source§

impl AsFrom<i16> for MachineInt<i16>

Source§

fn as_from(val: i16) -> Self

Source§

impl AsFrom<i16> for MachineInt<i32>

Source§

fn as_from(val: i16) -> Self

Source§

impl AsFrom<i16> for MachineInt<i64>

Source§

fn as_from(val: i16) -> Self

Source§

impl AsFrom<i16> for MachineInt<i8>

Source§

fn as_from(val: i16) -> Self

Source§

impl AsFrom<i16> for MachineInt<u16>

Source§

fn as_from(val: i16) -> Self

Source§

impl AsFrom<i16> for MachineInt<u32>

Source§

fn as_from(val: i16) -> Self

Source§

impl AsFrom<i16> for MachineInt<u64>

Source§

fn as_from(val: i16) -> Self

Source§

impl AsFrom<i16> for MachineInt<u8>

Source§

fn as_from(val: i16) -> Self

Source§

impl AsFrom<i32> for MachineInt<i16>

Source§

fn as_from(val: i32) -> Self

Source§

impl AsFrom<i32> for MachineInt<i32>

Source§

fn as_from(val: i32) -> Self

Source§

impl AsFrom<i32> for MachineInt<i64>

Source§

fn as_from(val: i32) -> Self

Source§

impl AsFrom<i32> for MachineInt<i8>

Source§

fn as_from(val: i32) -> Self

Source§

impl AsFrom<i32> for MachineInt<u16>

Source§

fn as_from(val: i32) -> Self

Source§

impl AsFrom<i32> for MachineInt<u32>

Source§

fn as_from(val: i32) -> Self

Source§

impl AsFrom<i32> for MachineInt<u64>

Source§

fn as_from(val: i32) -> Self

Source§

impl AsFrom<i32> for MachineInt<u8>

Source§

fn as_from(val: i32) -> Self

Source§

impl AsFrom<i64> for MachineInt<i16>

Source§

fn as_from(val: i64) -> Self

Source§

impl AsFrom<i64> for MachineInt<i32>

Source§

fn as_from(val: i64) -> Self

Source§

impl AsFrom<i64> for MachineInt<i64>

Source§

fn as_from(val: i64) -> Self

Source§

impl AsFrom<i64> for MachineInt<i8>

Source§

fn as_from(val: i64) -> Self

Source§

impl AsFrom<i64> for MachineInt<u16>

Source§

fn as_from(val: i64) -> Self

Source§

impl AsFrom<i64> for MachineInt<u32>

Source§

fn as_from(val: i64) -> Self

Source§

impl AsFrom<i64> for MachineInt<u64>

Source§

fn as_from(val: i64) -> Self

Source§

impl AsFrom<i64> for MachineInt<u8>

Source§

fn as_from(val: i64) -> Self

Source§

impl AsFrom<i8> for MachineInt<i16>

Source§

fn as_from(val: i8) -> Self

Source§

impl AsFrom<i8> for MachineInt<i32>

Source§

fn as_from(val: i8) -> Self

Source§

impl AsFrom<i8> for MachineInt<i64>

Source§

fn as_from(val: i8) -> Self

Source§

impl AsFrom<i8> for MachineInt<i8>

Source§

fn as_from(val: i8) -> Self

Source§

impl AsFrom<i8> for MachineInt<u16>

Source§

fn as_from(val: i8) -> Self

Source§

impl AsFrom<i8> for MachineInt<u32>

Source§

fn as_from(val: i8) -> Self

Source§

impl AsFrom<i8> for MachineInt<u64>

Source§

fn as_from(val: i8) -> Self

Source§

impl AsFrom<i8> for MachineInt<u8>

Source§

fn as_from(val: i8) -> Self

Source§

impl AsFrom<u16> for MachineInt<i16>

Source§

fn as_from(val: u16) -> Self

Source§

impl AsFrom<u16> for MachineInt<i32>

Source§

fn as_from(val: u16) -> Self

Source§

impl AsFrom<u16> for MachineInt<i64>

Source§

fn as_from(val: u16) -> Self

Source§

impl AsFrom<u16> for MachineInt<i8>

Source§

fn as_from(val: u16) -> Self

Source§

impl AsFrom<u16> for MachineInt<u16>

Source§

fn as_from(val: u16) -> Self

Source§

impl AsFrom<u16> for MachineInt<u32>

Source§

fn as_from(val: u16) -> Self

Source§

impl AsFrom<u16> for MachineInt<u64>

Source§

fn as_from(val: u16) -> Self

Source§

impl AsFrom<u16> for MachineInt<u8>

Source§

fn as_from(val: u16) -> Self

Source§

impl AsFrom<u32> for MachineInt<i16>

Source§

fn as_from(val: u32) -> Self

Source§

impl AsFrom<u32> for MachineInt<i32>

Source§

fn as_from(val: u32) -> Self

Source§

impl AsFrom<u32> for MachineInt<i64>

Source§

fn as_from(val: u32) -> Self

Source§

impl AsFrom<u32> for MachineInt<i8>

Source§

fn as_from(val: u32) -> Self

Source§

impl AsFrom<u32> for MachineInt<u16>

Source§

fn as_from(val: u32) -> Self

Source§

impl AsFrom<u32> for MachineInt<u32>

Source§

fn as_from(val: u32) -> Self

Source§

impl AsFrom<u32> for MachineInt<u64>

Source§

fn as_from(val: u32) -> Self

Source§

impl AsFrom<u32> for MachineInt<u8>

Source§

fn as_from(val: u32) -> Self

Source§

impl AsFrom<u64> for MachineInt<i16>

Source§

fn as_from(val: u64) -> Self

Source§

impl AsFrom<u64> for MachineInt<i32>

Source§

fn as_from(val: u64) -> Self

Source§

impl AsFrom<u64> for MachineInt<i64>

Source§

fn as_from(val: u64) -> Self

Source§

impl AsFrom<u64> for MachineInt<i8>

Source§

fn as_from(val: u64) -> Self

Source§

impl AsFrom<u64> for MachineInt<u16>

Source§

fn as_from(val: u64) -> Self

Source§

impl AsFrom<u64> for MachineInt<u32>

Source§

fn as_from(val: u64) -> Self

Source§

impl AsFrom<u64> for MachineInt<u64>

Source§

fn as_from(val: u64) -> Self

Source§

impl AsFrom<u64> for MachineInt<u8>

Source§

fn as_from(val: u64) -> Self

Source§

impl AsFrom<u8> for MachineInt<i16>

Source§

fn as_from(val: u8) -> Self

Source§

impl AsFrom<u8> for MachineInt<i32>

Source§

fn as_from(val: u8) -> Self

Source§

impl AsFrom<u8> for MachineInt<i64>

Source§

fn as_from(val: u8) -> Self

Source§

impl AsFrom<u8> for MachineInt<i8>

Source§

fn as_from(val: u8) -> Self

Source§

impl AsFrom<u8> for MachineInt<u16>

Source§

fn as_from(val: u8) -> Self

Source§

impl AsFrom<u8> for MachineInt<u32>

Source§

fn as_from(val: u8) -> Self

Source§

impl AsFrom<u8> for MachineInt<u64>

Source§

fn as_from(val: u8) -> Self

Source§

impl AsFrom<u8> for MachineInt<u8>

Source§

fn as_from(val: u8) -> Self

Source§

impl<T: Binary> Binary for MachineInt<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl BitAnd<MachineInt<i16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i16>> for MachineInt<i8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i16>> for MachineInt<u8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i16>> for u16

Source§

type Output = MachineInt<i16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i32>> for MachineInt<i16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i32>> for MachineInt<i8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i32>> for MachineInt<u16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i32>> for MachineInt<u8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i32>> for u32

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i64>> for MachineInt<i16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i64>> for MachineInt<i32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i64>> for MachineInt<i8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i64>> for MachineInt<u16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i64>> for MachineInt<u32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i64>> for MachineInt<u8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i64>> for u64

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<i8>> for u8

Source§

type Output = MachineInt<i8>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u16>> for MachineInt<i8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u16>> for MachineInt<u8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u16>> for u16

Source§

type Output = MachineInt<u16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self::Output) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u32>> for MachineInt<i16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u32>> for MachineInt<i8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u32>> for MachineInt<u16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u32>> for MachineInt<u8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u32>> for u32

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self::Output) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u64>> for MachineInt<i16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u64>> for MachineInt<i32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u64>> for MachineInt<i8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u64>> for MachineInt<u16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u64>> for MachineInt<u32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u64>> for MachineInt<u8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u64>> for u64

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self::Output) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<u8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<MachineInt<u8>> for u8

Source§

type Output = MachineInt<u8>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self::Output) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<u16> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: u16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<u16> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: u16) -> Self

Performs the & operation. Read more
Source§

impl BitAnd<u32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: u32) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: u32) -> Self

Performs the & operation. Read more
Source§

impl BitAnd<u64> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: u64) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<u64> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: u64) -> Self

Performs the & operation. Read more
Source§

impl BitAnd<u8> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: u8) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<u8> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: u8) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i16>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i32>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i64>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MachineInt<i8>) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAnd for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: Self) -> Self

Performs the & operation. Read more
Source§

impl BitAndAssign<MachineInt<i16>> for MachineInt<i32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i16>> for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i16>> for MachineInt<u32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i16>> for MachineInt<u64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i32>> for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i32>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i32>> for MachineInt<u64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i32>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i8>> for MachineInt<i16>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i8>> for MachineInt<i32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i8>> for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i8>> for MachineInt<u16>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i8>> for MachineInt<u32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<i8>> for MachineInt<u64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u16>> for MachineInt<i16>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u16>> for MachineInt<i32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u16>> for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u16>> for MachineInt<u32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u16>> for MachineInt<u64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u32>> for MachineInt<i32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u32>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u32>> for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u32>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u32>> for MachineInt<u64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u32>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u64>> for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u64>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u8>> for MachineInt<i16>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u8>> for MachineInt<i32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u8>> for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u8>> for MachineInt<i8>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u8>> for MachineInt<u16>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u8>> for MachineInt<u32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<MachineInt<u8>> for MachineInt<u64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<u8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign<u16> for MachineInt<i16>

Source§

fn bitand_assign(&mut self, rhs: u16)

Performs the &= operation. Read more
Source§

impl BitAndAssign<u16> for MachineInt<u16>

Source§

fn bitand_assign(&mut self, rhs: u16)

Performs the &= operation. Read more
Source§

impl BitAndAssign<u32> for MachineInt<i32>

Source§

fn bitand_assign(&mut self, rhs: u32)

Performs the &= operation. Read more
Source§

impl BitAndAssign<u32> for MachineInt<u32>

Source§

fn bitand_assign(&mut self, rhs: u32)

Performs the &= operation. Read more
Source§

impl BitAndAssign<u64> for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: u64)

Performs the &= operation. Read more
Source§

impl BitAndAssign<u64> for MachineInt<u64>

Source§

fn bitand_assign(&mut self, rhs: u64)

Performs the &= operation. Read more
Source§

impl BitAndAssign<u8> for MachineInt<i8>

Source§

fn bitand_assign(&mut self, rhs: u8)

Performs the &= operation. Read more
Source§

impl BitAndAssign<u8> for MachineInt<u8>

Source§

fn bitand_assign(&mut self, rhs: u8)

Performs the &= operation. Read more
Source§

impl BitAndAssign for MachineInt<i16>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i16>)

Performs the &= operation. Read more
Source§

impl BitAndAssign for MachineInt<i32>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i32>)

Performs the &= operation. Read more
Source§

impl BitAndAssign for MachineInt<i64>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i64>)

Performs the &= operation. Read more
Source§

impl BitAndAssign for MachineInt<i8>

Source§

fn bitand_assign(&mut self, rhs: MachineInt<i8>)

Performs the &= operation. Read more
Source§

impl BitAndAssign for MachineInt<u16>

Source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
Source§

impl BitAndAssign for MachineInt<u32>

Source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
Source§

impl BitAndAssign for MachineInt<u64>

Source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
Source§

impl BitAndAssign for MachineInt<u8>

Source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
Source§

impl BitOr<MachineInt<i16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i16>> for MachineInt<i8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i16>> for MachineInt<u8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i16>> for u16

Source§

type Output = MachineInt<i16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i32>> for MachineInt<i16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i32>> for MachineInt<i8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i32>> for MachineInt<u16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i32>> for MachineInt<u8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i32>> for u32

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i64>> for MachineInt<i16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i64>> for MachineInt<i32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i64>> for MachineInt<i8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i64>> for MachineInt<u16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i64>> for MachineInt<u32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i64>> for MachineInt<u8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i64>> for u64

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<i8>> for u8

Source§

type Output = MachineInt<i8>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u16>> for MachineInt<i8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u16>> for MachineInt<u8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u16>> for u16

Source§

type Output = MachineInt<u16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self::Output) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u32>> for MachineInt<i16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u32>> for MachineInt<i8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u32>> for MachineInt<u16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u32>> for MachineInt<u8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u32>> for u32

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self::Output) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u64>> for MachineInt<i16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u64>> for MachineInt<i32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u64>> for MachineInt<i8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u64>> for MachineInt<u16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u64>> for MachineInt<u32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u64>> for MachineInt<u8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u64>> for u64

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self::Output) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<MachineInt<u8>> for u8

Source§

type Output = MachineInt<u8>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self::Output) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<u16> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: u16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<u16> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: u16) -> Self

Performs the | operation. Read more
Source§

impl BitOr<u32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: u32) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: u32) -> Self

Performs the | operation. Read more
Source§

impl BitOr<u64> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: u64) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<u64> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: u64) -> Self

Performs the | operation. Read more
Source§

impl BitOr<u8> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: u8) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<u8> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: u8) -> Self

Performs the | operation. Read more
Source§

impl BitOr for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOr for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: Self) -> Self

Performs the | operation. Read more
Source§

impl BitOrAssign<MachineInt<i16>> for MachineInt<i32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i16>> for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i16>> for MachineInt<u32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i16>> for MachineInt<u64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i32>> for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i32>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i32>> for MachineInt<u64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i32>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i8>> for MachineInt<i16>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i8>> for MachineInt<i32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i8>> for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i8>> for MachineInt<u16>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i8>> for MachineInt<u32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<i8>> for MachineInt<u64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u16>> for MachineInt<i16>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u16>> for MachineInt<i32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u16>> for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u16>> for MachineInt<u32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u16>> for MachineInt<u64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u32>> for MachineInt<i32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u32>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u32>> for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u32>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u32>> for MachineInt<u64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u32>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u64>> for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u64>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u8>> for MachineInt<i16>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u8>> for MachineInt<i32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u8>> for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u8>> for MachineInt<i8>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u8>> for MachineInt<u16>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u8>> for MachineInt<u32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<MachineInt<u8>> for MachineInt<u64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<u8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign<u16> for MachineInt<i16>

Source§

fn bitor_assign(&mut self, rhs: u16)

Performs the |= operation. Read more
Source§

impl BitOrAssign<u16> for MachineInt<u16>

Source§

fn bitor_assign(&mut self, rhs: u16)

Performs the |= operation. Read more
Source§

impl BitOrAssign<u32> for MachineInt<i32>

Source§

fn bitor_assign(&mut self, rhs: u32)

Performs the |= operation. Read more
Source§

impl BitOrAssign<u32> for MachineInt<u32>

Source§

fn bitor_assign(&mut self, rhs: u32)

Performs the |= operation. Read more
Source§

impl BitOrAssign<u64> for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: u64)

Performs the |= operation. Read more
Source§

impl BitOrAssign<u64> for MachineInt<u64>

Source§

fn bitor_assign(&mut self, rhs: u64)

Performs the |= operation. Read more
Source§

impl BitOrAssign<u8> for MachineInt<i8>

Source§

fn bitor_assign(&mut self, rhs: u8)

Performs the |= operation. Read more
Source§

impl BitOrAssign<u8> for MachineInt<u8>

Source§

fn bitor_assign(&mut self, rhs: u8)

Performs the |= operation. Read more
Source§

impl BitOrAssign for MachineInt<i16>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i16>)

Performs the |= operation. Read more
Source§

impl BitOrAssign for MachineInt<i32>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i32>)

Performs the |= operation. Read more
Source§

impl BitOrAssign for MachineInt<i64>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i64>)

Performs the |= operation. Read more
Source§

impl BitOrAssign for MachineInt<i8>

Source§

fn bitor_assign(&mut self, rhs: MachineInt<i8>)

Performs the |= operation. Read more
Source§

impl BitOrAssign for MachineInt<u16>

Source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
Source§

impl BitOrAssign for MachineInt<u32>

Source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
Source§

impl BitOrAssign for MachineInt<u64>

Source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
Source§

impl BitOrAssign for MachineInt<u8>

Source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
Source§

impl BitXor<MachineInt<i16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i16>> for MachineInt<i8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i16>> for MachineInt<u8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i16>> for u16

Source§

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i32>> for MachineInt<i16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i32>> for MachineInt<i8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i32>> for MachineInt<u16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i32>> for MachineInt<u8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i32>> for u32

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i64>> for MachineInt<i16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i64>> for MachineInt<i32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i64>> for MachineInt<i8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i64>> for MachineInt<u16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i64>> for MachineInt<u32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i64>> for MachineInt<u8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i64>> for u64

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<i8>> for u8

Source§

type Output = MachineInt<i8>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u16>> for MachineInt<i8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u16>> for MachineInt<u8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u16>> for u16

Source§

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self::Output) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u32>> for MachineInt<i16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u32>> for MachineInt<i8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u32>> for MachineInt<u16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u32>> for MachineInt<u8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u32>> for u32

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self::Output) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u64>> for MachineInt<i16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u64>> for MachineInt<i32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u64>> for MachineInt<i8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u64>> for MachineInt<u16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u64>> for MachineInt<u32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u64>> for MachineInt<u8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u64>> for u64

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self::Output) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<u8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<MachineInt<u8>> for u8

Source§

type Output = MachineInt<u8>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self::Output) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<u16> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: u16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<u16> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: u16) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor<u32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: u32) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor<u64> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: u64) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<u64> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: u64) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor<u8> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: u8) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<u8> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: u8) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i16>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i32>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i64>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MachineInt<i8>) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXor for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: Self) -> Self

Performs the ^ operation. Read more
Source§

impl BitXorAssign<MachineInt<i16>> for MachineInt<i32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i16>> for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i16>> for MachineInt<u32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i16>> for MachineInt<u64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i32>> for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i32>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i32>> for MachineInt<u64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i32>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i8>> for MachineInt<i16>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i8>> for MachineInt<i32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i8>> for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i8>> for MachineInt<u16>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i8>> for MachineInt<u32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<i8>> for MachineInt<u64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u16>> for MachineInt<i16>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u16>> for MachineInt<i32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u16>> for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u16>> for MachineInt<u32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u16>> for MachineInt<u64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u32>> for MachineInt<i32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u32>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u32>> for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u32>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u32>> for MachineInt<u64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u32>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u64>> for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u64>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u8>> for MachineInt<i16>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u8>> for MachineInt<i32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u8>> for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u8>> for MachineInt<i8>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u8>> for MachineInt<u16>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u8>> for MachineInt<u32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<MachineInt<u8>> for MachineInt<u64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<u8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u16> for MachineInt<i16>

Source§

fn bitxor_assign(&mut self, rhs: u16)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u16> for MachineInt<u16>

Source§

fn bitxor_assign(&mut self, rhs: u16)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u32> for MachineInt<i32>

Source§

fn bitxor_assign(&mut self, rhs: u32)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u32> for MachineInt<u32>

Source§

fn bitxor_assign(&mut self, rhs: u32)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u64> for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: u64)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u64> for MachineInt<u64>

Source§

fn bitxor_assign(&mut self, rhs: u64)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u8> for MachineInt<i8>

Source§

fn bitxor_assign(&mut self, rhs: u8)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u8> for MachineInt<u8>

Source§

fn bitxor_assign(&mut self, rhs: u8)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for MachineInt<i16>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i16>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for MachineInt<i32>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i32>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for MachineInt<i64>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i64>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for MachineInt<i8>

Source§

fn bitxor_assign(&mut self, rhs: MachineInt<i8>)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for MachineInt<u16>

Source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for MachineInt<u32>

Source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for MachineInt<u64>

Source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for MachineInt<u8>

Source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
Source§

impl<T: Clone> Clone for MachineInt<T>

Source§

fn clone(&self) -> MachineInt<T>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Debug> Debug for MachineInt<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Default> Default for MachineInt<T>

Source§

fn default() -> MachineInt<T>

Returns the “default value” for a type. Read more
Source§

impl<T: Display> Display for MachineInt<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Div<MachineInt<i16>> for i16

Source§

type Output = MachineInt<i16>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self::Output) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<MachineInt<i32>> for i32

Source§

type Output = MachineInt<i32>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self::Output) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<MachineInt<i64>> for i64

Source§

type Output = MachineInt<i64>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self::Output) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<MachineInt<i8>> for i8

Source§

type Output = MachineInt<i8>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self::Output) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<MachineInt<u16>> for u16

Source§

type Output = MachineInt<u16>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self::Output) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<MachineInt<u32>> for u32

Source§

type Output = MachineInt<u32>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self::Output) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<MachineInt<u64>> for u64

Source§

type Output = MachineInt<u64>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self::Output) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<MachineInt<u8>> for u8

Source§

type Output = MachineInt<u8>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self::Output) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<i16> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: i16) -> Self

Performs the / operation. Read more
Source§

impl Div<i32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: i32) -> Self

Performs the / operation. Read more
Source§

impl Div<i64> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: i64) -> Self

Performs the / operation. Read more
Source§

impl Div<i8> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: i8) -> Self

Performs the / operation. Read more
Source§

impl Div<u16> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: u16) -> Self

Performs the / operation. Read more
Source§

impl Div<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: u32) -> Self

Performs the / operation. Read more
Source§

impl Div<u64> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: u64) -> Self

Performs the / operation. Read more
Source§

impl Div<u8> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: u8) -> Self

Performs the / operation. Read more
Source§

impl Div for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl Div for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Self) -> Self

Performs the / operation. Read more
Source§

impl DivAssign<i16> for MachineInt<i16>

Source§

fn div_assign(&mut self, rhs: i16)

Performs the /= operation. Read more
Source§

impl DivAssign<i32> for MachineInt<i32>

Source§

fn div_assign(&mut self, rhs: i32)

Performs the /= operation. Read more
Source§

impl DivAssign<i64> for MachineInt<i64>

Source§

fn div_assign(&mut self, rhs: i64)

Performs the /= operation. Read more
Source§

impl DivAssign<i8> for MachineInt<i8>

Source§

fn div_assign(&mut self, rhs: i8)

Performs the /= operation. Read more
Source§

impl DivAssign<u16> for MachineInt<u16>

Source§

fn div_assign(&mut self, rhs: u16)

Performs the /= operation. Read more
Source§

impl DivAssign<u32> for MachineInt<u32>

Source§

fn div_assign(&mut self, rhs: u32)

Performs the /= operation. Read more
Source§

impl DivAssign<u64> for MachineInt<u64>

Source§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
Source§

impl DivAssign<u8> for MachineInt<u8>

Source§

fn div_assign(&mut self, rhs: u8)

Performs the /= operation. Read more
Source§

impl DivAssign for MachineInt<i16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for MachineInt<i32>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for MachineInt<i64>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for MachineInt<i8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for MachineInt<u16>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for MachineInt<u32>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for MachineInt<u64>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl DivAssign for MachineInt<u8>

Source§

fn div_assign(&mut self, rhs: Self)

Performs the /= operation. Read more
Source§

impl From<MachineInt<i16>> for MachineInt<i32>

Source§

fn from(val: MachineInt<i16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i16>> for MachineInt<i64>

Source§

fn from(val: MachineInt<i16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i16>> for MachineInt<isize>

Source§

fn from(val: MachineInt<i16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i16>> for i16

Source§

fn from(val: MachineInt<i16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i16>> for i32

Source§

fn from(val: MachineInt<i16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i16>> for i64

Source§

fn from(val: MachineInt<i16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i16>> for isize

Source§

fn from(val: MachineInt<i16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i32>> for MachineInt<i64>

Source§

fn from(val: MachineInt<i32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i32>> for MachineInt<isize>

Source§

fn from(val: MachineInt<i32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i32>> for i32

Source§

fn from(val: MachineInt<i32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i32>> for i64

Source§

fn from(val: MachineInt<i32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i32>> for isize

Source§

fn from(val: MachineInt<i32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i64>> for MachineInt<isize>

Source§

fn from(val: MachineInt<i64>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i64>> for i64

Source§

fn from(val: MachineInt<i64>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i64>> for isize

Source§

fn from(val: MachineInt<i64>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for MachineInt<i16>

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for MachineInt<i32>

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for MachineInt<i64>

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for MachineInt<isize>

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for i16

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for i32

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for i64

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for i8

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<i8>> for isize

Source§

fn from(val: MachineInt<i8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for MachineInt<i32>

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for MachineInt<i64>

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for MachineInt<u32>

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for MachineInt<u64>

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for MachineInt<usize>

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for i32

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for i64

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for u16

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for u32

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for u64

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u16>> for usize

Source§

fn from(val: MachineInt<u16>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u32>> for MachineInt<i64>

Source§

fn from(val: MachineInt<u32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u32>> for MachineInt<u64>

Source§

fn from(val: MachineInt<u32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u32>> for MachineInt<usize>

Source§

fn from(val: MachineInt<u32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u32>> for i64

Source§

fn from(val: MachineInt<u32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u32>> for u32

Source§

fn from(val: MachineInt<u32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u32>> for u64

Source§

fn from(val: MachineInt<u32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u32>> for usize

Source§

fn from(val: MachineInt<u32>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u64>> for MachineInt<usize>

Source§

fn from(val: MachineInt<u64>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u64>> for u64

Source§

fn from(val: MachineInt<u64>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u64>> for usize

Source§

fn from(val: MachineInt<u64>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for MachineInt<i16>

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for MachineInt<i32>

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for MachineInt<i64>

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for MachineInt<u16>

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for MachineInt<u32>

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for MachineInt<u64>

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for MachineInt<usize>

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for i16

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for i32

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for i64

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for u16

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for u32

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for u64

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for u8

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<MachineInt<u8>> for usize

Source§

fn from(val: MachineInt<u8>) -> Self

Converts to this type from the input type.
Source§

impl From<i16> for MachineInt<i16>

Source§

fn from(val: i16) -> Self

Converts to this type from the input type.
Source§

impl From<i16> for MachineInt<i32>

Source§

fn from(val: i16) -> Self

Converts to this type from the input type.
Source§

impl From<i16> for MachineInt<i64>

Source§

fn from(val: i16) -> Self

Converts to this type from the input type.
Source§

impl From<i16> for MachineInt<isize>

Source§

fn from(val: i16) -> Self

Converts to this type from the input type.
Source§

impl From<i32> for MachineInt<i32>

Source§

fn from(val: i32) -> Self

Converts to this type from the input type.
Source§

impl From<i32> for MachineInt<i64>

Source§

fn from(val: i32) -> Self

Converts to this type from the input type.
Source§

impl From<i32> for MachineInt<isize>

Source§

fn from(val: i32) -> Self

Converts to this type from the input type.
Source§

impl From<i64> for MachineInt<i64>

Source§

fn from(val: i64) -> Self

Converts to this type from the input type.
Source§

impl From<i64> for MachineInt<isize>

Source§

fn from(val: i64) -> Self

Converts to this type from the input type.
Source§

impl From<i8> for MachineInt<i16>

Source§

fn from(val: i8) -> Self

Converts to this type from the input type.
Source§

impl From<i8> for MachineInt<i32>

Source§

fn from(val: i8) -> Self

Converts to this type from the input type.
Source§

impl From<i8> for MachineInt<i64>

Source§

fn from(val: i8) -> Self

Converts to this type from the input type.
Source§

impl From<i8> for MachineInt<i8>

Source§

fn from(val: i8) -> Self

Converts to this type from the input type.
Source§

impl From<i8> for MachineInt<isize>

Source§

fn from(val: i8) -> Self

Converts to this type from the input type.
Source§

impl From<u16> for MachineInt<i32>

Source§

fn from(val: u16) -> Self

Converts to this type from the input type.
Source§

impl From<u16> for MachineInt<i64>

Source§

fn from(val: u16) -> Self

Converts to this type from the input type.
Source§

impl From<u16> for MachineInt<u16>

Source§

fn from(val: u16) -> Self

Converts to this type from the input type.
Source§

impl From<u16> for MachineInt<u32>

Source§

fn from(val: u16) -> Self

Converts to this type from the input type.
Source§

impl From<u16> for MachineInt<u64>

Source§

fn from(val: u16) -> Self

Converts to this type from the input type.
Source§

impl From<u16> for MachineInt<usize>

Source§

fn from(val: u16) -> Self

Converts to this type from the input type.
Source§

impl From<u32> for MachineInt<i64>

Source§

fn from(val: u32) -> Self

Converts to this type from the input type.
Source§

impl From<u32> for MachineInt<u32>

Source§

fn from(val: u32) -> Self

Converts to this type from the input type.
Source§

impl From<u32> for MachineInt<u64>

Source§

fn from(val: u32) -> Self

Converts to this type from the input type.
Source§

impl From<u32> for MachineInt<usize>

Source§

fn from(val: u32) -> Self

Converts to this type from the input type.
Source§

impl From<u64> for MachineInt<u64>

Source§

fn from(val: u64) -> Self

Converts to this type from the input type.
Source§

impl From<u64> for MachineInt<usize>

Source§

fn from(val: u64) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for MachineInt<i16>

Source§

fn from(val: u8) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for MachineInt<i32>

Source§

fn from(val: u8) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for MachineInt<i64>

Source§

fn from(val: u8) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for MachineInt<u16>

Source§

fn from(val: u8) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for MachineInt<u32>

Source§

fn from(val: u8) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for MachineInt<u64>

Source§

fn from(val: u8) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for MachineInt<u8>

Source§

fn from(val: u8) -> Self

Converts to this type from the input type.
Source§

impl From<u8> for MachineInt<usize>

Source§

fn from(val: u8) -> Self

Converts to this type from the input type.
Source§

impl<T: LowerHex> LowerHex for MachineInt<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Mul<MachineInt<i16>> for i16

Source§

type Output = MachineInt<i16>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self::Output) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<MachineInt<i32>> for i32

Source§

type Output = MachineInt<i32>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self::Output) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<MachineInt<i64>> for i64

Source§

type Output = MachineInt<i64>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self::Output) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<MachineInt<i8>> for i8

Source§

type Output = MachineInt<i8>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self::Output) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<MachineInt<u16>> for u16

Source§

type Output = MachineInt<u16>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self::Output) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<MachineInt<u32>> for u32

Source§

type Output = MachineInt<u32>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self::Output) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<MachineInt<u64>> for u64

Source§

type Output = MachineInt<u64>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self::Output) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<MachineInt<u8>> for u8

Source§

type Output = MachineInt<u8>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self::Output) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<i16> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: i16) -> Self

Performs the * operation. Read more
Source§

impl Mul<i32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: i32) -> Self

Performs the * operation. Read more
Source§

impl Mul<i64> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: i64) -> Self

Performs the * operation. Read more
Source§

impl Mul<i8> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: i8) -> Self

Performs the * operation. Read more
Source§

impl Mul<u16> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: u16) -> Self

Performs the * operation. Read more
Source§

impl Mul<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: u32) -> Self

Performs the * operation. Read more
Source§

impl Mul<u64> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: u64) -> Self

Performs the * operation. Read more
Source§

impl Mul<u8> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: u8) -> Self

Performs the * operation. Read more
Source§

impl Mul for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl Mul for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl MulAssign<i16> for MachineInt<i16>

Source§

fn mul_assign(&mut self, rhs: i16)

Performs the *= operation. Read more
Source§

impl MulAssign<i32> for MachineInt<i32>

Source§

fn mul_assign(&mut self, rhs: i32)

Performs the *= operation. Read more
Source§

impl MulAssign<i64> for MachineInt<i64>

Source§

fn mul_assign(&mut self, rhs: i64)

Performs the *= operation. Read more
Source§

impl MulAssign<i8> for MachineInt<i8>

Source§

fn mul_assign(&mut self, rhs: i8)

Performs the *= operation. Read more
Source§

impl MulAssign<u16> for MachineInt<u16>

Source§

fn mul_assign(&mut self, rhs: u16)

Performs the *= operation. Read more
Source§

impl MulAssign<u32> for MachineInt<u32>

Source§

fn mul_assign(&mut self, rhs: u32)

Performs the *= operation. Read more
Source§

impl MulAssign<u64> for MachineInt<u64>

Source§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
Source§

impl MulAssign<u8> for MachineInt<u8>

Source§

fn mul_assign(&mut self, rhs: u8)

Performs the *= operation. Read more
Source§

impl MulAssign for MachineInt<i16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for MachineInt<i32>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for MachineInt<i64>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for MachineInt<i8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for MachineInt<u16>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for MachineInt<u32>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for MachineInt<u64>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl MulAssign for MachineInt<u8>

Source§

fn mul_assign(&mut self, rhs: Self)

Performs the *= operation. Read more
Source§

impl Neg for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Neg for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self

Performs the unary - operation. Read more
Source§

impl Not for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl Not for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self

Performs the unary ! operation. Read more
Source§

impl<T: Octal> Octal for MachineInt<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Ord for MachineInt<i16>

Source§

fn cmp(&self, rhs: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl Ord for MachineInt<i32>

Source§

fn cmp(&self, rhs: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl Ord for MachineInt<i64>

Source§

fn cmp(&self, rhs: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl Ord for MachineInt<i8>

Source§

fn cmp(&self, rhs: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl Ord for MachineInt<u16>

Source§

fn cmp(&self, rhs: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl Ord for MachineInt<u32>

Source§

fn cmp(&self, rhs: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl Ord for MachineInt<u64>

Source§

fn cmp(&self, rhs: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl Ord for MachineInt<u8>

Source§

fn cmp(&self, rhs: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq<MachineInt<i16>> for MachineInt<i32>

Source§

fn eq(&self, rhs: &MachineInt<i16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i16>> for MachineInt<i64>

Source§

fn eq(&self, rhs: &MachineInt<i16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i16>> for MachineInt<i8>

Source§

fn eq(&self, rhs: &MachineInt<i16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i16>> for MachineInt<u16>

Source§

fn eq(&self, rhs: &MachineInt<i16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i16>> for MachineInt<u32>

Source§

fn eq(&self, rhs: &MachineInt<i16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i16>> for MachineInt<u8>

Source§

fn eq(&self, rhs: &MachineInt<i16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i16>> for i16

Source§

fn eq(&self, rhs: &MachineInt<i16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i32>> for MachineInt<i16>

Source§

fn eq(&self, rhs: &MachineInt<i32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i32>> for MachineInt<i64>

Source§

fn eq(&self, rhs: &MachineInt<i32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i32>> for MachineInt<i8>

Source§

fn eq(&self, rhs: &MachineInt<i32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i32>> for MachineInt<u16>

Source§

fn eq(&self, rhs: &MachineInt<i32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i32>> for MachineInt<u32>

Source§

fn eq(&self, rhs: &MachineInt<i32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i32>> for MachineInt<u8>

Source§

fn eq(&self, rhs: &MachineInt<i32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i32>> for i32

Source§

fn eq(&self, rhs: &MachineInt<i32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i64>> for MachineInt<i16>

Source§

fn eq(&self, rhs: &MachineInt<i64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i64>> for MachineInt<i32>

Source§

fn eq(&self, rhs: &MachineInt<i64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i64>> for MachineInt<i8>

Source§

fn eq(&self, rhs: &MachineInt<i64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i64>> for i64

Source§

fn eq(&self, rhs: &MachineInt<i64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i8>> for MachineInt<i16>

Source§

fn eq(&self, rhs: &MachineInt<i8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i8>> for MachineInt<i32>

Source§

fn eq(&self, rhs: &MachineInt<i8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i8>> for MachineInt<i64>

Source§

fn eq(&self, rhs: &MachineInt<i8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i8>> for MachineInt<u16>

Source§

fn eq(&self, rhs: &MachineInt<i8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i8>> for MachineInt<u32>

Source§

fn eq(&self, rhs: &MachineInt<i8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i8>> for MachineInt<u8>

Source§

fn eq(&self, rhs: &MachineInt<i8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<i8>> for i8

Source§

fn eq(&self, rhs: &MachineInt<i8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u16>> for MachineInt<i16>

Source§

fn eq(&self, rhs: &MachineInt<u16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u16>> for MachineInt<i32>

Source§

fn eq(&self, rhs: &MachineInt<u16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u16>> for MachineInt<i8>

Source§

fn eq(&self, rhs: &MachineInt<u16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u16>> for MachineInt<u32>

Source§

fn eq(&self, rhs: &MachineInt<u16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u16>> for MachineInt<u64>

Source§

fn eq(&self, rhs: &MachineInt<u16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u16>> for MachineInt<u8>

Source§

fn eq(&self, rhs: &MachineInt<u16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u16>> for u16

Source§

fn eq(&self, rhs: &MachineInt<u16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u32>> for MachineInt<i16>

Source§

fn eq(&self, rhs: &MachineInt<u32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u32>> for MachineInt<i32>

Source§

fn eq(&self, rhs: &MachineInt<u32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u32>> for MachineInt<i8>

Source§

fn eq(&self, rhs: &MachineInt<u32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u32>> for MachineInt<u16>

Source§

fn eq(&self, rhs: &MachineInt<u32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u32>> for MachineInt<u64>

Source§

fn eq(&self, rhs: &MachineInt<u32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u32>> for MachineInt<u8>

Source§

fn eq(&self, rhs: &MachineInt<u32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u32>> for u32

Source§

fn eq(&self, rhs: &MachineInt<u32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u64>> for MachineInt<u16>

Source§

fn eq(&self, rhs: &MachineInt<u64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u64>> for MachineInt<u32>

Source§

fn eq(&self, rhs: &MachineInt<u64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u64>> for MachineInt<u8>

Source§

fn eq(&self, rhs: &MachineInt<u64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u64>> for u64

Source§

fn eq(&self, rhs: &MachineInt<u64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u8>> for MachineInt<i16>

Source§

fn eq(&self, rhs: &MachineInt<u8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u8>> for MachineInt<i32>

Source§

fn eq(&self, rhs: &MachineInt<u8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u8>> for MachineInt<i8>

Source§

fn eq(&self, rhs: &MachineInt<u8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u8>> for MachineInt<u16>

Source§

fn eq(&self, rhs: &MachineInt<u8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u8>> for MachineInt<u32>

Source§

fn eq(&self, rhs: &MachineInt<u8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u8>> for MachineInt<u64>

Source§

fn eq(&self, rhs: &MachineInt<u8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<MachineInt<u8>> for u8

Source§

fn eq(&self, rhs: &MachineInt<u8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<i16> for MachineInt<i16>

Source§

fn eq(&self, rhs: &i16) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<i32> for MachineInt<i32>

Source§

fn eq(&self, rhs: &i32) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<i64> for MachineInt<i64>

Source§

fn eq(&self, rhs: &i64) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<i8> for MachineInt<i8>

Source§

fn eq(&self, rhs: &i8) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<u16> for MachineInt<u16>

Source§

fn eq(&self, rhs: &u16) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<u32> for MachineInt<u32>

Source§

fn eq(&self, rhs: &u32) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<u64> for MachineInt<u64>

Source§

fn eq(&self, rhs: &u64) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<u8> for MachineInt<u8>

Source§

fn eq(&self, rhs: &u8) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for MachineInt<i16>

Source§

fn eq(&self, rhs: &MachineInt<i16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for MachineInt<i32>

Source§

fn eq(&self, rhs: &MachineInt<i32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for MachineInt<i64>

Source§

fn eq(&self, rhs: &MachineInt<i64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for MachineInt<i8>

Source§

fn eq(&self, rhs: &MachineInt<i8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for MachineInt<u16>

Source§

fn eq(&self, rhs: &MachineInt<u16>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for MachineInt<u32>

Source§

fn eq(&self, rhs: &MachineInt<u32>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for MachineInt<u64>

Source§

fn eq(&self, rhs: &MachineInt<u64>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for MachineInt<u8>

Source§

fn eq(&self, rhs: &MachineInt<u8>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd<MachineInt<i16>> for MachineInt<i32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i16>> for MachineInt<i64>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i16>> for MachineInt<i8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i16>> for MachineInt<u16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i16>> for MachineInt<u32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i16>> for MachineInt<u8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i16>> for i16

Source§

fn partial_cmp(&self, rhs: &MachineInt<i16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i32>> for MachineInt<i16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i32>> for MachineInt<i64>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i32>> for MachineInt<i8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i32>> for MachineInt<u16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i32>> for MachineInt<u32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i32>> for MachineInt<u8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i32>> for i32

Source§

fn partial_cmp(&self, rhs: &MachineInt<i32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i64>> for MachineInt<i16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i64>> for MachineInt<i32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i64>> for MachineInt<i8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i64>> for i64

Source§

fn partial_cmp(&self, rhs: &MachineInt<i64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i8>> for MachineInt<i16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i8>> for MachineInt<i32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i8>> for MachineInt<i64>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i8>> for MachineInt<u16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i8>> for MachineInt<u32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i8>> for MachineInt<u8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<i8>> for i8

Source§

fn partial_cmp(&self, rhs: &MachineInt<i8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u16>> for MachineInt<i16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u16>> for MachineInt<i32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u16>> for MachineInt<i8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u16>> for MachineInt<u32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u16>> for MachineInt<u64>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u16>> for MachineInt<u8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u16>> for u16

Source§

fn partial_cmp(&self, rhs: &MachineInt<u16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u32>> for MachineInt<i16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u32>> for MachineInt<i32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u32>> for MachineInt<i8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u32>> for MachineInt<u16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u32>> for MachineInt<u64>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u32>> for MachineInt<u8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u32>> for u32

Source§

fn partial_cmp(&self, rhs: &MachineInt<u32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u64>> for MachineInt<u16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u64>> for MachineInt<u32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u64>> for MachineInt<u8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u64>> for u64

Source§

fn partial_cmp(&self, rhs: &MachineInt<u64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u8>> for MachineInt<i16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u8>> for MachineInt<i32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u8>> for MachineInt<i8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u8>> for MachineInt<u16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u8>> for MachineInt<u32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u8>> for MachineInt<u64>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<MachineInt<u8>> for u8

Source§

fn partial_cmp(&self, rhs: &MachineInt<u8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<i16> for MachineInt<i16>

Source§

fn partial_cmp(&self, rhs: &i16) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<i32> for MachineInt<i32>

Source§

fn partial_cmp(&self, rhs: &i32) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<i64> for MachineInt<i64>

Source§

fn partial_cmp(&self, rhs: &i64) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<i8> for MachineInt<i8>

Source§

fn partial_cmp(&self, rhs: &i8) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<u16> for MachineInt<u16>

Source§

fn partial_cmp(&self, rhs: &u16) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<u32> for MachineInt<u32>

Source§

fn partial_cmp(&self, rhs: &u32) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<u64> for MachineInt<u64>

Source§

fn partial_cmp(&self, rhs: &u64) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd<u8> for MachineInt<u8>

Source§

fn partial_cmp(&self, rhs: &u8) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for MachineInt<i16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for MachineInt<i32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for MachineInt<i64>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for MachineInt<i8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<i8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for MachineInt<u16>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u16>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for MachineInt<u32>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u32>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for MachineInt<u64>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u64>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for MachineInt<u8>

Source§

fn partial_cmp(&self, rhs: &MachineInt<u8>) -> Option<Ordering>

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

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Rem<MachineInt<i16>> for i16

Source§

type Output = MachineInt<i16>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self::Output) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<MachineInt<i32>> for i32

Source§

type Output = MachineInt<i32>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self::Output) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<MachineInt<i64>> for i64

Source§

type Output = MachineInt<i64>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self::Output) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<MachineInt<i8>> for i8

Source§

type Output = MachineInt<i8>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self::Output) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<MachineInt<u16>> for u16

Source§

type Output = MachineInt<u16>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self::Output) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<MachineInt<u32>> for u32

Source§

type Output = MachineInt<u32>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self::Output) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<MachineInt<u64>> for u64

Source§

type Output = MachineInt<u64>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self::Output) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<MachineInt<u8>> for u8

Source§

type Output = MachineInt<u8>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self::Output) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<i16> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: i16) -> Self

Performs the % operation. Read more
Source§

impl Rem<i32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: i32) -> Self

Performs the % operation. Read more
Source§

impl Rem<i64> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: i64) -> Self

Performs the % operation. Read more
Source§

impl Rem<i8> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: i8) -> Self

Performs the % operation. Read more
Source§

impl Rem<u16> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: u16) -> Self

Performs the % operation. Read more
Source§

impl Rem<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: u32) -> Self

Performs the % operation. Read more
Source§

impl Rem<u64> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: u64) -> Self

Performs the % operation. Read more
Source§

impl Rem<u8> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: u8) -> Self

Performs the % operation. Read more
Source§

impl Rem for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl Rem for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the % operator.
Source§

fn rem(self, rhs: Self) -> Self

Performs the % operation. Read more
Source§

impl RemAssign<i16> for MachineInt<i16>

Source§

fn rem_assign(&mut self, rhs: i16)

Performs the %= operation. Read more
Source§

impl RemAssign<i32> for MachineInt<i32>

Source§

fn rem_assign(&mut self, rhs: i32)

Performs the %= operation. Read more
Source§

impl RemAssign<i64> for MachineInt<i64>

Source§

fn rem_assign(&mut self, rhs: i64)

Performs the %= operation. Read more
Source§

impl RemAssign<i8> for MachineInt<i8>

Source§

fn rem_assign(&mut self, rhs: i8)

Performs the %= operation. Read more
Source§

impl RemAssign<u16> for MachineInt<u16>

Source§

fn rem_assign(&mut self, rhs: u16)

Performs the %= operation. Read more
Source§

impl RemAssign<u32> for MachineInt<u32>

Source§

fn rem_assign(&mut self, rhs: u32)

Performs the %= operation. Read more
Source§

impl RemAssign<u64> for MachineInt<u64>

Source§

fn rem_assign(&mut self, rhs: u64)

Performs the %= operation. Read more
Source§

impl RemAssign<u8> for MachineInt<u8>

Source§

fn rem_assign(&mut self, rhs: u8)

Performs the %= operation. Read more
Source§

impl RemAssign for MachineInt<i16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for MachineInt<i32>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for MachineInt<i64>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for MachineInt<i8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for MachineInt<u16>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for MachineInt<u32>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for MachineInt<u64>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl RemAssign for MachineInt<u8>

Source§

fn rem_assign(&mut self, rhs: Self)

Performs the %= operation. Read more
Source§

impl Shl<u32> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self

Performs the << operation. Read more
Source§

impl Shl<u32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self

Performs the << operation. Read more
Source§

impl Shl<u32> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self

Performs the << operation. Read more
Source§

impl Shl<u32> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self

Performs the << operation. Read more
Source§

impl Shl<u32> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self

Performs the << operation. Read more
Source§

impl Shl<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self

Performs the << operation. Read more
Source§

impl Shl<u32> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self

Performs the << operation. Read more
Source§

impl Shl<u32> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: u32) -> Self

Performs the << operation. Read more
Source§

impl ShlAssign<u32> for MachineInt<i16>

Source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
Source§

impl ShlAssign<u32> for MachineInt<i32>

Source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
Source§

impl ShlAssign<u32> for MachineInt<i64>

Source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
Source§

impl ShlAssign<u32> for MachineInt<i8>

Source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
Source§

impl ShlAssign<u32> for MachineInt<u16>

Source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
Source§

impl ShlAssign<u32> for MachineInt<u32>

Source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
Source§

impl ShlAssign<u32> for MachineInt<u64>

Source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
Source§

impl ShlAssign<u32> for MachineInt<u8>

Source§

fn shl_assign(&mut self, rhs: u32)

Performs the <<= operation. Read more
Source§

impl Shr<u32> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self

Performs the >> operation. Read more
Source§

impl Shr<u32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self

Performs the >> operation. Read more
Source§

impl Shr<u32> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self

Performs the >> operation. Read more
Source§

impl Shr<u32> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self

Performs the >> operation. Read more
Source§

impl Shr<u32> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self

Performs the >> operation. Read more
Source§

impl Shr<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self

Performs the >> operation. Read more
Source§

impl Shr<u32> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self

Performs the >> operation. Read more
Source§

impl Shr<u32> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: u32) -> Self

Performs the >> operation. Read more
Source§

impl ShrAssign<u32> for MachineInt<i16>

Source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
Source§

impl ShrAssign<u32> for MachineInt<i32>

Source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
Source§

impl ShrAssign<u32> for MachineInt<i64>

Source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
Source§

impl ShrAssign<u32> for MachineInt<i8>

Source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
Source§

impl ShrAssign<u32> for MachineInt<u16>

Source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
Source§

impl ShrAssign<u32> for MachineInt<u32>

Source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
Source§

impl ShrAssign<u32> for MachineInt<u64>

Source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
Source§

impl ShrAssign<u32> for MachineInt<u8>

Source§

fn shr_assign(&mut self, rhs: u32)

Performs the >>= operation. Read more
Source§

impl Sub<MachineInt<i16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i16>> for MachineInt<i8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i16>> for MachineInt<u8>

Source§

type Output = MachineInt<i16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i16>> for i16

Source§

type Output = MachineInt<i16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self::Output) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i32>> for MachineInt<i16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i32>> for MachineInt<i8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i32>> for MachineInt<u16>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i32>> for MachineInt<u8>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i32>> for i32

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self::Output) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i64>> for MachineInt<i16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i64>> for MachineInt<i32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i64>> for MachineInt<i8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i64>> for MachineInt<u16>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i64>> for MachineInt<u32>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i64>> for MachineInt<u8>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i64>> for i64

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self::Output) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<i8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<i8>> for i8

Source§

type Output = MachineInt<i8>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self::Output) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u16>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u16>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u16>> for MachineInt<i8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u16>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u16>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u16>> for MachineInt<u8>

Source§

type Output = MachineInt<u16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u16>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u16>> for u16

Source§

type Output = MachineInt<u16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self::Output) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u32>> for MachineInt<i16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u32>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u32>> for MachineInt<i8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u32>> for MachineInt<u16>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u32>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u32>> for MachineInt<u8>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u32>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u32>> for u32

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self::Output) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u64>> for MachineInt<i16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u64>> for MachineInt<i32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u64>> for MachineInt<i8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u64>> for MachineInt<u16>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u64>> for MachineInt<u32>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u64>> for MachineInt<u8>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u64>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u64>> for u64

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self::Output) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u8>> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u8>> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u8>> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u8>> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u8>> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u8>> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: MachineInt<u8>) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<MachineInt<u8>> for u8

Source§

type Output = MachineInt<u8>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self::Output) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<i16> for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: i16) -> Self

Performs the - operation. Read more
Source§

impl Sub<i32> for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: i32) -> Self

Performs the - operation. Read more
Source§

impl Sub<i64> for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: i64) -> Self

Performs the - operation. Read more
Source§

impl Sub<i8> for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: i8) -> Self

Performs the - operation. Read more
Source§

impl Sub<u16> for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: u16) -> Self

Performs the - operation. Read more
Source§

impl Sub<u32> for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: u32) -> Self

Performs the - operation. Read more
Source§

impl Sub<u64> for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: u64) -> Self

Performs the - operation. Read more
Source§

impl Sub<u8> for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: u8) -> Self

Performs the - operation. Read more
Source§

impl Sub for MachineInt<i16>

Source§

type Output = MachineInt<i16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for MachineInt<i32>

Source§

type Output = MachineInt<i32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for MachineInt<i64>

Source§

type Output = MachineInt<i64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for MachineInt<i8>

Source§

type Output = MachineInt<i8>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for MachineInt<u16>

Source§

type Output = MachineInt<u16>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for MachineInt<u32>

Source§

type Output = MachineInt<u32>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for MachineInt<u64>

Source§

type Output = MachineInt<u64>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl Sub for MachineInt<u8>

Source§

type Output = MachineInt<u8>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: Self) -> Self

Performs the - operation. Read more
Source§

impl SubAssign<MachineInt<i16>> for MachineInt<i32>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i16>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i16>> for MachineInt<i64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i16>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i16>> for MachineInt<u32>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i16>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i16>> for MachineInt<u64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i16>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i32>> for MachineInt<i64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i32>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i32>> for MachineInt<u64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i32>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i8>> for MachineInt<i16>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i8>> for MachineInt<i32>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i8>> for MachineInt<i64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i8>> for MachineInt<u16>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i8>> for MachineInt<u32>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<i8>> for MachineInt<u64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<i8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u16>> for MachineInt<i32>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u16>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u16>> for MachineInt<i64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u16>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u16>> for MachineInt<u32>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u16>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u16>> for MachineInt<u64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u16>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u32>> for MachineInt<i64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u32>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u32>> for MachineInt<u64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u32>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u8>> for MachineInt<i16>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u8>> for MachineInt<i32>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u8>> for MachineInt<i64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u8>> for MachineInt<u16>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u8>> for MachineInt<u32>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u8>)

Performs the -= operation. Read more
Source§

impl SubAssign<MachineInt<u8>> for MachineInt<u64>

Source§

fn sub_assign(&mut self, rhs: MachineInt<u8>)

Performs the -= operation. Read more
Source§

impl SubAssign<i16> for MachineInt<i16>

Source§

fn sub_assign(&mut self, rhs: i16)

Performs the -= operation. Read more
Source§

impl SubAssign<i32> for MachineInt<i32>

Source§

fn sub_assign(&mut self, rhs: i32)

Performs the -= operation. Read more
Source§

impl SubAssign<i64> for MachineInt<i64>

Source§

fn sub_assign(&mut self, rhs: i64)

Performs the -= operation. Read more
Source§

impl SubAssign<i8> for MachineInt<i8>

Source§

fn sub_assign(&mut self, rhs: i8)

Performs the -= operation. Read more
Source§

impl SubAssign<u16> for MachineInt<u16>

Source§

fn sub_assign(&mut self, rhs: u16)

Performs the -= operation. Read more
Source§

impl SubAssign<u32> for MachineInt<u32>

Source§

fn sub_assign(&mut self, rhs: u32)

Performs the -= operation. Read more
Source§

impl SubAssign<u64> for MachineInt<u64>

Source§

fn sub_assign(&mut self, rhs: u64)

Performs the -= operation. Read more
Source§

impl SubAssign<u8> for MachineInt<u8>

Source§

fn sub_assign(&mut self, rhs: u8)

Performs the -= operation. Read more
Source§

impl SubAssign for MachineInt<i16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for MachineInt<i32>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for MachineInt<i64>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for MachineInt<i8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for MachineInt<u16>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for MachineInt<u32>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for MachineInt<u64>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl SubAssign for MachineInt<u8>

Source§

fn sub_assign(&mut self, rhs: Self)

Performs the -= operation. Read more
Source§

impl<T: UpperHex> UpperHex for MachineInt<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: Copy> Copy for MachineInt<T>

Source§

impl Eq for MachineInt<i16>

Source§

impl Eq for MachineInt<i32>

Source§

impl Eq for MachineInt<i64>

Source§

impl Eq for MachineInt<i8>

Source§

impl Eq for MachineInt<u16>

Source§

impl Eq for MachineInt<u32>

Source§

impl Eq for MachineInt<u64>

Source§

impl Eq for MachineInt<u8>

Auto Trait Implementations§

§

impl<T> Freeze for MachineInt<T>
where T: Freeze,

§

impl<T> RefUnwindSafe for MachineInt<T>
where T: RefUnwindSafe,

§

impl<T> Send for MachineInt<T>
where T: Send,

§

impl<T> Sync for MachineInt<T>
where T: Sync,

§

impl<T> Unpin for MachineInt<T>
where T: Unpin,

§

impl<T> UnwindSafe for MachineInt<T>
where T: UnwindSafe,

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.