Struct rend::BigEndian

source ·
pub struct BigEndian<T: Primitive> { /* private fields */ }
Expand description

A wrapper for little-endian types.

Implementations§

source§

impl BigEndian<i16>

source

pub const fn new(value: i16) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> i16

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<i16>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<i16>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<i16>

Creates a BigEndian from this value

source§

impl BigEndian<i32>

source

pub const fn new(value: i32) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> i32

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<i32>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<i32>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<i32>

Creates a BigEndian from this value

source§

impl BigEndian<i64>

source

pub const fn new(value: i64) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> i64

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<i64>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<i64>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<i64>

Creates a BigEndian from this value

source§

impl BigEndian<i128>

source

pub const fn new(value: i128) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> i128

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<i128>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<i128>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<i128>

Creates a BigEndian from this value

source§

impl BigEndian<u16>

source

pub const fn new(value: u16) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> u16

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<u16>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<u16>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<u16>

Creates a BigEndian from this value

source§

impl BigEndian<u32>

source

pub const fn new(value: u32) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> u32

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<u32>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<u32>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<u32>

Creates a BigEndian from this value

source§

impl BigEndian<u64>

source

pub const fn new(value: u64) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> u64

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<u64>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<u64>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<u64>

Creates a BigEndian from this value

source§

impl BigEndian<u128>

source

pub const fn new(value: u128) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> u128

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<u128>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<u128>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<u128>

Creates a BigEndian from this value

source§

impl BigEndian<f32>

source

pub fn new(value: f32) -> Self

Creates a new value from a native-endian value

source

pub fn value(self) -> f32

Converts the value to a native-endian value

source

pub fn to_ne(self) -> NativeEndian<f32>

Creates a NativeEndian from this value

source

pub fn to_le(self) -> LittleEndian<f32>

Creates a LittleEndian from this value

source

pub fn to_be(self) -> BigEndian<f32>

Creates a BigEndian from this value

source§

impl BigEndian<f64>

source

pub fn new(value: f64) -> Self

Creates a new value from a native-endian value

source

pub fn value(self) -> f64

Converts the value to a native-endian value

source

pub fn to_ne(self) -> NativeEndian<f64>

Creates a NativeEndian from this value

source

pub fn to_le(self) -> LittleEndian<f64>

Creates a LittleEndian from this value

source

pub fn to_be(self) -> BigEndian<f64>

Creates a BigEndian from this value

source§

impl BigEndian<char>

source

pub fn new(value: char) -> Self

Creates a new value from a native-endian value

source

pub fn value(self) -> char

Converts the value to a native-endian value

source

pub fn to_ne(self) -> NativeEndian<char>

Creates a NativeEndian from this value

source

pub fn to_le(self) -> LittleEndian<char>

Creates a LittleEndian from this value

source

pub fn to_be(self) -> BigEndian<char>

Creates a BigEndian from this value

source§

impl BigEndian<NonZeroI16>

source

pub const fn new(value: NonZeroI16) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> NonZeroI16

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<NonZeroI16>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<NonZeroI16>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<NonZeroI16>

Creates a BigEndian from this value

source§

impl BigEndian<NonZeroI32>

source

pub const fn new(value: NonZeroI32) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> NonZeroI32

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<NonZeroI32>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<NonZeroI32>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<NonZeroI32>

Creates a BigEndian from this value

source§

impl BigEndian<NonZeroI64>

source

pub const fn new(value: NonZeroI64) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> NonZeroI64

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<NonZeroI64>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<NonZeroI64>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<NonZeroI64>

Creates a BigEndian from this value

source§

impl BigEndian<NonZeroI128>

source

pub const fn new(value: NonZeroI128) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> NonZeroI128

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<NonZeroI128>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<NonZeroI128>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<NonZeroI128>

Creates a BigEndian from this value

source§

impl BigEndian<NonZeroU16>

source

pub const fn new(value: NonZeroU16) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> NonZeroU16

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<NonZeroU16>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<NonZeroU16>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<NonZeroU16>

Creates a BigEndian from this value

source§

impl BigEndian<NonZeroU32>

source

pub const fn new(value: NonZeroU32) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> NonZeroU32

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<NonZeroU32>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<NonZeroU32>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<NonZeroU32>

Creates a BigEndian from this value

source§

impl BigEndian<NonZeroU64>

source

pub const fn new(value: NonZeroU64) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> NonZeroU64

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<NonZeroU64>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<NonZeroU64>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<NonZeroU64>

Creates a BigEndian from this value

source§

impl BigEndian<NonZeroU128>

source

pub const fn new(value: NonZeroU128) -> Self

Creates a new value from a native-endian value

source

pub const fn value(self) -> NonZeroU128

Converts the value to a native-endian value

source

pub const fn to_ne(self) -> NativeEndian<NonZeroU128>

Creates a NativeEndian from this value

source

pub const fn to_le(self) -> LittleEndian<NonZeroU128>

Creates a LittleEndian from this value

source

pub const fn to_be(self) -> BigEndian<NonZeroU128>

Creates a BigEndian from this value

source§

impl BigEndian<AtomicI16>

source

pub fn compare_exchange( &self, current: i16, new: i16, success: Ordering, failure: Ordering ) -> Result<i16, i16>

Stores a value into the atomic integer if the current value is the same as the current value.

source

pub fn fetch_add(&self, val: i16, order: Ordering) -> i16

Adds to the current value, returning the previous value.

source

pub fn fetch_and(&self, val: i16, order: Ordering) -> i16

Bitwise “and” with the current value.

source

pub fn fetch_max(&self, val: i16, order: Ordering) -> i16

Maximum with the current value.

source

pub fn fetch_min(&self, val: i16, order: Ordering) -> i16

Minimum with the current value.

source

pub fn fetch_nand(&self, val: i16, order: Ordering) -> i16

Bitwise “nand” with the current value.

source

pub fn fetch_or(&self, val: i16, order: Ordering) -> i16

Bitwise “or” with the current value.

source

pub fn fetch_sub(&self, val: i16, order: Ordering) -> i16

Subtracts from the current value, returning the previous value.

source

pub fn fetch_update<F: FnMut(i16) -> Option<i16>>( &self, set_order: Ordering, fetch_order: Ordering, f: F ) -> Result<i16, i16>

Fetches the value, and applies a function to it that returns an optional new value. Returns a Result of Ok(previous_value) if the function returned Some(_), else Err(previous_value).

source

pub fn fetch_xor(&self, val: i16, order: Ordering) -> i16

Bitwise “xor” with the current value.

source

pub fn into_inner(self) -> i16

Consumes the atomic and returns the contained value.

source

pub fn load(&self, order: Ordering) -> i16

Loads a value from the atomic integer.

source

pub const fn new(value: i16) -> Self

Creates a new atomic integer

source

pub fn store(&self, val: i16, order: Ordering)

Stores a value into the atomic integer.

source

pub fn swap(&self, val: i16, order: Ordering) -> i16

Stores a value into the atomic integer, returning the previous value.

source§

impl BigEndian<AtomicI32>

source

pub fn compare_exchange( &self, current: i32, new: i32, success: Ordering, failure: Ordering ) -> Result<i32, i32>

Stores a value into the atomic integer if the current value is the same as the current value.

source

pub fn fetch_add(&self, val: i32, order: Ordering) -> i32

Adds to the current value, returning the previous value.

source

pub fn fetch_and(&self, val: i32, order: Ordering) -> i32

Bitwise “and” with the current value.

source

pub fn fetch_max(&self, val: i32, order: Ordering) -> i32

Maximum with the current value.

source

pub fn fetch_min(&self, val: i32, order: Ordering) -> i32

Minimum with the current value.

source

pub fn fetch_nand(&self, val: i32, order: Ordering) -> i32

Bitwise “nand” with the current value.

source

pub fn fetch_or(&self, val: i32, order: Ordering) -> i32

Bitwise “or” with the current value.

source

pub fn fetch_sub(&self, val: i32, order: Ordering) -> i32

Subtracts from the current value, returning the previous value.

source

pub fn fetch_update<F: FnMut(i32) -> Option<i32>>( &self, set_order: Ordering, fetch_order: Ordering, f: F ) -> Result<i32, i32>

Fetches the value, and applies a function to it that returns an optional new value. Returns a Result of Ok(previous_value) if the function returned Some(_), else Err(previous_value).

source

pub fn fetch_xor(&self, val: i32, order: Ordering) -> i32

Bitwise “xor” with the current value.

source

pub fn into_inner(self) -> i32

Consumes the atomic and returns the contained value.

source

pub fn load(&self, order: Ordering) -> i32

Loads a value from the atomic integer.

source

pub const fn new(value: i32) -> Self

Creates a new atomic integer

source

pub fn store(&self, val: i32, order: Ordering)

Stores a value into the atomic integer.

source

pub fn swap(&self, val: i32, order: Ordering) -> i32

Stores a value into the atomic integer, returning the previous value.

source§

impl BigEndian<AtomicI64>

source

pub fn compare_exchange( &self, current: i64, new: i64, success: Ordering, failure: Ordering ) -> Result<i64, i64>

Stores a value into the atomic integer if the current value is the same as the current value.

source

pub fn fetch_add(&self, val: i64, order: Ordering) -> i64

Adds to the current value, returning the previous value.

source

pub fn fetch_and(&self, val: i64, order: Ordering) -> i64

Bitwise “and” with the current value.

source

pub fn fetch_max(&self, val: i64, order: Ordering) -> i64

Maximum with the current value.

source

pub fn fetch_min(&self, val: i64, order: Ordering) -> i64

Minimum with the current value.

source

pub fn fetch_nand(&self, val: i64, order: Ordering) -> i64

Bitwise “nand” with the current value.

source

pub fn fetch_or(&self, val: i64, order: Ordering) -> i64

Bitwise “or” with the current value.

source

pub fn fetch_sub(&self, val: i64, order: Ordering) -> i64

Subtracts from the current value, returning the previous value.

source

pub fn fetch_update<F: FnMut(i64) -> Option<i64>>( &self, set_order: Ordering, fetch_order: Ordering, f: F ) -> Result<i64, i64>

Fetches the value, and applies a function to it that returns an optional new value. Returns a Result of Ok(previous_value) if the function returned Some(_), else Err(previous_value).

source

pub fn fetch_xor(&self, val: i64, order: Ordering) -> i64

Bitwise “xor” with the current value.

source

pub fn into_inner(self) -> i64

Consumes the atomic and returns the contained value.

source

pub fn load(&self, order: Ordering) -> i64

Loads a value from the atomic integer.

source

pub const fn new(value: i64) -> Self

Creates a new atomic integer

source

pub fn store(&self, val: i64, order: Ordering)

Stores a value into the atomic integer.

source

pub fn swap(&self, val: i64, order: Ordering) -> i64

Stores a value into the atomic integer, returning the previous value.

source§

impl BigEndian<AtomicU16>

source

pub fn compare_exchange( &self, current: u16, new: u16, success: Ordering, failure: Ordering ) -> Result<u16, u16>

Stores a value into the atomic integer if the current value is the same as the current value.

source

pub fn fetch_add(&self, val: u16, order: Ordering) -> u16

Adds to the current value, returning the previous value.

source

pub fn fetch_and(&self, val: u16, order: Ordering) -> u16

Bitwise “and” with the current value.

source

pub fn fetch_max(&self, val: u16, order: Ordering) -> u16

Maximum with the current value.

source

pub fn fetch_min(&self, val: u16, order: Ordering) -> u16

Minimum with the current value.

source

pub fn fetch_nand(&self, val: u16, order: Ordering) -> u16

Bitwise “nand” with the current value.

source

pub fn fetch_or(&self, val: u16, order: Ordering) -> u16

Bitwise “or” with the current value.

source

pub fn fetch_sub(&self, val: u16, order: Ordering) -> u16

Subtracts from the current value, returning the previous value.

source

pub fn fetch_update<F: FnMut(u16) -> Option<u16>>( &self, set_order: Ordering, fetch_order: Ordering, f: F ) -> Result<u16, u16>

Fetches the value, and applies a function to it that returns an optional new value. Returns a Result of Ok(previous_value) if the function returned Some(_), else Err(previous_value).

source

pub fn fetch_xor(&self, val: u16, order: Ordering) -> u16

Bitwise “xor” with the current value.

source

pub fn into_inner(self) -> u16

Consumes the atomic and returns the contained value.

source

pub fn load(&self, order: Ordering) -> u16

Loads a value from the atomic integer.

source

pub const fn new(value: u16) -> Self

Creates a new atomic integer

source

pub fn store(&self, val: u16, order: Ordering)

Stores a value into the atomic integer.

source

pub fn swap(&self, val: u16, order: Ordering) -> u16

Stores a value into the atomic integer, returning the previous value.

source§

impl BigEndian<AtomicU32>

source

pub fn compare_exchange( &self, current: u32, new: u32, success: Ordering, failure: Ordering ) -> Result<u32, u32>

Stores a value into the atomic integer if the current value is the same as the current value.

source

pub fn fetch_add(&self, val: u32, order: Ordering) -> u32

Adds to the current value, returning the previous value.

source

pub fn fetch_and(&self, val: u32, order: Ordering) -> u32

Bitwise “and” with the current value.

source

pub fn fetch_max(&self, val: u32, order: Ordering) -> u32

Maximum with the current value.

source

pub fn fetch_min(&self, val: u32, order: Ordering) -> u32

Minimum with the current value.

source

pub fn fetch_nand(&self, val: u32, order: Ordering) -> u32

Bitwise “nand” with the current value.

source

pub fn fetch_or(&self, val: u32, order: Ordering) -> u32

Bitwise “or” with the current value.

source

pub fn fetch_sub(&self, val: u32, order: Ordering) -> u32

Subtracts from the current value, returning the previous value.

source

pub fn fetch_update<F: FnMut(u32) -> Option<u32>>( &self, set_order: Ordering, fetch_order: Ordering, f: F ) -> Result<u32, u32>

Fetches the value, and applies a function to it that returns an optional new value. Returns a Result of Ok(previous_value) if the function returned Some(_), else Err(previous_value).

source

pub fn fetch_xor(&self, val: u32, order: Ordering) -> u32

Bitwise “xor” with the current value.

source

pub fn into_inner(self) -> u32

Consumes the atomic and returns the contained value.

source

pub fn load(&self, order: Ordering) -> u32

Loads a value from the atomic integer.

source

pub const fn new(value: u32) -> Self

Creates a new atomic integer

source

pub fn store(&self, val: u32, order: Ordering)

Stores a value into the atomic integer.

source

pub fn swap(&self, val: u32, order: Ordering) -> u32

Stores a value into the atomic integer, returning the previous value.

source§

impl BigEndian<AtomicU64>

source

pub fn compare_exchange( &self, current: u64, new: u64, success: Ordering, failure: Ordering ) -> Result<u64, u64>

Stores a value into the atomic integer if the current value is the same as the current value.

source

pub fn fetch_add(&self, val: u64, order: Ordering) -> u64

Adds to the current value, returning the previous value.

source

pub fn fetch_and(&self, val: u64, order: Ordering) -> u64

Bitwise “and” with the current value.

source

pub fn fetch_max(&self, val: u64, order: Ordering) -> u64

Maximum with the current value.

source

pub fn fetch_min(&self, val: u64, order: Ordering) -> u64

Minimum with the current value.

source

pub fn fetch_nand(&self, val: u64, order: Ordering) -> u64

Bitwise “nand” with the current value.

source

pub fn fetch_or(&self, val: u64, order: Ordering) -> u64

Bitwise “or” with the current value.

source

pub fn fetch_sub(&self, val: u64, order: Ordering) -> u64

Subtracts from the current value, returning the previous value.

source

pub fn fetch_update<F: FnMut(u64) -> Option<u64>>( &self, set_order: Ordering, fetch_order: Ordering, f: F ) -> Result<u64, u64>

Fetches the value, and applies a function to it that returns an optional new value. Returns a Result of Ok(previous_value) if the function returned Some(_), else Err(previous_value).

source

pub fn fetch_xor(&self, val: u64, order: Ordering) -> u64

Bitwise “xor” with the current value.

source

pub fn into_inner(self) -> u64

Consumes the atomic and returns the contained value.

source

pub fn load(&self, order: Ordering) -> u64

Loads a value from the atomic integer.

source

pub const fn new(value: u64) -> Self

Creates a new atomic integer

source

pub fn store(&self, val: u64, order: Ordering)

Stores a value into the atomic integer.

source

pub fn swap(&self, val: u64, order: Ordering) -> u64

Stores a value into the atomic integer, returning the previous value.

Trait Implementations§

source§

impl Add<&BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<f32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<f32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<f32>> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<f32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<f32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<f64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<f64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<f64>> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<f64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<f64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<i64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: &BigEndian<u64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: &f32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: &f32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: &i128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: &i128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: &i16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: &i16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: &i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: &i64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: &i64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: &u128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: &u128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: &u16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: &u16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: &u32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: &u32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: &u64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: &u64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<f32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<f32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<f32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<f64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<f64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<f64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: f32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: f32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: i128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: i128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: i16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: i16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: i32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: i64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: i64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: u128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: u128) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: u16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: u16) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: u32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: u32) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: u64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: u64) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<f32>

§

type Output = f32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<f32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<f64>

§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<f64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<i128>

§

type Output = i128

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<i16>

§

type Output = i16

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<i32>

§

type Output = i32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<i64>

§

type Output = i64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<i64>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<u128>

§

type Output = u128

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u128>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<u16>

§

type Output = u16

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u16>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<u32>

§

type Output = u32

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u32>) -> Self::Output

Performs the + operation. Read more
source§

impl Add for BigEndian<u64>

§

type Output = u64

The resulting type after applying the + operator.
source§

fn add(self, other: BigEndian<u64>) -> Self::Output

Performs the + operation. Read more
source§

impl AddAssign<&BigEndian<f32>> for BigEndian<f32>

source§

fn add_assign(&mut self, other: &BigEndian<f32>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<f64>> for BigEndian<f64>

source§

fn add_assign(&mut self, other: &BigEndian<f64>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn add_assign(&mut self, other: &BigEndian<i128>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn add_assign(&mut self, other: &BigEndian<i16>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn add_assign(&mut self, other: &BigEndian<i32>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn add_assign(&mut self, other: &BigEndian<i64>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn add_assign(&mut self, other: &BigEndian<u128>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn add_assign(&mut self, other: &BigEndian<u16>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn add_assign(&mut self, other: &BigEndian<u32>)

Performs the += operation. Read more
source§

impl AddAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn add_assign(&mut self, other: &BigEndian<u64>)

Performs the += operation. Read more
source§

impl AddAssign<&f32> for BigEndian<f32>

source§

fn add_assign(&mut self, other: &f32)

Performs the += operation. Read more
source§

impl AddAssign<&f64> for BigEndian<f64>

source§

fn add_assign(&mut self, other: &f64)

Performs the += operation. Read more
source§

impl AddAssign<&i128> for BigEndian<i128>

source§

fn add_assign(&mut self, other: &i128)

Performs the += operation. Read more
source§

impl AddAssign<&i16> for BigEndian<i16>

source§

fn add_assign(&mut self, other: &i16)

Performs the += operation. Read more
source§

impl AddAssign<&i32> for BigEndian<i32>

source§

fn add_assign(&mut self, other: &i32)

Performs the += operation. Read more
source§

impl AddAssign<&i64> for BigEndian<i64>

source§

fn add_assign(&mut self, other: &i64)

Performs the += operation. Read more
source§

impl AddAssign<&u128> for BigEndian<u128>

source§

fn add_assign(&mut self, other: &u128)

Performs the += operation. Read more
source§

impl AddAssign<&u16> for BigEndian<u16>

source§

fn add_assign(&mut self, other: &u16)

Performs the += operation. Read more
source§

impl AddAssign<&u32> for BigEndian<u32>

source§

fn add_assign(&mut self, other: &u32)

Performs the += operation. Read more
source§

impl AddAssign<&u64> for BigEndian<u64>

source§

fn add_assign(&mut self, other: &u64)

Performs the += operation. Read more
source§

impl AddAssign<f32> for BigEndian<f32>

source§

fn add_assign(&mut self, other: f32)

Performs the += operation. Read more
source§

impl AddAssign<f64> for BigEndian<f64>

source§

fn add_assign(&mut self, other: f64)

Performs the += operation. Read more
source§

impl AddAssign<i128> for BigEndian<i128>

source§

fn add_assign(&mut self, other: i128)

Performs the += operation. Read more
source§

impl AddAssign<i16> for BigEndian<i16>

source§

fn add_assign(&mut self, other: i16)

Performs the += operation. Read more
source§

impl AddAssign<i32> for BigEndian<i32>

source§

fn add_assign(&mut self, other: i32)

Performs the += operation. Read more
source§

impl AddAssign<i64> for BigEndian<i64>

source§

fn add_assign(&mut self, other: i64)

Performs the += operation. Read more
source§

impl AddAssign<u128> for BigEndian<u128>

source§

fn add_assign(&mut self, other: u128)

Performs the += operation. Read more
source§

impl AddAssign<u16> for BigEndian<u16>

source§

fn add_assign(&mut self, other: u16)

Performs the += operation. Read more
source§

impl AddAssign<u32> for BigEndian<u32>

source§

fn add_assign(&mut self, other: u32)

Performs the += operation. Read more
source§

impl AddAssign<u64> for BigEndian<u64>

source§

fn add_assign(&mut self, other: u64)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<f32>

source§

fn add_assign(&mut self, other: BigEndian<f32>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<f64>

source§

fn add_assign(&mut self, other: BigEndian<f64>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<i128>

source§

fn add_assign(&mut self, other: BigEndian<i128>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<i16>

source§

fn add_assign(&mut self, other: BigEndian<i16>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<i32>

source§

fn add_assign(&mut self, other: BigEndian<i32>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<i64>

source§

fn add_assign(&mut self, other: BigEndian<i64>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<u128>

source§

fn add_assign(&mut self, other: BigEndian<u128>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<u16>

source§

fn add_assign(&mut self, other: BigEndian<u16>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<u32>

source§

fn add_assign(&mut self, other: BigEndian<u32>)

Performs the += operation. Read more
source§

impl AddAssign for BigEndian<u64>

source§

fn add_assign(&mut self, other: BigEndian<u64>)

Performs the += operation. Read more
source§

impl Binary for BigEndian<NonZeroI128>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<NonZeroI16>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<NonZeroI32>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<NonZeroI64>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<NonZeroU128>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<NonZeroU16>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<NonZeroU32>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<NonZeroU64>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<i128>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<i16>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<i32>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<i64>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<u128>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<u16>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<u32>

source§

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

Formats the value using the given formatter.
source§

impl Binary for BigEndian<u64>

source§

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

Formats the value using the given formatter.
source§

impl BitAnd<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<i64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &BigEndian<u64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i128) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i128) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i16) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i16) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i32) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i32) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i64) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: &i64) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &u128) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: &u128) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: i128) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: i128) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: i16) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: i16) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: i32) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: i32) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: i64) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: i64) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: u128) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: u128) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd for BigEndian<i128>

§

type Output = i128

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd for BigEndian<i16>

§

type Output = i16

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd for BigEndian<i32>

§

type Output = i32

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd for BigEndian<i64>

§

type Output = i64

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<i64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd for BigEndian<u128>

§

type Output = u128

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u128>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd for BigEndian<u16>

§

type Output = u16

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u16>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd for BigEndian<u32>

§

type Output = u32

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u32>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAnd for BigEndian<u64>

§

type Output = u64

The resulting type after applying the & operator.
source§

fn bitand(self, other: BigEndian<u64>) -> Self::Output

Performs the & operation. Read more
source§

impl BitAndAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn bitand_assign(&mut self, other: &BigEndian<i128>)

Performs the &= operation. Read more
source§

impl BitAndAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn bitand_assign(&mut self, other: &BigEndian<i16>)

Performs the &= operation. Read more
source§

impl BitAndAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn bitand_assign(&mut self, other: &BigEndian<i32>)

Performs the &= operation. Read more
source§

impl BitAndAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn bitand_assign(&mut self, other: &BigEndian<i64>)

Performs the &= operation. Read more
source§

impl BitAndAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn bitand_assign(&mut self, other: &BigEndian<u128>)

Performs the &= operation. Read more
source§

impl BitAndAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn bitand_assign(&mut self, other: &BigEndian<u16>)

Performs the &= operation. Read more
source§

impl BitAndAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn bitand_assign(&mut self, other: &BigEndian<u32>)

Performs the &= operation. Read more
source§

impl BitAndAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn bitand_assign(&mut self, other: &BigEndian<u64>)

Performs the &= operation. Read more
source§

impl BitAndAssign<&i128> for BigEndian<i128>

source§

fn bitand_assign(&mut self, other: &i128)

Performs the &= operation. Read more
source§

impl BitAndAssign<&i16> for BigEndian<i16>

source§

fn bitand_assign(&mut self, other: &i16)

Performs the &= operation. Read more
source§

impl BitAndAssign<&i32> for BigEndian<i32>

source§

fn bitand_assign(&mut self, other: &i32)

Performs the &= operation. Read more
source§

impl BitAndAssign<&i64> for BigEndian<i64>

source§

fn bitand_assign(&mut self, other: &i64)

Performs the &= operation. Read more
source§

impl BitAndAssign<&u128> for BigEndian<u128>

source§

fn bitand_assign(&mut self, other: &u128)

Performs the &= operation. Read more
source§

impl BitAndAssign<&u16> for BigEndian<u16>

source§

fn bitand_assign(&mut self, other: &u16)

Performs the &= operation. Read more
source§

impl BitAndAssign<&u32> for BigEndian<u32>

source§

fn bitand_assign(&mut self, other: &u32)

Performs the &= operation. Read more
source§

impl BitAndAssign<&u64> for BigEndian<u64>

source§

fn bitand_assign(&mut self, other: &u64)

Performs the &= operation. Read more
source§

impl BitAndAssign<i128> for BigEndian<i128>

source§

fn bitand_assign(&mut self, other: i128)

Performs the &= operation. Read more
source§

impl BitAndAssign<i16> for BigEndian<i16>

source§

fn bitand_assign(&mut self, other: i16)

Performs the &= operation. Read more
source§

impl BitAndAssign<i32> for BigEndian<i32>

source§

fn bitand_assign(&mut self, other: i32)

Performs the &= operation. Read more
source§

impl BitAndAssign<i64> for BigEndian<i64>

source§

fn bitand_assign(&mut self, other: i64)

Performs the &= operation. Read more
source§

impl BitAndAssign<u128> for BigEndian<u128>

source§

fn bitand_assign(&mut self, other: u128)

Performs the &= operation. Read more
source§

impl BitAndAssign<u16> for BigEndian<u16>

source§

fn bitand_assign(&mut self, other: u16)

Performs the &= operation. Read more
source§

impl BitAndAssign<u32> for BigEndian<u32>

source§

fn bitand_assign(&mut self, other: u32)

Performs the &= operation. Read more
source§

impl BitAndAssign<u64> for BigEndian<u64>

source§

fn bitand_assign(&mut self, other: u64)

Performs the &= operation. Read more
source§

impl BitAndAssign for BigEndian<i128>

source§

fn bitand_assign(&mut self, other: BigEndian<i128>)

Performs the &= operation. Read more
source§

impl BitAndAssign for BigEndian<i16>

source§

fn bitand_assign(&mut self, other: BigEndian<i16>)

Performs the &= operation. Read more
source§

impl BitAndAssign for BigEndian<i32>

source§

fn bitand_assign(&mut self, other: BigEndian<i32>)

Performs the &= operation. Read more
source§

impl BitAndAssign for BigEndian<i64>

source§

fn bitand_assign(&mut self, other: BigEndian<i64>)

Performs the &= operation. Read more
source§

impl BitAndAssign for BigEndian<u128>

source§

fn bitand_assign(&mut self, other: BigEndian<u128>)

Performs the &= operation. Read more
source§

impl BitAndAssign for BigEndian<u16>

source§

fn bitand_assign(&mut self, other: BigEndian<u16>)

Performs the &= operation. Read more
source§

impl BitAndAssign for BigEndian<u32>

source§

fn bitand_assign(&mut self, other: BigEndian<u32>)

Performs the &= operation. Read more
source§

impl BitAndAssign for BigEndian<u64>

source§

fn bitand_assign(&mut self, other: BigEndian<u64>)

Performs the &= operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i128>>> for &BigEndian<NonZeroI128>

§

type Output = NonZero<i128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i128>>> for BigEndian<NonZeroI128>

§

type Output = NonZero<i128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i128>>> for NonZeroI128

§

type Output = NonZero<i128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i16>>> for &BigEndian<NonZeroI16>

§

type Output = NonZero<i16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i16>>> for BigEndian<NonZeroI16>

§

type Output = NonZero<i16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i16>>> for NonZeroI16

§

type Output = NonZero<i16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i32>>> for &BigEndian<NonZeroI32>

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i32>>> for BigEndian<NonZeroI32>

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i32>>> for NonZeroI32

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i64>>> for &BigEndian<NonZeroI64>

§

type Output = NonZero<i64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i64>>> for BigEndian<NonZeroI64>

§

type Output = NonZero<i64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<i64>>> for NonZeroI64

§

type Output = NonZero<i64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroI64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u128>>> for &BigEndian<NonZeroU128>

§

type Output = NonZero<u128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u128>>> for BigEndian<NonZeroU128>

§

type Output = NonZero<u128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u128>>> for NonZeroU128

§

type Output = NonZero<u128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u16>>> for &BigEndian<NonZeroU16>

§

type Output = NonZero<u16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u16>>> for BigEndian<NonZeroU16>

§

type Output = NonZero<u16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u16>>> for NonZeroU16

§

type Output = NonZero<u16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u32>>> for &BigEndian<NonZeroU32>

§

type Output = NonZero<u32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u32>>> for BigEndian<NonZeroU32>

§

type Output = NonZero<u32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u32>>> for NonZeroU32

§

type Output = NonZero<u32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u64>>> for &BigEndian<NonZeroU64>

§

type Output = NonZero<u64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u64>>> for BigEndian<NonZeroU64>

§

type Output = NonZero<u64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<NonZero<u64>>> for NonZeroU64

§

type Output = NonZero<u64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<NonZeroU64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<i64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &BigEndian<u64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &i128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &i128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &i16) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: &i16) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &i32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: &i32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &i64) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: &i64) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &u128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: &u128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<i128>>> for &BigEndian<NonZeroI128>

§

type Output = NonZero<i128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<i128>>> for NonZeroI128

§

type Output = NonZero<i128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<i16>>> for &BigEndian<NonZeroI16>

§

type Output = NonZero<i16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<i16>>> for NonZeroI16

§

type Output = NonZero<i16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<i32>>> for &BigEndian<NonZeroI32>

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<i32>>> for NonZeroI32

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<i64>>> for &BigEndian<NonZeroI64>

§

type Output = NonZero<i64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<i64>>> for NonZeroI64

§

type Output = NonZero<i64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<u128>>> for &BigEndian<NonZeroU128>

§

type Output = NonZero<u128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<u128>>> for NonZeroU128

§

type Output = NonZero<u128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<u16>>> for &BigEndian<NonZeroU16>

§

type Output = NonZero<u16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<u16>>> for NonZeroU16

§

type Output = NonZero<u16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<u32>>> for &BigEndian<NonZeroU32>

§

type Output = NonZero<u32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<u32>>> for NonZeroU32

§

type Output = NonZero<u32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<u64>>> for &BigEndian<NonZeroU64>

§

type Output = NonZero<u64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<NonZero<u64>>> for NonZeroU64

§

type Output = NonZero<u64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i128>> for &BigEndian<NonZeroI128>

§

type Output = NonZero<i128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i128>> for BigEndian<NonZeroI128>

§

type Output = NonZero<i128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i16>> for &BigEndian<NonZeroI16>

§

type Output = NonZero<i16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI16) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i16>> for BigEndian<NonZeroI16>

§

type Output = NonZero<i16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI16) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i32>> for &BigEndian<NonZeroI32>

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i32>> for BigEndian<NonZeroI32>

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i64>> for &BigEndian<NonZeroI64>

§

type Output = NonZero<i64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI64) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<i64>> for BigEndian<NonZeroI64>

§

type Output = NonZero<i64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroI64) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<u128>> for &BigEndian<NonZeroU128>

§

type Output = NonZero<u128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroU128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<u128>> for BigEndian<NonZeroU128>

§

type Output = NonZero<u128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroU128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<u16>> for &BigEndian<NonZeroU16>

§

type Output = NonZero<u16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroU16) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<u16>> for BigEndian<NonZeroU16>

§

type Output = NonZero<u16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroU16) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<u32>> for &BigEndian<NonZeroU32>

§

type Output = NonZero<u32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroU32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<u32>> for BigEndian<NonZeroU32>

§

type Output = NonZero<u32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroU32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<u64>> for &BigEndian<NonZeroU64>

§

type Output = NonZero<u64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroU64) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<NonZero<u64>> for BigEndian<NonZeroU64>

§

type Output = NonZero<u64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: NonZeroU64) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: i128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: i128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: i16) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: i16) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: i32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: i32) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: i64) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: i64) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: u128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: u128) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr for BigEndian<NonZeroI128>

§

type Output = NonZero<i128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<NonZeroI16>

§

type Output = NonZero<i16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<NonZeroI32>

§

type Output = NonZero<i32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<NonZeroI64>

§

type Output = NonZero<i64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroI64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<NonZeroU128>

§

type Output = NonZero<u128>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<NonZeroU16>

§

type Output = NonZero<u16>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<NonZeroU32>

§

type Output = NonZero<u32>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<NonZeroU64>

§

type Output = NonZero<u64>

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<NonZeroU64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<i128>

§

type Output = i128

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<i16>

§

type Output = i16

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<i32>

§

type Output = i32

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<i64>

§

type Output = i64

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<i64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<u128>

§

type Output = u128

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u128>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<u16>

§

type Output = u16

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u16>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<u32>

§

type Output = u32

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u32>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOr for BigEndian<u64>

§

type Output = u64

The resulting type after applying the | operator.
source§

fn bitor(self, other: BigEndian<u64>) -> Self::Output

Performs the | operation. Read more
source§

impl BitOrAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn bitor_assign(&mut self, other: &BigEndian<i128>)

Performs the |= operation. Read more
source§

impl BitOrAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn bitor_assign(&mut self, other: &BigEndian<i16>)

Performs the |= operation. Read more
source§

impl BitOrAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn bitor_assign(&mut self, other: &BigEndian<i32>)

Performs the |= operation. Read more
source§

impl BitOrAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn bitor_assign(&mut self, other: &BigEndian<i64>)

Performs the |= operation. Read more
source§

impl BitOrAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn bitor_assign(&mut self, other: &BigEndian<u128>)

Performs the |= operation. Read more
source§

impl BitOrAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn bitor_assign(&mut self, other: &BigEndian<u16>)

Performs the |= operation. Read more
source§

impl BitOrAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn bitor_assign(&mut self, other: &BigEndian<u32>)

Performs the |= operation. Read more
source§

impl BitOrAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn bitor_assign(&mut self, other: &BigEndian<u64>)

Performs the |= operation. Read more
source§

impl BitOrAssign<&i128> for BigEndian<i128>

source§

fn bitor_assign(&mut self, other: &i128)

Performs the |= operation. Read more
source§

impl BitOrAssign<&i16> for BigEndian<i16>

source§

fn bitor_assign(&mut self, other: &i16)

Performs the |= operation. Read more
source§

impl BitOrAssign<&i32> for BigEndian<i32>

source§

fn bitor_assign(&mut self, other: &i32)

Performs the |= operation. Read more
source§

impl BitOrAssign<&i64> for BigEndian<i64>

source§

fn bitor_assign(&mut self, other: &i64)

Performs the |= operation. Read more
source§

impl BitOrAssign<&u128> for BigEndian<u128>

source§

fn bitor_assign(&mut self, other: &u128)

Performs the |= operation. Read more
source§

impl BitOrAssign<&u16> for BigEndian<u16>

source§

fn bitor_assign(&mut self, other: &u16)

Performs the |= operation. Read more
source§

impl BitOrAssign<&u32> for BigEndian<u32>

source§

fn bitor_assign(&mut self, other: &u32)

Performs the |= operation. Read more
source§

impl BitOrAssign<&u64> for BigEndian<u64>

source§

fn bitor_assign(&mut self, other: &u64)

Performs the |= operation. Read more
source§

impl BitOrAssign<NonZero<i128>> for BigEndian<NonZeroI128>

source§

fn bitor_assign(&mut self, other: NonZeroI128)

Performs the |= operation. Read more
source§

impl BitOrAssign<NonZero<i16>> for BigEndian<NonZeroI16>

source§

fn bitor_assign(&mut self, other: NonZeroI16)

Performs the |= operation. Read more
source§

impl BitOrAssign<NonZero<i32>> for BigEndian<NonZeroI32>

source§

fn bitor_assign(&mut self, other: NonZeroI32)

Performs the |= operation. Read more
source§

impl BitOrAssign<NonZero<i64>> for BigEndian<NonZeroI64>

source§

fn bitor_assign(&mut self, other: NonZeroI64)

Performs the |= operation. Read more
source§

impl BitOrAssign<NonZero<u128>> for BigEndian<NonZeroU128>

source§

fn bitor_assign(&mut self, other: NonZeroU128)

Performs the |= operation. Read more
source§

impl BitOrAssign<NonZero<u16>> for BigEndian<NonZeroU16>

source§

fn bitor_assign(&mut self, other: NonZeroU16)

Performs the |= operation. Read more
source§

impl BitOrAssign<NonZero<u32>> for BigEndian<NonZeroU32>

source§

fn bitor_assign(&mut self, other: NonZeroU32)

Performs the |= operation. Read more
source§

impl BitOrAssign<NonZero<u64>> for BigEndian<NonZeroU64>

source§

fn bitor_assign(&mut self, other: NonZeroU64)

Performs the |= operation. Read more
source§

impl BitOrAssign<i128> for BigEndian<i128>

source§

fn bitor_assign(&mut self, other: i128)

Performs the |= operation. Read more
source§

impl BitOrAssign<i16> for BigEndian<i16>

source§

fn bitor_assign(&mut self, other: i16)

Performs the |= operation. Read more
source§

impl BitOrAssign<i32> for BigEndian<i32>

source§

fn bitor_assign(&mut self, other: i32)

Performs the |= operation. Read more
source§

impl BitOrAssign<i64> for BigEndian<i64>

source§

fn bitor_assign(&mut self, other: i64)

Performs the |= operation. Read more
source§

impl BitOrAssign<u128> for BigEndian<u128>

source§

fn bitor_assign(&mut self, other: u128)

Performs the |= operation. Read more
source§

impl BitOrAssign<u16> for BigEndian<u16>

source§

fn bitor_assign(&mut self, other: u16)

Performs the |= operation. Read more
source§

impl BitOrAssign<u32> for BigEndian<u32>

source§

fn bitor_assign(&mut self, other: u32)

Performs the |= operation. Read more
source§

impl BitOrAssign<u64> for BigEndian<u64>

source§

fn bitor_assign(&mut self, other: u64)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<NonZeroI128>

source§

fn bitor_assign(&mut self, other: BigEndian<NonZeroI128>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<NonZeroI16>

source§

fn bitor_assign(&mut self, other: BigEndian<NonZeroI16>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<NonZeroI32>

source§

fn bitor_assign(&mut self, other: BigEndian<NonZeroI32>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<NonZeroI64>

source§

fn bitor_assign(&mut self, other: BigEndian<NonZeroI64>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<NonZeroU128>

source§

fn bitor_assign(&mut self, other: BigEndian<NonZeroU128>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<NonZeroU16>

source§

fn bitor_assign(&mut self, other: BigEndian<NonZeroU16>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<NonZeroU32>

source§

fn bitor_assign(&mut self, other: BigEndian<NonZeroU32>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<NonZeroU64>

source§

fn bitor_assign(&mut self, other: BigEndian<NonZeroU64>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<i128>

source§

fn bitor_assign(&mut self, other: BigEndian<i128>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<i16>

source§

fn bitor_assign(&mut self, other: BigEndian<i16>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<i32>

source§

fn bitor_assign(&mut self, other: BigEndian<i32>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<i64>

source§

fn bitor_assign(&mut self, other: BigEndian<i64>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<u128>

source§

fn bitor_assign(&mut self, other: BigEndian<u128>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<u16>

source§

fn bitor_assign(&mut self, other: BigEndian<u16>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<u32>

source§

fn bitor_assign(&mut self, other: BigEndian<u32>)

Performs the |= operation. Read more
source§

impl BitOrAssign for BigEndian<u64>

source§

fn bitor_assign(&mut self, other: BigEndian<u64>)

Performs the |= operation. Read more
source§

impl BitXor<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<i64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &BigEndian<u64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i128) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i128) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i16) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i16) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i32) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i32) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i64) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &i64) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &u128) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: &u128) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i128) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i128) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i16) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i16) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i32) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i32) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i64) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: i64) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: u128) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: u128) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor for BigEndian<i128>

§

type Output = i128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor for BigEndian<i16>

§

type Output = i16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor for BigEndian<i32>

§

type Output = i32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor for BigEndian<i64>

§

type Output = i64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<i64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor for BigEndian<u128>

§

type Output = u128

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u128>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor for BigEndian<u16>

§

type Output = u16

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u16>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor for BigEndian<u32>

§

type Output = u32

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u32>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXor for BigEndian<u64>

§

type Output = u64

The resulting type after applying the ^ operator.
source§

fn bitxor(self, other: BigEndian<u64>) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXorAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn bitxor_assign(&mut self, other: &BigEndian<i128>)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn bitxor_assign(&mut self, other: &BigEndian<i16>)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn bitxor_assign(&mut self, other: &BigEndian<i32>)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn bitxor_assign(&mut self, other: &BigEndian<i64>)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn bitxor_assign(&mut self, other: &BigEndian<u128>)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn bitxor_assign(&mut self, other: &BigEndian<u16>)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn bitxor_assign(&mut self, other: &BigEndian<u32>)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn bitxor_assign(&mut self, other: &BigEndian<u64>)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&i128> for BigEndian<i128>

source§

fn bitxor_assign(&mut self, other: &i128)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&i16> for BigEndian<i16>

source§

fn bitxor_assign(&mut self, other: &i16)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&i32> for BigEndian<i32>

source§

fn bitxor_assign(&mut self, other: &i32)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&i64> for BigEndian<i64>

source§

fn bitxor_assign(&mut self, other: &i64)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&u128> for BigEndian<u128>

source§

fn bitxor_assign(&mut self, other: &u128)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&u16> for BigEndian<u16>

source§

fn bitxor_assign(&mut self, other: &u16)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&u32> for BigEndian<u32>

source§

fn bitxor_assign(&mut self, other: &u32)

Performs the ^= operation. Read more
source§

impl BitXorAssign<&u64> for BigEndian<u64>

source§

fn bitxor_assign(&mut self, other: &u64)

Performs the ^= operation. Read more
source§

impl BitXorAssign<i128> for BigEndian<i128>

source§

fn bitxor_assign(&mut self, other: i128)

Performs the ^= operation. Read more
source§

impl BitXorAssign<i16> for BigEndian<i16>

source§

fn bitxor_assign(&mut self, other: i16)

Performs the ^= operation. Read more
source§

impl BitXorAssign<i32> for BigEndian<i32>

source§

fn bitxor_assign(&mut self, other: i32)

Performs the ^= operation. Read more
source§

impl BitXorAssign<i64> for BigEndian<i64>

source§

fn bitxor_assign(&mut self, other: i64)

Performs the ^= operation. Read more
source§

impl BitXorAssign<u128> for BigEndian<u128>

source§

fn bitxor_assign(&mut self, other: u128)

Performs the ^= operation. Read more
source§

impl BitXorAssign<u16> for BigEndian<u16>

source§

fn bitxor_assign(&mut self, other: u16)

Performs the ^= operation. Read more
source§

impl BitXorAssign<u32> for BigEndian<u32>

source§

fn bitxor_assign(&mut self, other: u32)

Performs the ^= operation. Read more
source§

impl BitXorAssign<u64> for BigEndian<u64>

source§

fn bitxor_assign(&mut self, other: u64)

Performs the ^= operation. Read more
source§

impl BitXorAssign for BigEndian<i128>

source§

fn bitxor_assign(&mut self, other: BigEndian<i128>)

Performs the ^= operation. Read more
source§

impl BitXorAssign for BigEndian<i16>

source§

fn bitxor_assign(&mut self, other: BigEndian<i16>)

Performs the ^= operation. Read more
source§

impl BitXorAssign for BigEndian<i32>

source§

fn bitxor_assign(&mut self, other: BigEndian<i32>)

Performs the ^= operation. Read more
source§

impl BitXorAssign for BigEndian<i64>

source§

fn bitxor_assign(&mut self, other: BigEndian<i64>)

Performs the ^= operation. Read more
source§

impl BitXorAssign for BigEndian<u128>

source§

fn bitxor_assign(&mut self, other: BigEndian<u128>)

Performs the ^= operation. Read more
source§

impl BitXorAssign for BigEndian<u16>

source§

fn bitxor_assign(&mut self, other: BigEndian<u16>)

Performs the ^= operation. Read more
source§

impl BitXorAssign for BigEndian<u32>

source§

fn bitxor_assign(&mut self, other: BigEndian<u32>)

Performs the ^= operation. Read more
source§

impl BitXorAssign for BigEndian<u64>

source§

fn bitxor_assign(&mut self, other: BigEndian<u64>)

Performs the ^= operation. Read more
source§

impl<T: Clone + Primitive> Clone for BigEndian<T>
where T::Storage: Clone,

source§

fn clone(&self) -> BigEndian<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 Debug for BigEndian<AtomicI16>

source§

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

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

impl Debug for BigEndian<AtomicI32>

source§

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

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

impl Debug for BigEndian<AtomicI64>

source§

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

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

impl Debug for BigEndian<AtomicU16>

source§

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

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

impl Debug for BigEndian<AtomicU32>

source§

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

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

impl Debug for BigEndian<AtomicU64>

source§

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

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

impl Debug for BigEndian<NonZeroI128>

source§

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

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

impl Debug for BigEndian<NonZeroI16>

source§

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

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

impl Debug for BigEndian<NonZeroI32>

source§

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

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

impl Debug for BigEndian<NonZeroI64>

source§

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

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

impl Debug for BigEndian<NonZeroU128>

source§

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

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

impl Debug for BigEndian<NonZeroU16>

source§

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

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

impl Debug for BigEndian<NonZeroU32>

source§

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

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

impl Debug for BigEndian<NonZeroU64>

source§

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

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

impl Debug for BigEndian<char>

source§

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

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

impl Debug for BigEndian<f32>

source§

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

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

impl Debug for BigEndian<f64>

source§

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

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

impl Debug for BigEndian<i128>

source§

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

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

impl Debug for BigEndian<i16>

source§

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

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

impl Debug for BigEndian<i32>

source§

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

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

impl Debug for BigEndian<i64>

source§

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

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

impl Debug for BigEndian<u128>

source§

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

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

impl Debug for BigEndian<u16>

source§

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

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

impl Debug for BigEndian<u32>

source§

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

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

impl Debug for BigEndian<u64>

source§

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

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

impl Default for BigEndian<AtomicI16>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<AtomicI32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<AtomicI64>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<AtomicU16>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<AtomicU32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<AtomicU64>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<char>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<f32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<f64>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<i128>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<i16>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<i32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<i64>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<u128>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<u16>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<u32>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Default for BigEndian<u64>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for BigEndian<NonZeroI128>

source§

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

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

impl Display for BigEndian<NonZeroI16>

source§

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

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

impl Display for BigEndian<NonZeroI32>

source§

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

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

impl Display for BigEndian<NonZeroI64>

source§

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

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

impl Display for BigEndian<NonZeroU128>

source§

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

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

impl Display for BigEndian<NonZeroU16>

source§

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

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

impl Display for BigEndian<NonZeroU32>

source§

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

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

impl Display for BigEndian<NonZeroU64>

source§

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

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

impl Display for BigEndian<char>

source§

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

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

impl Display for BigEndian<f32>

source§

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

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

impl Display for BigEndian<f64>

source§

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

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

impl Display for BigEndian<i128>

source§

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

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

impl Display for BigEndian<i16>

source§

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

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

impl Display for BigEndian<i32>

source§

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

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

impl Display for BigEndian<i64>

source§

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

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

impl Display for BigEndian<u128>

source§

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

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

impl Display for BigEndian<u16>

source§

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

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

impl Display for BigEndian<u32>

source§

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

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

impl Display for BigEndian<u64>

source§

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

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

impl Div<&BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<f32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<f32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<f32>> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<f32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<f32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<f64>> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<i64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: &BigEndian<u64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: &f32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: &f32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: &i128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: &i128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: &i16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: &i16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: &i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: &i64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: &i64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: &u128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: &u128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: &u16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: &u16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: &u32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: &u32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: &u64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: &u64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<f32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<f32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<f32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: f32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: f32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: i128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: i128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: i16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: i16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: i32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: i64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: i64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: u128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: u128) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: u16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: u16) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: u32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: u32) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: u64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: u64) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<f32>

§

type Output = f32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<f32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<f64>

§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<f64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<i128>

§

type Output = i128

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<i16>

§

type Output = i16

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<i32>

§

type Output = i32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<i64>

§

type Output = i64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<i64>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<u128>

§

type Output = u128

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u128>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<u16>

§

type Output = u16

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u16>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<u32>

§

type Output = u32

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u32>) -> Self::Output

Performs the / operation. Read more
source§

impl Div for BigEndian<u64>

§

type Output = u64

The resulting type after applying the / operator.
source§

fn div(self, other: BigEndian<u64>) -> Self::Output

Performs the / operation. Read more
source§

impl DivAssign<&BigEndian<f32>> for BigEndian<f32>

source§

fn div_assign(&mut self, other: &BigEndian<f32>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<f64>> for BigEndian<f64>

source§

fn div_assign(&mut self, other: &BigEndian<f64>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn div_assign(&mut self, other: &BigEndian<i128>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn div_assign(&mut self, other: &BigEndian<i16>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn div_assign(&mut self, other: &BigEndian<i32>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn div_assign(&mut self, other: &BigEndian<i64>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn div_assign(&mut self, other: &BigEndian<u128>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn div_assign(&mut self, other: &BigEndian<u16>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn div_assign(&mut self, other: &BigEndian<u32>)

Performs the /= operation. Read more
source§

impl DivAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn div_assign(&mut self, other: &BigEndian<u64>)

Performs the /= operation. Read more
source§

impl DivAssign<&f32> for BigEndian<f32>

source§

fn div_assign(&mut self, other: &f32)

Performs the /= operation. Read more
source§

impl DivAssign<&f64> for BigEndian<f64>

source§

fn div_assign(&mut self, other: &f64)

Performs the /= operation. Read more
source§

impl DivAssign<&i128> for BigEndian<i128>

source§

fn div_assign(&mut self, other: &i128)

Performs the /= operation. Read more
source§

impl DivAssign<&i16> for BigEndian<i16>

source§

fn div_assign(&mut self, other: &i16)

Performs the /= operation. Read more
source§

impl DivAssign<&i32> for BigEndian<i32>

source§

fn div_assign(&mut self, other: &i32)

Performs the /= operation. Read more
source§

impl DivAssign<&i64> for BigEndian<i64>

source§

fn div_assign(&mut self, other: &i64)

Performs the /= operation. Read more
source§

impl DivAssign<&u128> for BigEndian<u128>

source§

fn div_assign(&mut self, other: &u128)

Performs the /= operation. Read more
source§

impl DivAssign<&u16> for BigEndian<u16>

source§

fn div_assign(&mut self, other: &u16)

Performs the /= operation. Read more
source§

impl DivAssign<&u32> for BigEndian<u32>

source§

fn div_assign(&mut self, other: &u32)

Performs the /= operation. Read more
source§

impl DivAssign<&u64> for BigEndian<u64>

source§

fn div_assign(&mut self, other: &u64)

Performs the /= operation. Read more
source§

impl DivAssign<f32> for BigEndian<f32>

source§

fn div_assign(&mut self, other: f32)

Performs the /= operation. Read more
source§

impl DivAssign<f64> for BigEndian<f64>

source§

fn div_assign(&mut self, other: f64)

Performs the /= operation. Read more
source§

impl DivAssign<i128> for BigEndian<i128>

source§

fn div_assign(&mut self, other: i128)

Performs the /= operation. Read more
source§

impl DivAssign<i16> for BigEndian<i16>

source§

fn div_assign(&mut self, other: i16)

Performs the /= operation. Read more
source§

impl DivAssign<i32> for BigEndian<i32>

source§

fn div_assign(&mut self, other: i32)

Performs the /= operation. Read more
source§

impl DivAssign<i64> for BigEndian<i64>

source§

fn div_assign(&mut self, other: i64)

Performs the /= operation. Read more
source§

impl DivAssign<u128> for BigEndian<u128>

source§

fn div_assign(&mut self, other: u128)

Performs the /= operation. Read more
source§

impl DivAssign<u16> for BigEndian<u16>

source§

fn div_assign(&mut self, other: u16)

Performs the /= operation. Read more
source§

impl DivAssign<u32> for BigEndian<u32>

source§

fn div_assign(&mut self, other: u32)

Performs the /= operation. Read more
source§

impl DivAssign<u64> for BigEndian<u64>

source§

fn div_assign(&mut self, other: u64)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<f32>

source§

fn div_assign(&mut self, other: BigEndian<f32>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<f64>

source§

fn div_assign(&mut self, other: BigEndian<f64>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<i128>

source§

fn div_assign(&mut self, other: BigEndian<i128>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<i16>

source§

fn div_assign(&mut self, other: BigEndian<i16>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<i32>

source§

fn div_assign(&mut self, other: BigEndian<i32>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<i64>

source§

fn div_assign(&mut self, other: BigEndian<i64>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<u128>

source§

fn div_assign(&mut self, other: BigEndian<u128>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<u16>

source§

fn div_assign(&mut self, other: BigEndian<u16>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<u32>

source§

fn div_assign(&mut self, other: BigEndian<u32>)

Performs the /= operation. Read more
source§

impl DivAssign for BigEndian<u64>

source§

fn div_assign(&mut self, other: BigEndian<u64>)

Performs the /= operation. Read more
source§

impl<'a> From<&'a BigEndian<NonZero<i128>>> for NonZeroI128

source§

fn from(value: &'a BigEndian<NonZeroI128>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<NonZero<i16>>> for NonZeroI16

source§

fn from(value: &'a BigEndian<NonZeroI16>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<NonZero<i32>>> for NonZeroI32

source§

fn from(value: &'a BigEndian<NonZeroI32>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<NonZero<i64>>> for NonZeroI64

source§

fn from(value: &'a BigEndian<NonZeroI64>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<NonZero<u128>>> for NonZeroU128

source§

fn from(value: &'a BigEndian<NonZeroU128>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<NonZero<u16>>> for NonZeroU16

source§

fn from(value: &'a BigEndian<NonZeroU16>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<NonZero<u32>>> for NonZeroU32

source§

fn from(value: &'a BigEndian<NonZeroU32>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<NonZero<u64>>> for NonZeroU64

source§

fn from(value: &'a BigEndian<NonZeroU64>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<char>> for char

source§

fn from(value: &'a BigEndian<char>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<f32>> for f32

source§

fn from(value: &'a BigEndian<f32>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<f64>> for f64

source§

fn from(value: &'a BigEndian<f64>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<i128>> for i128

source§

fn from(value: &'a BigEndian<i128>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<i16>> for i16

source§

fn from(value: &'a BigEndian<i16>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<i32>> for i32

source§

fn from(value: &'a BigEndian<i32>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<i64>> for i64

source§

fn from(value: &'a BigEndian<i64>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<u128>> for u128

source§

fn from(value: &'a BigEndian<u128>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<u16>> for u16

source§

fn from(value: &'a BigEndian<u16>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<u32>> for u32

source§

fn from(value: &'a BigEndian<u32>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a BigEndian<u64>> for u64

source§

fn from(value: &'a BigEndian<u64>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZero<i128>> for BigEndian<NonZeroI128>

source§

fn from(value: &'a NonZeroI128) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZero<i16>> for BigEndian<NonZeroI16>

source§

fn from(value: &'a NonZeroI16) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZero<i32>> for BigEndian<NonZeroI32>

source§

fn from(value: &'a NonZeroI32) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZero<i64>> for BigEndian<NonZeroI64>

source§

fn from(value: &'a NonZeroI64) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZero<u128>> for BigEndian<NonZeroU128>

source§

fn from(value: &'a NonZeroU128) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZero<u16>> for BigEndian<NonZeroU16>

source§

fn from(value: &'a NonZeroU16) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZero<u32>> for BigEndian<NonZeroU32>

source§

fn from(value: &'a NonZeroU32) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZero<u64>> for BigEndian<NonZeroU64>

source§

fn from(value: &'a NonZeroU64) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a char> for BigEndian<char>

source§

fn from(value: &'a char) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a f32> for BigEndian<f32>

source§

fn from(value: &'a f32) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a f64> for BigEndian<f64>

source§

fn from(value: &'a f64) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a i128> for BigEndian<i128>

source§

fn from(value: &'a i128) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a i16> for BigEndian<i16>

source§

fn from(value: &'a i16) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a i32> for BigEndian<i32>

source§

fn from(value: &'a i32) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a i64> for BigEndian<i64>

source§

fn from(value: &'a i64) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a u128> for BigEndian<u128>

source§

fn from(value: &'a u128) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a u16> for BigEndian<u16>

source§

fn from(value: &'a u16) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a u32> for BigEndian<u32>

source§

fn from(value: &'a u32) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a u64> for BigEndian<u64>

source§

fn from(value: &'a u64) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<NonZero<i128>>> for NonZeroI128

source§

fn from(value: BigEndian<NonZeroI128>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<NonZero<i16>>> for NonZeroI16

source§

fn from(value: BigEndian<NonZeroI16>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<NonZero<i32>>> for NonZeroI32

source§

fn from(value: BigEndian<NonZeroI32>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<NonZero<i64>>> for NonZeroI64

source§

fn from(value: BigEndian<NonZeroI64>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<NonZero<u128>>> for NonZeroU128

source§

fn from(value: BigEndian<NonZeroU128>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<NonZero<u16>>> for NonZeroU16

source§

fn from(value: BigEndian<NonZeroU16>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<NonZero<u32>>> for NonZeroU32

source§

fn from(value: BigEndian<NonZeroU32>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<NonZero<u64>>> for NonZeroU64

source§

fn from(value: BigEndian<NonZeroU64>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<char>> for char

source§

fn from(value: BigEndian<char>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<f32>> for f32

source§

fn from(value: BigEndian<f32>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<f64>> for f64

source§

fn from(value: BigEndian<f64>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<i128>> for i128

source§

fn from(value: BigEndian<i128>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<i16>> for i16

source§

fn from(value: BigEndian<i16>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<i32>> for i32

source§

fn from(value: BigEndian<i32>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<i64>> for i64

source§

fn from(value: BigEndian<i64>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<u128>> for u128

source§

fn from(value: BigEndian<u128>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<u16>> for u16

source§

fn from(value: BigEndian<u16>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<u32>> for u32

source§

fn from(value: BigEndian<u32>) -> Self

Converts to this type from the input type.
source§

impl From<BigEndian<u64>> for u64

source§

fn from(value: BigEndian<u64>) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<i128>> for BigEndian<NonZeroI128>

source§

fn from(value: NonZeroI128) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<i16>> for BigEndian<NonZeroI16>

source§

fn from(value: NonZeroI16) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<i32>> for BigEndian<NonZeroI32>

source§

fn from(value: NonZeroI32) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<i64>> for BigEndian<NonZeroI64>

source§

fn from(value: NonZeroI64) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<u128>> for BigEndian<NonZeroU128>

source§

fn from(value: NonZeroU128) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<u16>> for BigEndian<NonZeroU16>

source§

fn from(value: NonZeroU16) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<u32>> for BigEndian<NonZeroU32>

source§

fn from(value: NonZeroU32) -> Self

Converts to this type from the input type.
source§

impl From<NonZero<u64>> for BigEndian<NonZeroU64>

source§

fn from(value: NonZeroU64) -> Self

Converts to this type from the input type.
source§

impl From<char> for BigEndian<char>

source§

fn from(value: char) -> Self

Converts to this type from the input type.
source§

impl From<f32> for BigEndian<f32>

source§

fn from(value: f32) -> Self

Converts to this type from the input type.
source§

impl From<f64> for BigEndian<f64>

source§

fn from(value: f64) -> Self

Converts to this type from the input type.
source§

impl From<i128> for BigEndian<i128>

source§

fn from(value: i128) -> Self

Converts to this type from the input type.
source§

impl From<i16> for BigEndian<AtomicI16>

source§

fn from(value: i16) -> Self

Converts to this type from the input type.
source§

impl From<i16> for BigEndian<i16>

source§

fn from(value: i16) -> Self

Converts to this type from the input type.
source§

impl From<i32> for BigEndian<AtomicI32>

source§

fn from(value: i32) -> Self

Converts to this type from the input type.
source§

impl From<i32> for BigEndian<i32>

source§

fn from(value: i32) -> Self

Converts to this type from the input type.
source§

impl From<i64> for BigEndian<AtomicI64>

source§

fn from(value: i64) -> Self

Converts to this type from the input type.
source§

impl From<i64> for BigEndian<i64>

source§

fn from(value: i64) -> Self

Converts to this type from the input type.
source§

impl From<u128> for BigEndian<u128>

source§

fn from(value: u128) -> Self

Converts to this type from the input type.
source§

impl From<u16> for BigEndian<AtomicU16>

source§

fn from(value: u16) -> Self

Converts to this type from the input type.
source§

impl From<u16> for BigEndian<u16>

source§

fn from(value: u16) -> Self

Converts to this type from the input type.
source§

impl From<u32> for BigEndian<AtomicU32>

source§

fn from(value: u32) -> Self

Converts to this type from the input type.
source§

impl From<u32> for BigEndian<u32>

source§

fn from(value: u32) -> Self

Converts to this type from the input type.
source§

impl From<u64> for BigEndian<AtomicU64>

source§

fn from(value: u64) -> Self

Converts to this type from the input type.
source§

impl From<u64> for BigEndian<u64>

source§

fn from(value: u64) -> Self

Converts to this type from the input type.
source§

impl Hash for BigEndian<NonZeroI128>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<NonZeroI16>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<NonZeroI32>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<NonZeroI64>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<NonZeroU128>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<NonZeroU16>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<NonZeroU32>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<NonZeroU64>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<char>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<i128>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<i16>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<i32>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<i64>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<u128>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<u16>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<u32>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for BigEndian<u64>

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl LowerExp for BigEndian<f32>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<f64>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<i128>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<i16>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<i32>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<i64>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<u128>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<u16>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<u32>

source§

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

Formats the value using the given formatter.
source§

impl LowerExp for BigEndian<u64>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<NonZeroI128>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<NonZeroI16>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<NonZeroI32>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<NonZeroI64>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<NonZeroU128>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<NonZeroU16>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<NonZeroU32>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<NonZeroU64>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<i128>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<i16>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<i32>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<i64>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<u128>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<u16>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<u32>

source§

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

Formats the value using the given formatter.
source§

impl LowerHex for BigEndian<u64>

source§

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

Formats the value using the given formatter.
source§

impl Mul<&BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<f32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<f32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<f32>> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<f32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<f32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<f64>> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<i64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: &BigEndian<u64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: &f32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: &f32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: &i128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: &i128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: &i16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: &i16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: &i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: &i64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: &i64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: &u128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: &u128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: &u16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: &u16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: &u32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: &u32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: &u64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: &u64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<f32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<f32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<f32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: f32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: f32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: i128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: i128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: i16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: i16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: i32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: i64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: i64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: u128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: u128) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: u16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: u16) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: u32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: u32) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: u64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: u64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<f32>

§

type Output = f32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<f32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<f64>

§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<f64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<i128>

§

type Output = i128

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<i16>

§

type Output = i16

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<i32>

§

type Output = i32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<i64>

§

type Output = i64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<i64>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<u128>

§

type Output = u128

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u128>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<u16>

§

type Output = u16

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u16>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<u32>

§

type Output = u32

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u32>) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for BigEndian<u64>

§

type Output = u64

The resulting type after applying the * operator.
source§

fn mul(self, other: BigEndian<u64>) -> Self::Output

Performs the * operation. Read more
source§

impl MulAssign<&BigEndian<f32>> for BigEndian<f32>

source§

fn mul_assign(&mut self, other: &BigEndian<f32>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<f64>> for BigEndian<f64>

source§

fn mul_assign(&mut self, other: &BigEndian<f64>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn mul_assign(&mut self, other: &BigEndian<i128>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn mul_assign(&mut self, other: &BigEndian<i16>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn mul_assign(&mut self, other: &BigEndian<i32>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn mul_assign(&mut self, other: &BigEndian<i64>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn mul_assign(&mut self, other: &BigEndian<u128>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn mul_assign(&mut self, other: &BigEndian<u16>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn mul_assign(&mut self, other: &BigEndian<u32>)

Performs the *= operation. Read more
source§

impl MulAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn mul_assign(&mut self, other: &BigEndian<u64>)

Performs the *= operation. Read more
source§

impl MulAssign<&f32> for BigEndian<f32>

source§

fn mul_assign(&mut self, other: &f32)

Performs the *= operation. Read more
source§

impl MulAssign<&f64> for BigEndian<f64>

source§

fn mul_assign(&mut self, other: &f64)

Performs the *= operation. Read more
source§

impl MulAssign<&i128> for BigEndian<i128>

source§

fn mul_assign(&mut self, other: &i128)

Performs the *= operation. Read more
source§

impl MulAssign<&i16> for BigEndian<i16>

source§

fn mul_assign(&mut self, other: &i16)

Performs the *= operation. Read more
source§

impl MulAssign<&i32> for BigEndian<i32>

source§

fn mul_assign(&mut self, other: &i32)

Performs the *= operation. Read more
source§

impl MulAssign<&i64> for BigEndian<i64>

source§

fn mul_assign(&mut self, other: &i64)

Performs the *= operation. Read more
source§

impl MulAssign<&u128> for BigEndian<u128>

source§

fn mul_assign(&mut self, other: &u128)

Performs the *= operation. Read more
source§

impl MulAssign<&u16> for BigEndian<u16>

source§

fn mul_assign(&mut self, other: &u16)

Performs the *= operation. Read more
source§

impl MulAssign<&u32> for BigEndian<u32>

source§

fn mul_assign(&mut self, other: &u32)

Performs the *= operation. Read more
source§

impl MulAssign<&u64> for BigEndian<u64>

source§

fn mul_assign(&mut self, other: &u64)

Performs the *= operation. Read more
source§

impl MulAssign<f32> for BigEndian<f32>

source§

fn mul_assign(&mut self, other: f32)

Performs the *= operation. Read more
source§

impl MulAssign<f64> for BigEndian<f64>

source§

fn mul_assign(&mut self, other: f64)

Performs the *= operation. Read more
source§

impl MulAssign<i128> for BigEndian<i128>

source§

fn mul_assign(&mut self, other: i128)

Performs the *= operation. Read more
source§

impl MulAssign<i16> for BigEndian<i16>

source§

fn mul_assign(&mut self, other: i16)

Performs the *= operation. Read more
source§

impl MulAssign<i32> for BigEndian<i32>

source§

fn mul_assign(&mut self, other: i32)

Performs the *= operation. Read more
source§

impl MulAssign<i64> for BigEndian<i64>

source§

fn mul_assign(&mut self, other: i64)

Performs the *= operation. Read more
source§

impl MulAssign<u128> for BigEndian<u128>

source§

fn mul_assign(&mut self, other: u128)

Performs the *= operation. Read more
source§

impl MulAssign<u16> for BigEndian<u16>

source§

fn mul_assign(&mut self, other: u16)

Performs the *= operation. Read more
source§

impl MulAssign<u32> for BigEndian<u32>

source§

fn mul_assign(&mut self, other: u32)

Performs the *= operation. Read more
source§

impl MulAssign<u64> for BigEndian<u64>

source§

fn mul_assign(&mut self, other: u64)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<f32>

source§

fn mul_assign(&mut self, other: BigEndian<f32>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<f64>

source§

fn mul_assign(&mut self, other: BigEndian<f64>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<i128>

source§

fn mul_assign(&mut self, other: BigEndian<i128>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<i16>

source§

fn mul_assign(&mut self, other: BigEndian<i16>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<i32>

source§

fn mul_assign(&mut self, other: BigEndian<i32>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<i64>

source§

fn mul_assign(&mut self, other: BigEndian<i64>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<u128>

source§

fn mul_assign(&mut self, other: BigEndian<u128>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<u16>

source§

fn mul_assign(&mut self, other: BigEndian<u16>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<u32>

source§

fn mul_assign(&mut self, other: BigEndian<u32>)

Performs the *= operation. Read more
source§

impl MulAssign for BigEndian<u64>

source§

fn mul_assign(&mut self, other: BigEndian<u64>)

Performs the *= operation. Read more
source§

impl Neg for BigEndian<f32>

§

type Output = <f32 as Neg>::Output

The resulting type after applying the - operator.
source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
source§

impl Neg for BigEndian<f64>

§

type Output = <f64 as Neg>::Output

The resulting type after applying the - operator.
source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
source§

impl Neg for BigEndian<i128>

§

type Output = <i128 as Neg>::Output

The resulting type after applying the - operator.
source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
source§

impl Neg for BigEndian<i16>

§

type Output = <i16 as Neg>::Output

The resulting type after applying the - operator.
source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
source§

impl Neg for BigEndian<i32>

§

type Output = <i32 as Neg>::Output

The resulting type after applying the - operator.
source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
source§

impl Neg for BigEndian<i64>

§

type Output = <i64 as Neg>::Output

The resulting type after applying the - operator.
source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
source§

impl Not for BigEndian<i128>

§

type Output = <i128 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Not for BigEndian<i16>

§

type Output = <i16 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Not for BigEndian<i32>

§

type Output = <i32 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Not for BigEndian<i64>

§

type Output = <i64 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Not for BigEndian<u128>

§

type Output = <u128 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Not for BigEndian<u16>

§

type Output = <u16 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Not for BigEndian<u32>

§

type Output = <u32 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Not for BigEndian<u64>

§

type Output = <u64 as Not>::Output

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Octal for BigEndian<NonZeroI128>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<NonZeroI16>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<NonZeroI32>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<NonZeroI64>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<NonZeroU128>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<NonZeroU16>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<NonZeroU32>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<NonZeroU64>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<i128>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<i16>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<i32>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<i64>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<u128>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<u16>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<u32>

source§

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

Formats the value using the given formatter.
source§

impl Octal for BigEndian<u64>

source§

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

Formats the value using the given formatter.
source§

impl Ord for BigEndian<NonZeroI128>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<NonZeroI16>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<NonZeroI32>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<NonZeroI64>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<NonZeroU128>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<NonZeroU16>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<NonZeroU32>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<NonZeroU64>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<char>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<i128>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<i16>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<i32>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<i64>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<u128>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<u16>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<u32>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl Ord for BigEndian<u64>

source§

fn cmp(&self, other: &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 + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq<BigEndian<NonZero<i128>>> for NonZeroI128

source§

fn eq(&self, other: &BigEndian<NonZeroI128>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<NonZero<i16>>> for NonZeroI16

source§

fn eq(&self, other: &BigEndian<NonZeroI16>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<NonZero<i32>>> for NonZeroI32

source§

fn eq(&self, other: &BigEndian<NonZeroI32>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<NonZero<i64>>> for NonZeroI64

source§

fn eq(&self, other: &BigEndian<NonZeroI64>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<NonZero<u128>>> for NonZeroU128

source§

fn eq(&self, other: &BigEndian<NonZeroU128>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<NonZero<u16>>> for NonZeroU16

source§

fn eq(&self, other: &BigEndian<NonZeroU16>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<NonZero<u32>>> for NonZeroU32

source§

fn eq(&self, other: &BigEndian<NonZeroU32>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<NonZero<u64>>> for NonZeroU64

source§

fn eq(&self, other: &BigEndian<NonZeroU64>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<char>> for char

source§

fn eq(&self, other: &BigEndian<char>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<f32>> for f32

source§

fn eq(&self, other: &BigEndian<f32>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<f64>> for f64

source§

fn eq(&self, other: &BigEndian<f64>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<i128>> for i128

source§

fn eq(&self, other: &BigEndian<i128>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<i16>> for i16

source§

fn eq(&self, other: &BigEndian<i16>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<i32>> for i32

source§

fn eq(&self, other: &BigEndian<i32>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<i64>> for i64

source§

fn eq(&self, other: &BigEndian<i64>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<u128>> for u128

source§

fn eq(&self, other: &BigEndian<u128>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<u16>> for u16

source§

fn eq(&self, other: &BigEndian<u16>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<u32>> for u32

source§

fn eq(&self, other: &BigEndian<u32>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<BigEndian<u64>> for u64

source§

fn eq(&self, other: &BigEndian<u64>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZero<i128>> for BigEndian<NonZeroI128>

source§

fn eq(&self, other: &NonZeroI128) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZero<i16>> for BigEndian<NonZeroI16>

source§

fn eq(&self, other: &NonZeroI16) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZero<i32>> for BigEndian<NonZeroI32>

source§

fn eq(&self, other: &NonZeroI32) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZero<i64>> for BigEndian<NonZeroI64>

source§

fn eq(&self, other: &NonZeroI64) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZero<u128>> for BigEndian<NonZeroU128>

source§

fn eq(&self, other: &NonZeroU128) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZero<u16>> for BigEndian<NonZeroU16>

source§

fn eq(&self, other: &NonZeroU16) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZero<u32>> for BigEndian<NonZeroU32>

source§

fn eq(&self, other: &NonZeroU32) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<NonZero<u64>> for BigEndian<NonZeroU64>

source§

fn eq(&self, other: &NonZeroU64) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<char> for BigEndian<char>

source§

fn eq(&self, other: &char) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<f32> for BigEndian<f32>

source§

fn eq(&self, other: &f32) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<f64> for BigEndian<f64>

source§

fn eq(&self, other: &f64) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<i128> for BigEndian<i128>

source§

fn eq(&self, other: &i128) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<i16> for BigEndian<i16>

source§

fn eq(&self, other: &i16) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<i32> for BigEndian<i32>

source§

fn eq(&self, other: &i32) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<i64> for BigEndian<i64>

source§

fn eq(&self, other: &i64) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<u128> for BigEndian<u128>

source§

fn eq(&self, other: &u128) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<u16> for BigEndian<u16>

source§

fn eq(&self, other: &u16) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<u32> for BigEndian<u32>

source§

fn eq(&self, other: &u32) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<u64> for BigEndian<u64>

source§

fn eq(&self, other: &u64) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<NonZeroI128>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<NonZeroI16>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<NonZeroI32>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<NonZeroI64>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<NonZeroU128>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<NonZeroU16>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<NonZeroU32>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<NonZeroU64>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<char>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<f32>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<f64>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<i128>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<i16>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<i32>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<i64>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<u128>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<u16>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<u32>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for BigEndian<u64>

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<NonZero<i128>> for BigEndian<NonZeroI128>

source§

fn partial_cmp(&self, other: &NonZeroI128) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<NonZero<i16>> for BigEndian<NonZeroI16>

source§

fn partial_cmp(&self, other: &NonZeroI16) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<NonZero<i32>> for BigEndian<NonZeroI32>

source§

fn partial_cmp(&self, other: &NonZeroI32) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<NonZero<i64>> for BigEndian<NonZeroI64>

source§

fn partial_cmp(&self, other: &NonZeroI64) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<NonZero<u128>> for BigEndian<NonZeroU128>

source§

fn partial_cmp(&self, other: &NonZeroU128) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<NonZero<u16>> for BigEndian<NonZeroU16>

source§

fn partial_cmp(&self, other: &NonZeroU16) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<NonZero<u32>> for BigEndian<NonZeroU32>

source§

fn partial_cmp(&self, other: &NonZeroU32) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<NonZero<u64>> for BigEndian<NonZeroU64>

source§

fn partial_cmp(&self, other: &NonZeroU64) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<char> for BigEndian<char>

source§

fn partial_cmp(&self, other: &char) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<f32> for BigEndian<f32>

source§

fn partial_cmp(&self, other: &f32) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<f64> for BigEndian<f64>

source§

fn partial_cmp(&self, other: &f64) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<i128> for BigEndian<i128>

source§

fn partial_cmp(&self, other: &i128) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<i16> for BigEndian<i16>

source§

fn partial_cmp(&self, other: &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

This method 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

This method 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

This method 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

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

impl PartialOrd<i32> for BigEndian<i32>

source§

fn partial_cmp(&self, other: &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

This method 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

This method 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

This method 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

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

impl PartialOrd<i64> for BigEndian<i64>

source§

fn partial_cmp(&self, other: &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

This method 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

This method 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

This method 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

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

impl PartialOrd<u128> for BigEndian<u128>

source§

fn partial_cmp(&self, other: &u128) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd<u16> for BigEndian<u16>

source§

fn partial_cmp(&self, other: &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

This method 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

This method 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

This method 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

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

impl PartialOrd<u32> for BigEndian<u32>

source§

fn partial_cmp(&self, other: &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

This method 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

This method 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

This method 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

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

impl PartialOrd<u64> for BigEndian<u64>

source§

fn partial_cmp(&self, other: &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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<NonZeroI128>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<NonZeroI16>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<NonZeroI32>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<NonZeroI64>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<NonZeroU128>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<NonZeroU16>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<NonZeroU32>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<NonZeroU64>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<char>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<f32>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<f64>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<i128>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<i16>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<i32>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<i64>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<u128>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<u16>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<u32>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl PartialOrd for BigEndian<u64>

source§

fn partial_cmp(&self, other: &Self) -> 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

This method 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

This method 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

This method 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

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

impl Product for BigEndian<f32>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<f64>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<i128>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<i16>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<i32>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<i64>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<u128>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<u16>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<u32>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Product for BigEndian<u64>

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Rem<&BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<f32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<f32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<f32>> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<f32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<f32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<f64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<f64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<f64>> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<f64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<f64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<i64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: &BigEndian<u64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: &f32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: &f32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &f64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &f64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: &i128) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: &i128) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: &i16) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: &i16) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &i32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: &i32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: &i64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: &i64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: &u128) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: &u128) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: &u16) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: &u16) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: &u32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: &u32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: &u64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: &u64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<f32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<f32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<f32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<f64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<f64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<f64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: f32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: f32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: f64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: f64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: i128) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: i128) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: i16) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: i16) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: i32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: i32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: i64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: i64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: u128) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: u128) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: u16) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: u16) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: u32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: u32) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: u64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: u64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<f32>

§

type Output = f32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<f32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<f64>

§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<f64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<i128>

§

type Output = i128

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<i16>

§

type Output = i16

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<i32>

§

type Output = i32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<i64>

§

type Output = i64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<i64>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<u128>

§

type Output = u128

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u128>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<u16>

§

type Output = u16

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u16>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<u32>

§

type Output = u32

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u32>) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for BigEndian<u64>

§

type Output = u64

The resulting type after applying the % operator.
source§

fn rem(self, other: BigEndian<u64>) -> Self::Output

Performs the % operation. Read more
source§

impl RemAssign<&BigEndian<f32>> for BigEndian<f32>

source§

fn rem_assign(&mut self, other: &BigEndian<f32>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<f64>> for BigEndian<f64>

source§

fn rem_assign(&mut self, other: &BigEndian<f64>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn rem_assign(&mut self, other: &BigEndian<i128>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn rem_assign(&mut self, other: &BigEndian<i16>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn rem_assign(&mut self, other: &BigEndian<i32>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn rem_assign(&mut self, other: &BigEndian<i64>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn rem_assign(&mut self, other: &BigEndian<u128>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn rem_assign(&mut self, other: &BigEndian<u16>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn rem_assign(&mut self, other: &BigEndian<u32>)

Performs the %= operation. Read more
source§

impl RemAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn rem_assign(&mut self, other: &BigEndian<u64>)

Performs the %= operation. Read more
source§

impl RemAssign<&f32> for BigEndian<f32>

source§

fn rem_assign(&mut self, other: &f32)

Performs the %= operation. Read more
source§

impl RemAssign<&f64> for BigEndian<f64>

source§

fn rem_assign(&mut self, other: &f64)

Performs the %= operation. Read more
source§

impl RemAssign<&i128> for BigEndian<i128>

source§

fn rem_assign(&mut self, other: &i128)

Performs the %= operation. Read more
source§

impl RemAssign<&i16> for BigEndian<i16>

source§

fn rem_assign(&mut self, other: &i16)

Performs the %= operation. Read more
source§

impl RemAssign<&i32> for BigEndian<i32>

source§

fn rem_assign(&mut self, other: &i32)

Performs the %= operation. Read more
source§

impl RemAssign<&i64> for BigEndian<i64>

source§

fn rem_assign(&mut self, other: &i64)

Performs the %= operation. Read more
source§

impl RemAssign<&u128> for BigEndian<u128>

source§

fn rem_assign(&mut self, other: &u128)

Performs the %= operation. Read more
source§

impl RemAssign<&u16> for BigEndian<u16>

source§

fn rem_assign(&mut self, other: &u16)

Performs the %= operation. Read more
source§

impl RemAssign<&u32> for BigEndian<u32>

source§

fn rem_assign(&mut self, other: &u32)

Performs the %= operation. Read more
source§

impl RemAssign<&u64> for BigEndian<u64>

source§

fn rem_assign(&mut self, other: &u64)

Performs the %= operation. Read more
source§

impl RemAssign<f32> for BigEndian<f32>

source§

fn rem_assign(&mut self, other: f32)

Performs the %= operation. Read more
source§

impl RemAssign<f64> for BigEndian<f64>

source§

fn rem_assign(&mut self, other: f64)

Performs the %= operation. Read more
source§

impl RemAssign<i128> for BigEndian<i128>

source§

fn rem_assign(&mut self, other: i128)

Performs the %= operation. Read more
source§

impl RemAssign<i16> for BigEndian<i16>

source§

fn rem_assign(&mut self, other: i16)

Performs the %= operation. Read more
source§

impl RemAssign<i32> for BigEndian<i32>

source§

fn rem_assign(&mut self, other: i32)

Performs the %= operation. Read more
source§

impl RemAssign<i64> for BigEndian<i64>

source§

fn rem_assign(&mut self, other: i64)

Performs the %= operation. Read more
source§

impl RemAssign<u128> for BigEndian<u128>

source§

fn rem_assign(&mut self, other: u128)

Performs the %= operation. Read more
source§

impl RemAssign<u16> for BigEndian<u16>

source§

fn rem_assign(&mut self, other: u16)

Performs the %= operation. Read more
source§

impl RemAssign<u32> for BigEndian<u32>

source§

fn rem_assign(&mut self, other: u32)

Performs the %= operation. Read more
source§

impl RemAssign<u64> for BigEndian<u64>

source§

fn rem_assign(&mut self, other: u64)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<f32>

source§

fn rem_assign(&mut self, other: BigEndian<f32>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<f64>

source§

fn rem_assign(&mut self, other: BigEndian<f64>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<i128>

source§

fn rem_assign(&mut self, other: BigEndian<i128>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<i16>

source§

fn rem_assign(&mut self, other: BigEndian<i16>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<i32>

source§

fn rem_assign(&mut self, other: BigEndian<i32>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<i64>

source§

fn rem_assign(&mut self, other: BigEndian<i64>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<u128>

source§

fn rem_assign(&mut self, other: BigEndian<u128>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<u16>

source§

fn rem_assign(&mut self, other: BigEndian<u16>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<u32>

source§

fn rem_assign(&mut self, other: BigEndian<u32>)

Performs the %= operation. Read more
source§

impl RemAssign for BigEndian<u64>

source§

fn rem_assign(&mut self, other: BigEndian<u64>)

Performs the %= operation. Read more
source§

impl Shl<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<i64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: &BigEndian<u64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: &i128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: &i128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: &i16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: &i16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &i32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: &i32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: &i64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: &i64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: &u128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: &u128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: &u16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: &u16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: &u32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: &u32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: &u64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: &u64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: i128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: i128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: i16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: i16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: i32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: i32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: i64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: i64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: u128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: u128) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: u16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: u16) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: u32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: u32) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: u64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: u64) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for BigEndian<i128>

§

type Output = i128

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for BigEndian<i16>

§

type Output = i16

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for BigEndian<i32>

§

type Output = i32

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for BigEndian<i64>

§

type Output = i64

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<i64>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for BigEndian<u128>

§

type Output = u128

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u128>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for BigEndian<u16>

§

type Output = u16

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u16>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for BigEndian<u32>

§

type Output = u32

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u32>) -> Self::Output

Performs the << operation. Read more
source§

impl Shl for BigEndian<u64>

§

type Output = u64

The resulting type after applying the << operator.
source§

fn shl(self, other: BigEndian<u64>) -> Self::Output

Performs the << operation. Read more
source§

impl ShlAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn shl_assign(&mut self, other: &BigEndian<i128>)

Performs the <<= operation. Read more
source§

impl ShlAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn shl_assign(&mut self, other: &BigEndian<i16>)

Performs the <<= operation. Read more
source§

impl ShlAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn shl_assign(&mut self, other: &BigEndian<i32>)

Performs the <<= operation. Read more
source§

impl ShlAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn shl_assign(&mut self, other: &BigEndian<i64>)

Performs the <<= operation. Read more
source§

impl ShlAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn shl_assign(&mut self, other: &BigEndian<u128>)

Performs the <<= operation. Read more
source§

impl ShlAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn shl_assign(&mut self, other: &BigEndian<u16>)

Performs the <<= operation. Read more
source§

impl ShlAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn shl_assign(&mut self, other: &BigEndian<u32>)

Performs the <<= operation. Read more
source§

impl ShlAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn shl_assign(&mut self, other: &BigEndian<u64>)

Performs the <<= operation. Read more
source§

impl ShlAssign<&i128> for BigEndian<i128>

source§

fn shl_assign(&mut self, other: &i128)

Performs the <<= operation. Read more
source§

impl ShlAssign<&i16> for BigEndian<i16>

source§

fn shl_assign(&mut self, other: &i16)

Performs the <<= operation. Read more
source§

impl ShlAssign<&i32> for BigEndian<i32>

source§

fn shl_assign(&mut self, other: &i32)

Performs the <<= operation. Read more
source§

impl ShlAssign<&i64> for BigEndian<i64>

source§

fn shl_assign(&mut self, other: &i64)

Performs the <<= operation. Read more
source§

impl ShlAssign<&u128> for BigEndian<u128>

source§

fn shl_assign(&mut self, other: &u128)

Performs the <<= operation. Read more
source§

impl ShlAssign<&u16> for BigEndian<u16>

source§

fn shl_assign(&mut self, other: &u16)

Performs the <<= operation. Read more
source§

impl ShlAssign<&u32> for BigEndian<u32>

source§

fn shl_assign(&mut self, other: &u32)

Performs the <<= operation. Read more
source§

impl ShlAssign<&u64> for BigEndian<u64>

source§

fn shl_assign(&mut self, other: &u64)

Performs the <<= operation. Read more
source§

impl ShlAssign<i128> for BigEndian<i128>

source§

fn shl_assign(&mut self, other: i128)

Performs the <<= operation. Read more
source§

impl ShlAssign<i16> for BigEndian<i16>

source§

fn shl_assign(&mut self, other: i16)

Performs the <<= operation. Read more
source§

impl ShlAssign<i32> for BigEndian<i32>

source§

fn shl_assign(&mut self, other: i32)

Performs the <<= operation. Read more
source§

impl ShlAssign<i64> for BigEndian<i64>

source§

fn shl_assign(&mut self, other: i64)

Performs the <<= operation. Read more
source§

impl ShlAssign<u128> for BigEndian<u128>

source§

fn shl_assign(&mut self, other: u128)

Performs the <<= operation. Read more
source§

impl ShlAssign<u16> for BigEndian<u16>

source§

fn shl_assign(&mut self, other: u16)

Performs the <<= operation. Read more
source§

impl ShlAssign<u32> for BigEndian<u32>

source§

fn shl_assign(&mut self, other: u32)

Performs the <<= operation. Read more
source§

impl ShlAssign<u64> for BigEndian<u64>

source§

fn shl_assign(&mut self, other: u64)

Performs the <<= operation. Read more
source§

impl ShlAssign for BigEndian<i128>

source§

fn shl_assign(&mut self, other: BigEndian<i128>)

Performs the <<= operation. Read more
source§

impl ShlAssign for BigEndian<i16>

source§

fn shl_assign(&mut self, other: BigEndian<i16>)

Performs the <<= operation. Read more
source§

impl ShlAssign for BigEndian<i32>

source§

fn shl_assign(&mut self, other: BigEndian<i32>)

Performs the <<= operation. Read more
source§

impl ShlAssign for BigEndian<i64>

source§

fn shl_assign(&mut self, other: BigEndian<i64>)

Performs the <<= operation. Read more
source§

impl ShlAssign for BigEndian<u128>

source§

fn shl_assign(&mut self, other: BigEndian<u128>)

Performs the <<= operation. Read more
source§

impl ShlAssign for BigEndian<u16>

source§

fn shl_assign(&mut self, other: BigEndian<u16>)

Performs the <<= operation. Read more
source§

impl ShlAssign for BigEndian<u32>

source§

fn shl_assign(&mut self, other: BigEndian<u32>)

Performs the <<= operation. Read more
source§

impl ShlAssign for BigEndian<u64>

source§

fn shl_assign(&mut self, other: BigEndian<u64>)

Performs the <<= operation. Read more
source§

impl Shr<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<i64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &BigEndian<u64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &i64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &u128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: &u128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &u16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: &u16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &u32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: &u32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &u64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: &u64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: i128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: i128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: i16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: i16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: i32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: i32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: i64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: i64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: u128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: u128) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: u16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: u16) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: u32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: u32) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: u64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: u64) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for BigEndian<i128>

§

type Output = i128

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for BigEndian<i16>

§

type Output = i16

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for BigEndian<i32>

§

type Output = i32

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for BigEndian<i64>

§

type Output = i64

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<i64>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for BigEndian<u128>

§

type Output = u128

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u128>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for BigEndian<u16>

§

type Output = u16

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u16>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for BigEndian<u32>

§

type Output = u32

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u32>) -> Self::Output

Performs the >> operation. Read more
source§

impl Shr for BigEndian<u64>

§

type Output = u64

The resulting type after applying the >> operator.
source§

fn shr(self, other: BigEndian<u64>) -> Self::Output

Performs the >> operation. Read more
source§

impl ShrAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn shr_assign(&mut self, other: &BigEndian<i128>)

Performs the >>= operation. Read more
source§

impl ShrAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn shr_assign(&mut self, other: &BigEndian<i16>)

Performs the >>= operation. Read more
source§

impl ShrAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn shr_assign(&mut self, other: &BigEndian<i32>)

Performs the >>= operation. Read more
source§

impl ShrAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn shr_assign(&mut self, other: &BigEndian<i64>)

Performs the >>= operation. Read more
source§

impl ShrAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn shr_assign(&mut self, other: &BigEndian<u128>)

Performs the >>= operation. Read more
source§

impl ShrAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn shr_assign(&mut self, other: &BigEndian<u16>)

Performs the >>= operation. Read more
source§

impl ShrAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn shr_assign(&mut self, other: &BigEndian<u32>)

Performs the >>= operation. Read more
source§

impl ShrAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn shr_assign(&mut self, other: &BigEndian<u64>)

Performs the >>= operation. Read more
source§

impl ShrAssign<&i128> for BigEndian<i128>

source§

fn shr_assign(&mut self, other: &i128)

Performs the >>= operation. Read more
source§

impl ShrAssign<&i16> for BigEndian<i16>

source§

fn shr_assign(&mut self, other: &i16)

Performs the >>= operation. Read more
source§

impl ShrAssign<&i32> for BigEndian<i32>

source§

fn shr_assign(&mut self, other: &i32)

Performs the >>= operation. Read more
source§

impl ShrAssign<&i64> for BigEndian<i64>

source§

fn shr_assign(&mut self, other: &i64)

Performs the >>= operation. Read more
source§

impl ShrAssign<&u128> for BigEndian<u128>

source§

fn shr_assign(&mut self, other: &u128)

Performs the >>= operation. Read more
source§

impl ShrAssign<&u16> for BigEndian<u16>

source§

fn shr_assign(&mut self, other: &u16)

Performs the >>= operation. Read more
source§

impl ShrAssign<&u32> for BigEndian<u32>

source§

fn shr_assign(&mut self, other: &u32)

Performs the >>= operation. Read more
source§

impl ShrAssign<&u64> for BigEndian<u64>

source§

fn shr_assign(&mut self, other: &u64)

Performs the >>= operation. Read more
source§

impl ShrAssign<i128> for BigEndian<i128>

source§

fn shr_assign(&mut self, other: i128)

Performs the >>= operation. Read more
source§

impl ShrAssign<i16> for BigEndian<i16>

source§

fn shr_assign(&mut self, other: i16)

Performs the >>= operation. Read more
source§

impl ShrAssign<i32> for BigEndian<i32>

source§

fn shr_assign(&mut self, other: i32)

Performs the >>= operation. Read more
source§

impl ShrAssign<i64> for BigEndian<i64>

source§

fn shr_assign(&mut self, other: i64)

Performs the >>= operation. Read more
source§

impl ShrAssign<u128> for BigEndian<u128>

source§

fn shr_assign(&mut self, other: u128)

Performs the >>= operation. Read more
source§

impl ShrAssign<u16> for BigEndian<u16>

source§

fn shr_assign(&mut self, other: u16)

Performs the >>= operation. Read more
source§

impl ShrAssign<u32> for BigEndian<u32>

source§

fn shr_assign(&mut self, other: u32)

Performs the >>= operation. Read more
source§

impl ShrAssign<u64> for BigEndian<u64>

source§

fn shr_assign(&mut self, other: u64)

Performs the >>= operation. Read more
source§

impl ShrAssign for BigEndian<i128>

source§

fn shr_assign(&mut self, other: BigEndian<i128>)

Performs the >>= operation. Read more
source§

impl ShrAssign for BigEndian<i16>

source§

fn shr_assign(&mut self, other: BigEndian<i16>)

Performs the >>= operation. Read more
source§

impl ShrAssign for BigEndian<i32>

source§

fn shr_assign(&mut self, other: BigEndian<i32>)

Performs the >>= operation. Read more
source§

impl ShrAssign for BigEndian<i64>

source§

fn shr_assign(&mut self, other: BigEndian<i64>)

Performs the >>= operation. Read more
source§

impl ShrAssign for BigEndian<u128>

source§

fn shr_assign(&mut self, other: BigEndian<u128>)

Performs the >>= operation. Read more
source§

impl ShrAssign for BigEndian<u16>

source§

fn shr_assign(&mut self, other: BigEndian<u16>)

Performs the >>= operation. Read more
source§

impl ShrAssign for BigEndian<u32>

source§

fn shr_assign(&mut self, other: BigEndian<u32>)

Performs the >>= operation. Read more
source§

impl ShrAssign for BigEndian<u64>

source§

fn shr_assign(&mut self, other: BigEndian<u64>)

Performs the >>= operation. Read more
source§

impl Sub<&BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<f32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<f32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<f32>> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<f32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<f32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<f64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<f64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<f64>> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<f64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<f64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i128>> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i16>> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i32>> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i64>> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<i64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u128>> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u16>> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u32>> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u64>> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: &BigEndian<u64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: &f32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: &f32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: &i128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: &i128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: &i16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: &i16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: &i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: &i64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: &i64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: &u128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: &u128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: &u16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: &u16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: &u32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: &u32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: &u64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: &u64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<f32>> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<f32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<f32>> for &f32

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<f32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<f32>> for f32

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<f32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<f64>> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<f64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<f64>> for &f64

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<f64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<f64>> for f64

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<f64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i128>> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i128>> for &i128

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i128>> for i128

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i16>> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i16>> for &i16

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i16>> for i16

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i32>> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i32>> for &i32

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i32>> for i32

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i64>> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i64>> for &i64

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<i64>> for i64

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u128>> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u128>> for &u128

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u128>> for u128

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u16>> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u16>> for &u16

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u16>> for u16

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u32>> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u32>> for &u32

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u32>> for u32

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u64>> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u64>> for &u64

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<BigEndian<u64>> for u64

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f32> for &BigEndian<f32>

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: f32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f32> for BigEndian<f32>

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: f32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f64> for &BigEndian<f64>

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f64> for BigEndian<f64>

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i128> for &BigEndian<i128>

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: i128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i128> for BigEndian<i128>

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: i128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i16> for &BigEndian<i16>

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: i16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i16> for BigEndian<i16>

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: i16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i32> for &BigEndian<i32>

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i32> for BigEndian<i32>

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: i32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i64> for &BigEndian<i64>

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: i64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<i64> for BigEndian<i64>

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: i64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u128> for &BigEndian<u128>

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: u128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u128> for BigEndian<u128>

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: u128) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u16> for &BigEndian<u16>

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: u16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u16> for BigEndian<u16>

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: u16) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u32> for &BigEndian<u32>

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: u32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u32> for BigEndian<u32>

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: u32) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u64> for &BigEndian<u64>

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: u64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<u64> for BigEndian<u64>

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: u64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<f32>

§

type Output = f32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<f32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<f64>

§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<f64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<i128>

§

type Output = i128

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<i16>

§

type Output = i16

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<i32>

§

type Output = i32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<i64>

§

type Output = i64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<i64>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<u128>

§

type Output = u128

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u128>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<u16>

§

type Output = u16

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u16>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<u32>

§

type Output = u32

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u32>) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for BigEndian<u64>

§

type Output = u64

The resulting type after applying the - operator.
source§

fn sub(self, other: BigEndian<u64>) -> Self::Output

Performs the - operation. Read more
source§

impl SubAssign<&BigEndian<f32>> for BigEndian<f32>

source§

fn sub_assign(&mut self, other: &BigEndian<f32>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<f64>> for BigEndian<f64>

source§

fn sub_assign(&mut self, other: &BigEndian<f64>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<i128>> for BigEndian<i128>

source§

fn sub_assign(&mut self, other: &BigEndian<i128>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<i16>> for BigEndian<i16>

source§

fn sub_assign(&mut self, other: &BigEndian<i16>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<i32>> for BigEndian<i32>

source§

fn sub_assign(&mut self, other: &BigEndian<i32>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<i64>> for BigEndian<i64>

source§

fn sub_assign(&mut self, other: &BigEndian<i64>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<u128>> for BigEndian<u128>

source§

fn sub_assign(&mut self, other: &BigEndian<u128>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<u16>> for BigEndian<u16>

source§

fn sub_assign(&mut self, other: &BigEndian<u16>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<u32>> for BigEndian<u32>

source§

fn sub_assign(&mut self, other: &BigEndian<u32>)

Performs the -= operation. Read more
source§

impl SubAssign<&BigEndian<u64>> for BigEndian<u64>

source§

fn sub_assign(&mut self, other: &BigEndian<u64>)

Performs the -= operation. Read more
source§

impl SubAssign<&f32> for BigEndian<f32>

source§

fn sub_assign(&mut self, other: &f32)

Performs the -= operation. Read more
source§

impl SubAssign<&f64> for BigEndian<f64>

source§

fn sub_assign(&mut self, other: &f64)

Performs the -= operation. Read more
source§

impl SubAssign<&i128> for BigEndian<i128>

source§

fn sub_assign(&mut self, other: &i128)

Performs the -= operation. Read more
source§

impl SubAssign<&i16> for BigEndian<i16>

source§

fn sub_assign(&mut self, other: &i16)

Performs the -= operation. Read more
source§

impl SubAssign<&i32> for BigEndian<i32>

source§

fn sub_assign(&mut self, other: &i32)

Performs the -= operation. Read more
source§

impl SubAssign<&i64> for BigEndian<i64>

source§

fn sub_assign(&mut self, other: &i64)

Performs the -= operation. Read more
source§

impl SubAssign<&u128> for BigEndian<u128>

source§

fn sub_assign(&mut self, other: &u128)

Performs the -= operation. Read more
source§

impl SubAssign<&u16> for BigEndian<u16>

source§

fn sub_assign(&mut self, other: &u16)

Performs the -= operation. Read more
source§

impl SubAssign<&u32> for BigEndian<u32>

source§

fn sub_assign(&mut self, other: &u32)

Performs the -= operation. Read more
source§

impl SubAssign<&u64> for BigEndian<u64>

source§

fn sub_assign(&mut self, other: &u64)

Performs the -= operation. Read more
source§

impl SubAssign<f32> for BigEndian<f32>

source§

fn sub_assign(&mut self, other: f32)

Performs the -= operation. Read more
source§

impl SubAssign<f64> for BigEndian<f64>

source§

fn sub_assign(&mut self, other: f64)

Performs the -= operation. Read more
source§

impl SubAssign<i128> for BigEndian<i128>

source§

fn sub_assign(&mut self, other: i128)

Performs the -= operation. Read more
source§

impl SubAssign<i16> for BigEndian<i16>

source§

fn sub_assign(&mut self, other: i16)

Performs the -= operation. Read more
source§

impl SubAssign<i32> for BigEndian<i32>

source§

fn sub_assign(&mut self, other: i32)

Performs the -= operation. Read more
source§

impl SubAssign<i64> for BigEndian<i64>

source§

fn sub_assign(&mut self, other: i64)

Performs the -= operation. Read more
source§

impl SubAssign<u128> for BigEndian<u128>

source§

fn sub_assign(&mut self, other: u128)

Performs the -= operation. Read more
source§

impl SubAssign<u16> for BigEndian<u16>

source§

fn sub_assign(&mut self, other: u16)

Performs the -= operation. Read more
source§

impl SubAssign<u32> for BigEndian<u32>

source§

fn sub_assign(&mut self, other: u32)

Performs the -= operation. Read more
source§

impl SubAssign<u64> for BigEndian<u64>

source§

fn sub_assign(&mut self, other: u64)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<f32>

source§

fn sub_assign(&mut self, other: BigEndian<f32>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<f64>

source§

fn sub_assign(&mut self, other: BigEndian<f64>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<i128>

source§

fn sub_assign(&mut self, other: BigEndian<i128>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<i16>

source§

fn sub_assign(&mut self, other: BigEndian<i16>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<i32>

source§

fn sub_assign(&mut self, other: BigEndian<i32>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<i64>

source§

fn sub_assign(&mut self, other: BigEndian<i64>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<u128>

source§

fn sub_assign(&mut self, other: BigEndian<u128>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<u16>

source§

fn sub_assign(&mut self, other: BigEndian<u16>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<u32>

source§

fn sub_assign(&mut self, other: BigEndian<u32>)

Performs the -= operation. Read more
source§

impl SubAssign for BigEndian<u64>

source§

fn sub_assign(&mut self, other: BigEndian<u64>)

Performs the -= operation. Read more
source§

impl Sum for BigEndian<f32>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<f64>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<i128>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<i16>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<i32>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<i64>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<u128>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<u16>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<u32>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl Sum for BigEndian<u64>

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl UpperExp for BigEndian<f32>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<f64>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<i128>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<i16>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<i32>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<i64>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<u128>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<u16>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<u32>

source§

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

Formats the value using the given formatter.
source§

impl UpperExp for BigEndian<u64>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<NonZeroI128>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<NonZeroI16>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<NonZeroI32>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<NonZeroI64>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<NonZeroU128>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<NonZeroU16>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<NonZeroU32>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<NonZeroU64>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<i128>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<i16>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<i32>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<i64>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<u128>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<u16>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<u32>

source§

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

Formats the value using the given formatter.
source§

impl UpperHex for BigEndian<u64>

source§

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

Formats the value using the given formatter.
source§

impl<T: Copy + Primitive> Copy for BigEndian<T>
where T::Storage: Copy,

source§

impl Eq for BigEndian<NonZeroI128>

source§

impl Eq for BigEndian<NonZeroI16>

source§

impl Eq for BigEndian<NonZeroI32>

source§

impl Eq for BigEndian<NonZeroI64>

source§

impl Eq for BigEndian<NonZeroU128>

source§

impl Eq for BigEndian<NonZeroU16>

source§

impl Eq for BigEndian<NonZeroU32>

source§

impl Eq for BigEndian<NonZeroU64>

source§

impl Eq for BigEndian<char>

source§

impl Eq for BigEndian<f32>

source§

impl Eq for BigEndian<f64>

source§

impl Eq for BigEndian<i128>

source§

impl Eq for BigEndian<i16>

source§

impl Eq for BigEndian<i32>

source§

impl Eq for BigEndian<i64>

source§

impl Eq for BigEndian<u128>

source§

impl Eq for BigEndian<u16>

source§

impl Eq for BigEndian<u32>

source§

impl Eq for BigEndian<u64>

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for BigEndian<T>

§

impl<T> Send for BigEndian<T>
where <T as Primitive>::Storage: Send,

§

impl<T> Sync for BigEndian<T>
where <T as Primitive>::Storage: Sync,

§

impl<T> Unpin for BigEndian<T>
where <T as Primitive>::Storage: Unpin,

§

impl<T> UnwindSafe for BigEndian<T>
where <T as Primitive>::Storage: 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> 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,

§

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§

default 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>,

§

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>,

§

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.