#[repr(transparent)]pub struct BigEndian<T> { /* private fields */ }
Expand description
A wrapper for little-endian types.
Implementations
sourceimpl BigEndian<i16>
impl BigEndian<i16>
sourcepub const fn to_ne(self) -> NativeEndian<i16>
pub const fn to_ne(self) -> NativeEndian<i16>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<i16>
pub const fn to_le(self) -> LittleEndian<i16>
Creates a LittleEndian
from this value
sourceimpl BigEndian<i32>
impl BigEndian<i32>
sourcepub const fn to_ne(self) -> NativeEndian<i32>
pub const fn to_ne(self) -> NativeEndian<i32>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<i32>
pub const fn to_le(self) -> LittleEndian<i32>
Creates a LittleEndian
from this value
sourceimpl BigEndian<i64>
impl BigEndian<i64>
sourcepub const fn to_ne(self) -> NativeEndian<i64>
pub const fn to_ne(self) -> NativeEndian<i64>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<i64>
pub const fn to_le(self) -> LittleEndian<i64>
Creates a LittleEndian
from this value
sourceimpl BigEndian<i128>
impl BigEndian<i128>
sourcepub const fn to_ne(self) -> NativeEndian<i128>
pub const fn to_ne(self) -> NativeEndian<i128>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<i128>
pub const fn to_le(self) -> LittleEndian<i128>
Creates a LittleEndian
from this value
sourceimpl BigEndian<u16>
impl BigEndian<u16>
sourcepub const fn to_ne(self) -> NativeEndian<u16>
pub const fn to_ne(self) -> NativeEndian<u16>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<u16>
pub const fn to_le(self) -> LittleEndian<u16>
Creates a LittleEndian
from this value
sourceimpl BigEndian<u32>
impl BigEndian<u32>
sourcepub const fn to_ne(self) -> NativeEndian<u32>
pub const fn to_ne(self) -> NativeEndian<u32>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<u32>
pub const fn to_le(self) -> LittleEndian<u32>
Creates a LittleEndian
from this value
sourceimpl BigEndian<u64>
impl BigEndian<u64>
sourcepub const fn to_ne(self) -> NativeEndian<u64>
pub const fn to_ne(self) -> NativeEndian<u64>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<u64>
pub const fn to_le(self) -> LittleEndian<u64>
Creates a LittleEndian
from this value
sourceimpl BigEndian<u128>
impl BigEndian<u128>
sourcepub const fn to_ne(self) -> NativeEndian<u128>
pub const fn to_ne(self) -> NativeEndian<u128>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<u128>
pub const fn to_le(self) -> LittleEndian<u128>
Creates a LittleEndian
from this value
sourceimpl BigEndian<f32>
impl BigEndian<f32>
sourcepub fn to_ne(self) -> NativeEndian<f32>
pub fn to_ne(self) -> NativeEndian<f32>
Creates a NativeEndian
from this value
sourcepub fn to_le(self) -> LittleEndian<f32>
pub fn to_le(self) -> LittleEndian<f32>
Creates a LittleEndian
from this value
sourceimpl BigEndian<f64>
impl BigEndian<f64>
sourcepub fn to_ne(self) -> NativeEndian<f64>
pub fn to_ne(self) -> NativeEndian<f64>
Creates a NativeEndian
from this value
sourcepub fn to_le(self) -> LittleEndian<f64>
pub fn to_le(self) -> LittleEndian<f64>
Creates a LittleEndian
from this value
sourceimpl BigEndian<char>
impl BigEndian<char>
sourcepub fn to_ne(self) -> NativeEndian<char>
pub fn to_ne(self) -> NativeEndian<char>
Creates a NativeEndian
from this value
sourcepub fn to_le(self) -> LittleEndian<char>
pub fn to_le(self) -> LittleEndian<char>
Creates a LittleEndian
from this value
sourceimpl BigEndian<NonZeroI16>
impl BigEndian<NonZeroI16>
sourcepub const fn new(value: NonZeroI16) -> Self
pub const fn new(value: NonZeroI16) -> Self
Creates a new value from a native-endian value
sourcepub const fn value(self) -> NonZeroI16
pub const fn value(self) -> NonZeroI16
Converts the value to a native-endian value
sourcepub const fn to_ne(self) -> NativeEndian<NonZeroI16>
pub const fn to_ne(self) -> NativeEndian<NonZeroI16>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<NonZeroI16>
pub const fn to_le(self) -> LittleEndian<NonZeroI16>
Creates a LittleEndian
from this value
sourcepub const fn to_be(self) -> BigEndian<NonZeroI16>
pub const fn to_be(self) -> BigEndian<NonZeroI16>
Creates a BigEndian
from this value
sourceimpl BigEndian<NonZeroI32>
impl BigEndian<NonZeroI32>
sourcepub const fn new(value: NonZeroI32) -> Self
pub const fn new(value: NonZeroI32) -> Self
Creates a new value from a native-endian value
sourcepub const fn value(self) -> NonZeroI32
pub const fn value(self) -> NonZeroI32
Converts the value to a native-endian value
sourcepub const fn to_ne(self) -> NativeEndian<NonZeroI32>
pub const fn to_ne(self) -> NativeEndian<NonZeroI32>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<NonZeroI32>
pub const fn to_le(self) -> LittleEndian<NonZeroI32>
Creates a LittleEndian
from this value
sourcepub const fn to_be(self) -> BigEndian<NonZeroI32>
pub const fn to_be(self) -> BigEndian<NonZeroI32>
Creates a BigEndian
from this value
sourceimpl BigEndian<NonZeroI64>
impl BigEndian<NonZeroI64>
sourcepub const fn new(value: NonZeroI64) -> Self
pub const fn new(value: NonZeroI64) -> Self
Creates a new value from a native-endian value
sourcepub const fn value(self) -> NonZeroI64
pub const fn value(self) -> NonZeroI64
Converts the value to a native-endian value
sourcepub const fn to_ne(self) -> NativeEndian<NonZeroI64>
pub const fn to_ne(self) -> NativeEndian<NonZeroI64>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<NonZeroI64>
pub const fn to_le(self) -> LittleEndian<NonZeroI64>
Creates a LittleEndian
from this value
sourcepub const fn to_be(self) -> BigEndian<NonZeroI64>
pub const fn to_be(self) -> BigEndian<NonZeroI64>
Creates a BigEndian
from this value
sourceimpl BigEndian<NonZeroI128>
impl BigEndian<NonZeroI128>
sourcepub const fn new(value: NonZeroI128) -> Self
pub const fn new(value: NonZeroI128) -> Self
Creates a new value from a native-endian value
sourcepub const fn value(self) -> NonZeroI128
pub const fn value(self) -> NonZeroI128
Converts the value to a native-endian value
sourcepub const fn to_ne(self) -> NativeEndian<NonZeroI128>
pub const fn to_ne(self) -> NativeEndian<NonZeroI128>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<NonZeroI128>
pub const fn to_le(self) -> LittleEndian<NonZeroI128>
Creates a LittleEndian
from this value
sourcepub const fn to_be(self) -> BigEndian<NonZeroI128>
pub const fn to_be(self) -> BigEndian<NonZeroI128>
Creates a BigEndian
from this value
sourceimpl BigEndian<NonZeroU16>
impl BigEndian<NonZeroU16>
sourcepub const fn new(value: NonZeroU16) -> Self
pub const fn new(value: NonZeroU16) -> Self
Creates a new value from a native-endian value
sourcepub const fn value(self) -> NonZeroU16
pub const fn value(self) -> NonZeroU16
Converts the value to a native-endian value
sourcepub const fn to_ne(self) -> NativeEndian<NonZeroU16>
pub const fn to_ne(self) -> NativeEndian<NonZeroU16>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<NonZeroU16>
pub const fn to_le(self) -> LittleEndian<NonZeroU16>
Creates a LittleEndian
from this value
sourcepub const fn to_be(self) -> BigEndian<NonZeroU16>
pub const fn to_be(self) -> BigEndian<NonZeroU16>
Creates a BigEndian
from this value
sourceimpl BigEndian<NonZeroU32>
impl BigEndian<NonZeroU32>
sourcepub const fn new(value: NonZeroU32) -> Self
pub const fn new(value: NonZeroU32) -> Self
Creates a new value from a native-endian value
sourcepub const fn value(self) -> NonZeroU32
pub const fn value(self) -> NonZeroU32
Converts the value to a native-endian value
sourcepub const fn to_ne(self) -> NativeEndian<NonZeroU32>
pub const fn to_ne(self) -> NativeEndian<NonZeroU32>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<NonZeroU32>
pub const fn to_le(self) -> LittleEndian<NonZeroU32>
Creates a LittleEndian
from this value
sourcepub const fn to_be(self) -> BigEndian<NonZeroU32>
pub const fn to_be(self) -> BigEndian<NonZeroU32>
Creates a BigEndian
from this value
sourceimpl BigEndian<NonZeroU64>
impl BigEndian<NonZeroU64>
sourcepub const fn new(value: NonZeroU64) -> Self
pub const fn new(value: NonZeroU64) -> Self
Creates a new value from a native-endian value
sourcepub const fn value(self) -> NonZeroU64
pub const fn value(self) -> NonZeroU64
Converts the value to a native-endian value
sourcepub const fn to_ne(self) -> NativeEndian<NonZeroU64>
pub const fn to_ne(self) -> NativeEndian<NonZeroU64>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<NonZeroU64>
pub const fn to_le(self) -> LittleEndian<NonZeroU64>
Creates a LittleEndian
from this value
sourcepub const fn to_be(self) -> BigEndian<NonZeroU64>
pub const fn to_be(self) -> BigEndian<NonZeroU64>
Creates a BigEndian
from this value
sourceimpl BigEndian<NonZeroU128>
impl BigEndian<NonZeroU128>
sourcepub const fn new(value: NonZeroU128) -> Self
pub const fn new(value: NonZeroU128) -> Self
Creates a new value from a native-endian value
sourcepub const fn value(self) -> NonZeroU128
pub const fn value(self) -> NonZeroU128
Converts the value to a native-endian value
sourcepub const fn to_ne(self) -> NativeEndian<NonZeroU128>
pub const fn to_ne(self) -> NativeEndian<NonZeroU128>
Creates a NativeEndian
from this value
sourcepub const fn to_le(self) -> LittleEndian<NonZeroU128>
pub const fn to_le(self) -> LittleEndian<NonZeroU128>
Creates a LittleEndian
from this value
sourcepub const fn to_be(self) -> BigEndian<NonZeroU128>
pub const fn to_be(self) -> BigEndian<NonZeroU128>
Creates a BigEndian
from this value
sourceimpl BigEndian<AtomicI16>
impl BigEndian<AtomicI16>
sourcepub fn compare_exchange(
&self,
current: i16,
new: i16,
success: Ordering,
failure: Ordering
) -> Result<i16, i16>
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.
sourcepub fn fetch_add(&self, val: i16, order: Ordering) -> i16
pub fn fetch_add(&self, val: i16, order: Ordering) -> i16
Adds to the current value, returning the previous value.
sourcepub fn fetch_and(&self, val: i16, order: Ordering) -> i16
pub fn fetch_and(&self, val: i16, order: Ordering) -> i16
Bitwise “and” with the current value.
sourcepub fn fetch_nand(&self, val: i16, order: Ordering) -> i16
pub fn fetch_nand(&self, val: i16, order: Ordering) -> i16
Bitwise “nand” with the current value.
sourcepub fn fetch_sub(&self, val: i16, order: Ordering) -> i16
pub fn fetch_sub(&self, val: i16, order: Ordering) -> i16
Subtracts from the current value, returning the previous value.
sourcepub fn fetch_update<F: FnMut(i16) -> Option<i16>>(
&self,
set_order: Ordering,
fetch_order: Ordering,
f: F
) -> Result<i16, i16>
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)
.
sourcepub fn fetch_xor(&self, val: i16, order: Ordering) -> i16
pub fn fetch_xor(&self, val: i16, order: Ordering) -> i16
Bitwise “xor” with the current value.
sourcepub fn into_inner(self) -> i16
pub fn into_inner(self) -> i16
Consumes the atomic and returns the contained value.
sourceimpl BigEndian<AtomicI32>
impl BigEndian<AtomicI32>
sourcepub fn compare_exchange(
&self,
current: i32,
new: i32,
success: Ordering,
failure: Ordering
) -> Result<i32, i32>
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.
sourcepub fn fetch_add(&self, val: i32, order: Ordering) -> i32
pub fn fetch_add(&self, val: i32, order: Ordering) -> i32
Adds to the current value, returning the previous value.
sourcepub fn fetch_and(&self, val: i32, order: Ordering) -> i32
pub fn fetch_and(&self, val: i32, order: Ordering) -> i32
Bitwise “and” with the current value.
sourcepub fn fetch_nand(&self, val: i32, order: Ordering) -> i32
pub fn fetch_nand(&self, val: i32, order: Ordering) -> i32
Bitwise “nand” with the current value.
sourcepub fn fetch_sub(&self, val: i32, order: Ordering) -> i32
pub fn fetch_sub(&self, val: i32, order: Ordering) -> i32
Subtracts from the current value, returning the previous value.
sourcepub fn fetch_update<F: FnMut(i32) -> Option<i32>>(
&self,
set_order: Ordering,
fetch_order: Ordering,
f: F
) -> Result<i32, i32>
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)
.
sourcepub fn fetch_xor(&self, val: i32, order: Ordering) -> i32
pub fn fetch_xor(&self, val: i32, order: Ordering) -> i32
Bitwise “xor” with the current value.
sourcepub fn into_inner(self) -> i32
pub fn into_inner(self) -> i32
Consumes the atomic and returns the contained value.
sourceimpl BigEndian<AtomicI64>
impl BigEndian<AtomicI64>
sourcepub fn compare_exchange(
&self,
current: i64,
new: i64,
success: Ordering,
failure: Ordering
) -> Result<i64, i64>
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.
sourcepub fn fetch_add(&self, val: i64, order: Ordering) -> i64
pub fn fetch_add(&self, val: i64, order: Ordering) -> i64
Adds to the current value, returning the previous value.
sourcepub fn fetch_and(&self, val: i64, order: Ordering) -> i64
pub fn fetch_and(&self, val: i64, order: Ordering) -> i64
Bitwise “and” with the current value.
sourcepub fn fetch_nand(&self, val: i64, order: Ordering) -> i64
pub fn fetch_nand(&self, val: i64, order: Ordering) -> i64
Bitwise “nand” with the current value.
sourcepub fn fetch_sub(&self, val: i64, order: Ordering) -> i64
pub fn fetch_sub(&self, val: i64, order: Ordering) -> i64
Subtracts from the current value, returning the previous value.
sourcepub fn fetch_update<F: FnMut(i64) -> Option<i64>>(
&self,
set_order: Ordering,
fetch_order: Ordering,
f: F
) -> Result<i64, i64>
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)
.
sourcepub fn fetch_xor(&self, val: i64, order: Ordering) -> i64
pub fn fetch_xor(&self, val: i64, order: Ordering) -> i64
Bitwise “xor” with the current value.
sourcepub fn into_inner(self) -> i64
pub fn into_inner(self) -> i64
Consumes the atomic and returns the contained value.
sourceimpl BigEndian<AtomicU16>
impl BigEndian<AtomicU16>
sourcepub fn compare_exchange(
&self,
current: u16,
new: u16,
success: Ordering,
failure: Ordering
) -> Result<u16, u16>
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.
sourcepub fn fetch_add(&self, val: u16, order: Ordering) -> u16
pub fn fetch_add(&self, val: u16, order: Ordering) -> u16
Adds to the current value, returning the previous value.
sourcepub fn fetch_and(&self, val: u16, order: Ordering) -> u16
pub fn fetch_and(&self, val: u16, order: Ordering) -> u16
Bitwise “and” with the current value.
sourcepub fn fetch_nand(&self, val: u16, order: Ordering) -> u16
pub fn fetch_nand(&self, val: u16, order: Ordering) -> u16
Bitwise “nand” with the current value.
sourcepub fn fetch_sub(&self, val: u16, order: Ordering) -> u16
pub fn fetch_sub(&self, val: u16, order: Ordering) -> u16
Subtracts from the current value, returning the previous value.
sourcepub fn fetch_update<F: FnMut(u16) -> Option<u16>>(
&self,
set_order: Ordering,
fetch_order: Ordering,
f: F
) -> Result<u16, u16>
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)
.
sourcepub fn fetch_xor(&self, val: u16, order: Ordering) -> u16
pub fn fetch_xor(&self, val: u16, order: Ordering) -> u16
Bitwise “xor” with the current value.
sourcepub fn into_inner(self) -> u16
pub fn into_inner(self) -> u16
Consumes the atomic and returns the contained value.
sourceimpl BigEndian<AtomicU32>
impl BigEndian<AtomicU32>
sourcepub fn compare_exchange(
&self,
current: u32,
new: u32,
success: Ordering,
failure: Ordering
) -> Result<u32, u32>
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.
sourcepub fn fetch_add(&self, val: u32, order: Ordering) -> u32
pub fn fetch_add(&self, val: u32, order: Ordering) -> u32
Adds to the current value, returning the previous value.
sourcepub fn fetch_and(&self, val: u32, order: Ordering) -> u32
pub fn fetch_and(&self, val: u32, order: Ordering) -> u32
Bitwise “and” with the current value.
sourcepub fn fetch_nand(&self, val: u32, order: Ordering) -> u32
pub fn fetch_nand(&self, val: u32, order: Ordering) -> u32
Bitwise “nand” with the current value.
sourcepub fn fetch_sub(&self, val: u32, order: Ordering) -> u32
pub fn fetch_sub(&self, val: u32, order: Ordering) -> u32
Subtracts from the current value, returning the previous value.
sourcepub fn fetch_update<F: FnMut(u32) -> Option<u32>>(
&self,
set_order: Ordering,
fetch_order: Ordering,
f: F
) -> Result<u32, u32>
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)
.
sourcepub fn fetch_xor(&self, val: u32, order: Ordering) -> u32
pub fn fetch_xor(&self, val: u32, order: Ordering) -> u32
Bitwise “xor” with the current value.
sourcepub fn into_inner(self) -> u32
pub fn into_inner(self) -> u32
Consumes the atomic and returns the contained value.
sourceimpl BigEndian<AtomicU64>
impl BigEndian<AtomicU64>
sourcepub fn compare_exchange(
&self,
current: u64,
new: u64,
success: Ordering,
failure: Ordering
) -> Result<u64, u64>
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.
sourcepub fn fetch_add(&self, val: u64, order: Ordering) -> u64
pub fn fetch_add(&self, val: u64, order: Ordering) -> u64
Adds to the current value, returning the previous value.
sourcepub fn fetch_and(&self, val: u64, order: Ordering) -> u64
pub fn fetch_and(&self, val: u64, order: Ordering) -> u64
Bitwise “and” with the current value.
sourcepub fn fetch_nand(&self, val: u64, order: Ordering) -> u64
pub fn fetch_nand(&self, val: u64, order: Ordering) -> u64
Bitwise “nand” with the current value.
sourcepub fn fetch_sub(&self, val: u64, order: Ordering) -> u64
pub fn fetch_sub(&self, val: u64, order: Ordering) -> u64
Subtracts from the current value, returning the previous value.
sourcepub fn fetch_update<F: FnMut(u64) -> Option<u64>>(
&self,
set_order: Ordering,
fetch_order: Ordering,
f: F
) -> Result<u64, u64>
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)
.
sourcepub fn fetch_xor(&self, val: u64, order: Ordering) -> u64
pub fn fetch_xor(&self, val: u64, order: Ordering) -> u64
Bitwise “xor” with the current value.
sourcepub fn into_inner(self) -> u64
pub fn into_inner(self) -> u64
Consumes the atomic and returns the contained value.
Trait Implementations
sourceimpl AddAssign<&'_ BigEndian<f32>> for BigEndian<f32>
impl AddAssign<&'_ BigEndian<f32>> for BigEndian<f32>
sourcefn add_assign(&mut self, other: &BigEndian<f32>)
fn add_assign(&mut self, other: &BigEndian<f32>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<f64>> for BigEndian<f64>
impl AddAssign<&'_ BigEndian<f64>> for BigEndian<f64>
sourcefn add_assign(&mut self, other: &BigEndian<f64>)
fn add_assign(&mut self, other: &BigEndian<f64>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl AddAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn add_assign(&mut self, other: &BigEndian<i128>)
fn add_assign(&mut self, other: &BigEndian<i128>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl AddAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn add_assign(&mut self, other: &BigEndian<i16>)
fn add_assign(&mut self, other: &BigEndian<i16>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl AddAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn add_assign(&mut self, other: &BigEndian<i32>)
fn add_assign(&mut self, other: &BigEndian<i32>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl AddAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn add_assign(&mut self, other: &BigEndian<i64>)
fn add_assign(&mut self, other: &BigEndian<i64>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl AddAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn add_assign(&mut self, other: &BigEndian<u128>)
fn add_assign(&mut self, other: &BigEndian<u128>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl AddAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn add_assign(&mut self, other: &BigEndian<u16>)
fn add_assign(&mut self, other: &BigEndian<u16>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl AddAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn add_assign(&mut self, other: &BigEndian<u32>)
fn add_assign(&mut self, other: &BigEndian<u32>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl AddAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn add_assign(&mut self, other: &BigEndian<u64>)
fn add_assign(&mut self, other: &BigEndian<u64>)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ f32> for BigEndian<f32>
impl AddAssign<&'_ f32> for BigEndian<f32>
sourcefn add_assign(&mut self, other: &f32)
fn add_assign(&mut self, other: &f32)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ f64> for BigEndian<f64>
impl AddAssign<&'_ f64> for BigEndian<f64>
sourcefn add_assign(&mut self, other: &f64)
fn add_assign(&mut self, other: &f64)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ i128> for BigEndian<i128>
impl AddAssign<&'_ i128> for BigEndian<i128>
sourcefn add_assign(&mut self, other: &i128)
fn add_assign(&mut self, other: &i128)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ i16> for BigEndian<i16>
impl AddAssign<&'_ i16> for BigEndian<i16>
sourcefn add_assign(&mut self, other: &i16)
fn add_assign(&mut self, other: &i16)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ i32> for BigEndian<i32>
impl AddAssign<&'_ i32> for BigEndian<i32>
sourcefn add_assign(&mut self, other: &i32)
fn add_assign(&mut self, other: &i32)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ i64> for BigEndian<i64>
impl AddAssign<&'_ i64> for BigEndian<i64>
sourcefn add_assign(&mut self, other: &i64)
fn add_assign(&mut self, other: &i64)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ u128> for BigEndian<u128>
impl AddAssign<&'_ u128> for BigEndian<u128>
sourcefn add_assign(&mut self, other: &u128)
fn add_assign(&mut self, other: &u128)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ u16> for BigEndian<u16>
impl AddAssign<&'_ u16> for BigEndian<u16>
sourcefn add_assign(&mut self, other: &u16)
fn add_assign(&mut self, other: &u16)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ u32> for BigEndian<u32>
impl AddAssign<&'_ u32> for BigEndian<u32>
sourcefn add_assign(&mut self, other: &u32)
fn add_assign(&mut self, other: &u32)
Performs the +=
operation. Read more
sourceimpl AddAssign<&'_ u64> for BigEndian<u64>
impl AddAssign<&'_ u64> for BigEndian<u64>
sourcefn add_assign(&mut self, other: &u64)
fn add_assign(&mut self, other: &u64)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<f32>> for BigEndian<f32>
impl AddAssign<BigEndian<f32>> for BigEndian<f32>
sourcefn add_assign(&mut self, other: BigEndian<f32>)
fn add_assign(&mut self, other: BigEndian<f32>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<f64>> for BigEndian<f64>
impl AddAssign<BigEndian<f64>> for BigEndian<f64>
sourcefn add_assign(&mut self, other: BigEndian<f64>)
fn add_assign(&mut self, other: BigEndian<f64>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<i128>> for BigEndian<i128>
impl AddAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn add_assign(&mut self, other: BigEndian<i128>)
fn add_assign(&mut self, other: BigEndian<i128>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<i16>> for BigEndian<i16>
impl AddAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn add_assign(&mut self, other: BigEndian<i16>)
fn add_assign(&mut self, other: BigEndian<i16>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<i32>> for BigEndian<i32>
impl AddAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn add_assign(&mut self, other: BigEndian<i32>)
fn add_assign(&mut self, other: BigEndian<i32>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<i64>> for BigEndian<i64>
impl AddAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn add_assign(&mut self, other: BigEndian<i64>)
fn add_assign(&mut self, other: BigEndian<i64>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<u128>> for BigEndian<u128>
impl AddAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn add_assign(&mut self, other: BigEndian<u128>)
fn add_assign(&mut self, other: BigEndian<u128>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<u16>> for BigEndian<u16>
impl AddAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn add_assign(&mut self, other: BigEndian<u16>)
fn add_assign(&mut self, other: BigEndian<u16>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<u32>> for BigEndian<u32>
impl AddAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn add_assign(&mut self, other: BigEndian<u32>)
fn add_assign(&mut self, other: BigEndian<u32>)
Performs the +=
operation. Read more
sourceimpl AddAssign<BigEndian<u64>> for BigEndian<u64>
impl AddAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn add_assign(&mut self, other: BigEndian<u64>)
fn add_assign(&mut self, other: BigEndian<u64>)
Performs the +=
operation. Read more
sourceimpl AddAssign<f32> for BigEndian<f32>
impl AddAssign<f32> for BigEndian<f32>
sourcefn add_assign(&mut self, other: f32)
fn add_assign(&mut self, other: f32)
Performs the +=
operation. Read more
sourceimpl AddAssign<f64> for BigEndian<f64>
impl AddAssign<f64> for BigEndian<f64>
sourcefn add_assign(&mut self, other: f64)
fn add_assign(&mut self, other: f64)
Performs the +=
operation. Read more
sourceimpl AddAssign<i128> for BigEndian<i128>
impl AddAssign<i128> for BigEndian<i128>
sourcefn add_assign(&mut self, other: i128)
fn add_assign(&mut self, other: i128)
Performs the +=
operation. Read more
sourceimpl AddAssign<i16> for BigEndian<i16>
impl AddAssign<i16> for BigEndian<i16>
sourcefn add_assign(&mut self, other: i16)
fn add_assign(&mut self, other: i16)
Performs the +=
operation. Read more
sourceimpl AddAssign<i32> for BigEndian<i32>
impl AddAssign<i32> for BigEndian<i32>
sourcefn add_assign(&mut self, other: i32)
fn add_assign(&mut self, other: i32)
Performs the +=
operation. Read more
sourceimpl AddAssign<i64> for BigEndian<i64>
impl AddAssign<i64> for BigEndian<i64>
sourcefn add_assign(&mut self, other: i64)
fn add_assign(&mut self, other: i64)
Performs the +=
operation. Read more
sourceimpl AddAssign<u128> for BigEndian<u128>
impl AddAssign<u128> for BigEndian<u128>
sourcefn add_assign(&mut self, other: u128)
fn add_assign(&mut self, other: u128)
Performs the +=
operation. Read more
sourceimpl AddAssign<u16> for BigEndian<u16>
impl AddAssign<u16> for BigEndian<u16>
sourcefn add_assign(&mut self, other: u16)
fn add_assign(&mut self, other: u16)
Performs the +=
operation. Read more
sourceimpl AddAssign<u32> for BigEndian<u32>
impl AddAssign<u32> for BigEndian<u32>
sourcefn add_assign(&mut self, other: u32)
fn add_assign(&mut self, other: u32)
Performs the +=
operation. Read more
sourceimpl AddAssign<u64> for BigEndian<u64>
impl AddAssign<u64> for BigEndian<u64>
sourcefn add_assign(&mut self, other: u64)
fn add_assign(&mut self, other: u64)
Performs the +=
operation. Read more
sourceimpl Binary for BigEndian<NonZeroI64>
impl Binary for BigEndian<NonZeroI64>
sourceimpl Binary for BigEndian<NonZeroI128>
impl Binary for BigEndian<NonZeroI128>
sourceimpl Binary for BigEndian<NonZeroU16>
impl Binary for BigEndian<NonZeroU16>
sourceimpl Binary for BigEndian<NonZeroU32>
impl Binary for BigEndian<NonZeroU32>
sourceimpl Binary for BigEndian<NonZeroU64>
impl Binary for BigEndian<NonZeroU64>
sourceimpl Binary for BigEndian<NonZeroU128>
impl Binary for BigEndian<NonZeroU128>
sourceimpl Binary for BigEndian<NonZeroI16>
impl Binary for BigEndian<NonZeroI16>
sourceimpl Binary for BigEndian<NonZeroI32>
impl Binary for BigEndian<NonZeroI32>
sourceimpl BitAndAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl BitAndAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn bitand_assign(&mut self, other: &BigEndian<i128>)
fn bitand_assign(&mut self, other: &BigEndian<i128>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl BitAndAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn bitand_assign(&mut self, other: &BigEndian<i16>)
fn bitand_assign(&mut self, other: &BigEndian<i16>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl BitAndAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn bitand_assign(&mut self, other: &BigEndian<i32>)
fn bitand_assign(&mut self, other: &BigEndian<i32>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl BitAndAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn bitand_assign(&mut self, other: &BigEndian<i64>)
fn bitand_assign(&mut self, other: &BigEndian<i64>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl BitAndAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn bitand_assign(&mut self, other: &BigEndian<u128>)
fn bitand_assign(&mut self, other: &BigEndian<u128>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl BitAndAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn bitand_assign(&mut self, other: &BigEndian<u16>)
fn bitand_assign(&mut self, other: &BigEndian<u16>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl BitAndAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn bitand_assign(&mut self, other: &BigEndian<u32>)
fn bitand_assign(&mut self, other: &BigEndian<u32>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl BitAndAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn bitand_assign(&mut self, other: &BigEndian<u64>)
fn bitand_assign(&mut self, other: &BigEndian<u64>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ i128> for BigEndian<i128>
impl BitAndAssign<&'_ i128> for BigEndian<i128>
sourcefn bitand_assign(&mut self, other: &i128)
fn bitand_assign(&mut self, other: &i128)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ i16> for BigEndian<i16>
impl BitAndAssign<&'_ i16> for BigEndian<i16>
sourcefn bitand_assign(&mut self, other: &i16)
fn bitand_assign(&mut self, other: &i16)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ i32> for BigEndian<i32>
impl BitAndAssign<&'_ i32> for BigEndian<i32>
sourcefn bitand_assign(&mut self, other: &i32)
fn bitand_assign(&mut self, other: &i32)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ i64> for BigEndian<i64>
impl BitAndAssign<&'_ i64> for BigEndian<i64>
sourcefn bitand_assign(&mut self, other: &i64)
fn bitand_assign(&mut self, other: &i64)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ u128> for BigEndian<u128>
impl BitAndAssign<&'_ u128> for BigEndian<u128>
sourcefn bitand_assign(&mut self, other: &u128)
fn bitand_assign(&mut self, other: &u128)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ u16> for BigEndian<u16>
impl BitAndAssign<&'_ u16> for BigEndian<u16>
sourcefn bitand_assign(&mut self, other: &u16)
fn bitand_assign(&mut self, other: &u16)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ u32> for BigEndian<u32>
impl BitAndAssign<&'_ u32> for BigEndian<u32>
sourcefn bitand_assign(&mut self, other: &u32)
fn bitand_assign(&mut self, other: &u32)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<&'_ u64> for BigEndian<u64>
impl BitAndAssign<&'_ u64> for BigEndian<u64>
sourcefn bitand_assign(&mut self, other: &u64)
fn bitand_assign(&mut self, other: &u64)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<BigEndian<i128>> for BigEndian<i128>
impl BitAndAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn bitand_assign(&mut self, other: BigEndian<i128>)
fn bitand_assign(&mut self, other: BigEndian<i128>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<BigEndian<i16>> for BigEndian<i16>
impl BitAndAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn bitand_assign(&mut self, other: BigEndian<i16>)
fn bitand_assign(&mut self, other: BigEndian<i16>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<BigEndian<i32>> for BigEndian<i32>
impl BitAndAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn bitand_assign(&mut self, other: BigEndian<i32>)
fn bitand_assign(&mut self, other: BigEndian<i32>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<BigEndian<i64>> for BigEndian<i64>
impl BitAndAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn bitand_assign(&mut self, other: BigEndian<i64>)
fn bitand_assign(&mut self, other: BigEndian<i64>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<BigEndian<u128>> for BigEndian<u128>
impl BitAndAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn bitand_assign(&mut self, other: BigEndian<u128>)
fn bitand_assign(&mut self, other: BigEndian<u128>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<BigEndian<u16>> for BigEndian<u16>
impl BitAndAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn bitand_assign(&mut self, other: BigEndian<u16>)
fn bitand_assign(&mut self, other: BigEndian<u16>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<BigEndian<u32>> for BigEndian<u32>
impl BitAndAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn bitand_assign(&mut self, other: BigEndian<u32>)
fn bitand_assign(&mut self, other: BigEndian<u32>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<BigEndian<u64>> for BigEndian<u64>
impl BitAndAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn bitand_assign(&mut self, other: BigEndian<u64>)
fn bitand_assign(&mut self, other: BigEndian<u64>)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<i128> for BigEndian<i128>
impl BitAndAssign<i128> for BigEndian<i128>
sourcefn bitand_assign(&mut self, other: i128)
fn bitand_assign(&mut self, other: i128)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<i16> for BigEndian<i16>
impl BitAndAssign<i16> for BigEndian<i16>
sourcefn bitand_assign(&mut self, other: i16)
fn bitand_assign(&mut self, other: i16)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<i32> for BigEndian<i32>
impl BitAndAssign<i32> for BigEndian<i32>
sourcefn bitand_assign(&mut self, other: i32)
fn bitand_assign(&mut self, other: i32)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<i64> for BigEndian<i64>
impl BitAndAssign<i64> for BigEndian<i64>
sourcefn bitand_assign(&mut self, other: i64)
fn bitand_assign(&mut self, other: i64)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<u128> for BigEndian<u128>
impl BitAndAssign<u128> for BigEndian<u128>
sourcefn bitand_assign(&mut self, other: u128)
fn bitand_assign(&mut self, other: u128)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<u16> for BigEndian<u16>
impl BitAndAssign<u16> for BigEndian<u16>
sourcefn bitand_assign(&mut self, other: u16)
fn bitand_assign(&mut self, other: u16)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<u32> for BigEndian<u32>
impl BitAndAssign<u32> for BigEndian<u32>
sourcefn bitand_assign(&mut self, other: u32)
fn bitand_assign(&mut self, other: u32)
Performs the &=
operation. Read more
sourceimpl BitAndAssign<u64> for BigEndian<u64>
impl BitAndAssign<u64> for BigEndian<u64>
sourcefn bitand_assign(&mut self, other: u64)
fn bitand_assign(&mut self, other: u64)
Performs the &=
operation. Read more
sourceimpl BitOr<&'_ BigEndian<NonZeroI128>> for NonZeroI128
impl BitOr<&'_ BigEndian<NonZeroI128>> for NonZeroI128
type Output = NonZeroI128
type Output = NonZeroI128
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
impl BitOr<&'_ BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
type Output = NonZeroI128
type Output = NonZeroI128
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI128>> for &BigEndian<NonZeroI128>
impl BitOr<&'_ BigEndian<NonZeroI128>> for &BigEndian<NonZeroI128>
type Output = NonZeroI128
type Output = NonZeroI128
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI16>> for NonZeroI16
impl BitOr<&'_ BigEndian<NonZeroI16>> for NonZeroI16
type Output = NonZeroI16
type Output = NonZeroI16
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
impl BitOr<&'_ BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
type Output = NonZeroI16
type Output = NonZeroI16
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI16>> for &BigEndian<NonZeroI16>
impl BitOr<&'_ BigEndian<NonZeroI16>> for &BigEndian<NonZeroI16>
type Output = NonZeroI16
type Output = NonZeroI16
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI32>> for NonZeroI32
impl BitOr<&'_ BigEndian<NonZeroI32>> for NonZeroI32
type Output = NonZeroI32
type Output = NonZeroI32
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
impl BitOr<&'_ BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
type Output = NonZeroI32
type Output = NonZeroI32
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI32>> for &BigEndian<NonZeroI32>
impl BitOr<&'_ BigEndian<NonZeroI32>> for &BigEndian<NonZeroI32>
type Output = NonZeroI32
type Output = NonZeroI32
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI64>> for NonZeroI64
impl BitOr<&'_ BigEndian<NonZeroI64>> for NonZeroI64
type Output = NonZeroI64
type Output = NonZeroI64
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
impl BitOr<&'_ BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
type Output = NonZeroI64
type Output = NonZeroI64
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroI64>> for &BigEndian<NonZeroI64>
impl BitOr<&'_ BigEndian<NonZeroI64>> for &BigEndian<NonZeroI64>
type Output = NonZeroI64
type Output = NonZeroI64
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU128>> for NonZeroU128
impl BitOr<&'_ BigEndian<NonZeroU128>> for NonZeroU128
type Output = NonZeroU128
type Output = NonZeroU128
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
impl BitOr<&'_ BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
type Output = NonZeroU128
type Output = NonZeroU128
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU128>> for &BigEndian<NonZeroU128>
impl BitOr<&'_ BigEndian<NonZeroU128>> for &BigEndian<NonZeroU128>
type Output = NonZeroU128
type Output = NonZeroU128
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU16>> for NonZeroU16
impl BitOr<&'_ BigEndian<NonZeroU16>> for NonZeroU16
type Output = NonZeroU16
type Output = NonZeroU16
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
impl BitOr<&'_ BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
type Output = NonZeroU16
type Output = NonZeroU16
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU16>> for &BigEndian<NonZeroU16>
impl BitOr<&'_ BigEndian<NonZeroU16>> for &BigEndian<NonZeroU16>
type Output = NonZeroU16
type Output = NonZeroU16
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU32>> for NonZeroU32
impl BitOr<&'_ BigEndian<NonZeroU32>> for NonZeroU32
type Output = NonZeroU32
type Output = NonZeroU32
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
impl BitOr<&'_ BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
type Output = NonZeroU32
type Output = NonZeroU32
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU32>> for &BigEndian<NonZeroU32>
impl BitOr<&'_ BigEndian<NonZeroU32>> for &BigEndian<NonZeroU32>
type Output = NonZeroU32
type Output = NonZeroU32
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU64>> for NonZeroU64
impl BitOr<&'_ BigEndian<NonZeroU64>> for NonZeroU64
type Output = NonZeroU64
type Output = NonZeroU64
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
impl BitOr<&'_ BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
type Output = NonZeroU64
type Output = NonZeroU64
The resulting type after applying the |
operator.
sourceimpl BitOr<&'_ BigEndian<NonZeroU64>> for &BigEndian<NonZeroU64>
impl BitOr<&'_ BigEndian<NonZeroU64>> for &BigEndian<NonZeroU64>
type Output = NonZeroU64
type Output = NonZeroU64
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI128>> for NonZeroI128
impl BitOr<BigEndian<NonZeroI128>> for NonZeroI128
type Output = NonZeroI128
type Output = NonZeroI128
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
impl BitOr<BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
type Output = NonZeroI128
type Output = NonZeroI128
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI128>> for &BigEndian<NonZeroI128>
impl BitOr<BigEndian<NonZeroI128>> for &BigEndian<NonZeroI128>
type Output = NonZeroI128
type Output = NonZeroI128
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI16>> for NonZeroI16
impl BitOr<BigEndian<NonZeroI16>> for NonZeroI16
type Output = NonZeroI16
type Output = NonZeroI16
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
impl BitOr<BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
type Output = NonZeroI16
type Output = NonZeroI16
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI16>> for &BigEndian<NonZeroI16>
impl BitOr<BigEndian<NonZeroI16>> for &BigEndian<NonZeroI16>
type Output = NonZeroI16
type Output = NonZeroI16
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI32>> for NonZeroI32
impl BitOr<BigEndian<NonZeroI32>> for NonZeroI32
type Output = NonZeroI32
type Output = NonZeroI32
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
impl BitOr<BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
type Output = NonZeroI32
type Output = NonZeroI32
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI32>> for &BigEndian<NonZeroI32>
impl BitOr<BigEndian<NonZeroI32>> for &BigEndian<NonZeroI32>
type Output = NonZeroI32
type Output = NonZeroI32
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI64>> for NonZeroI64
impl BitOr<BigEndian<NonZeroI64>> for NonZeroI64
type Output = NonZeroI64
type Output = NonZeroI64
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
impl BitOr<BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
type Output = NonZeroI64
type Output = NonZeroI64
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroI64>> for &BigEndian<NonZeroI64>
impl BitOr<BigEndian<NonZeroI64>> for &BigEndian<NonZeroI64>
type Output = NonZeroI64
type Output = NonZeroI64
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU128>> for NonZeroU128
impl BitOr<BigEndian<NonZeroU128>> for NonZeroU128
type Output = NonZeroU128
type Output = NonZeroU128
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
impl BitOr<BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
type Output = NonZeroU128
type Output = NonZeroU128
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU128>> for &BigEndian<NonZeroU128>
impl BitOr<BigEndian<NonZeroU128>> for &BigEndian<NonZeroU128>
type Output = NonZeroU128
type Output = NonZeroU128
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU16>> for NonZeroU16
impl BitOr<BigEndian<NonZeroU16>> for NonZeroU16
type Output = NonZeroU16
type Output = NonZeroU16
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
impl BitOr<BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
type Output = NonZeroU16
type Output = NonZeroU16
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU16>> for &BigEndian<NonZeroU16>
impl BitOr<BigEndian<NonZeroU16>> for &BigEndian<NonZeroU16>
type Output = NonZeroU16
type Output = NonZeroU16
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU32>> for NonZeroU32
impl BitOr<BigEndian<NonZeroU32>> for NonZeroU32
type Output = NonZeroU32
type Output = NonZeroU32
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
impl BitOr<BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
type Output = NonZeroU32
type Output = NonZeroU32
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU32>> for &BigEndian<NonZeroU32>
impl BitOr<BigEndian<NonZeroU32>> for &BigEndian<NonZeroU32>
type Output = NonZeroU32
type Output = NonZeroU32
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU64>> for NonZeroU64
impl BitOr<BigEndian<NonZeroU64>> for NonZeroU64
type Output = NonZeroU64
type Output = NonZeroU64
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
impl BitOr<BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
type Output = NonZeroU64
type Output = NonZeroU64
The resulting type after applying the |
operator.
sourceimpl BitOr<BigEndian<NonZeroU64>> for &BigEndian<NonZeroU64>
impl BitOr<BigEndian<NonZeroU64>> for &BigEndian<NonZeroU64>
type Output = NonZeroU64
type Output = NonZeroU64
The resulting type after applying the |
operator.
sourceimpl BitOr<NonZeroI128> for BigEndian<NonZeroI128>
impl BitOr<NonZeroI128> for BigEndian<NonZeroI128>
type Output = NonZeroI128
type Output = NonZeroI128
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroI128) -> Self::Output
fn bitor(self, other: NonZeroI128) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroI128> for &BigEndian<NonZeroI128>
impl BitOr<NonZeroI128> for &BigEndian<NonZeroI128>
type Output = NonZeroI128
type Output = NonZeroI128
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroI128) -> Self::Output
fn bitor(self, other: NonZeroI128) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroI16> for BigEndian<NonZeroI16>
impl BitOr<NonZeroI16> for BigEndian<NonZeroI16>
type Output = NonZeroI16
type Output = NonZeroI16
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroI16) -> Self::Output
fn bitor(self, other: NonZeroI16) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroI16> for &BigEndian<NonZeroI16>
impl BitOr<NonZeroI16> for &BigEndian<NonZeroI16>
type Output = NonZeroI16
type Output = NonZeroI16
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroI16) -> Self::Output
fn bitor(self, other: NonZeroI16) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroI32> for BigEndian<NonZeroI32>
impl BitOr<NonZeroI32> for BigEndian<NonZeroI32>
type Output = NonZeroI32
type Output = NonZeroI32
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroI32) -> Self::Output
fn bitor(self, other: NonZeroI32) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroI32> for &BigEndian<NonZeroI32>
impl BitOr<NonZeroI32> for &BigEndian<NonZeroI32>
type Output = NonZeroI32
type Output = NonZeroI32
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroI32) -> Self::Output
fn bitor(self, other: NonZeroI32) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroI64> for BigEndian<NonZeroI64>
impl BitOr<NonZeroI64> for BigEndian<NonZeroI64>
type Output = NonZeroI64
type Output = NonZeroI64
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroI64) -> Self::Output
fn bitor(self, other: NonZeroI64) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroI64> for &BigEndian<NonZeroI64>
impl BitOr<NonZeroI64> for &BigEndian<NonZeroI64>
type Output = NonZeroI64
type Output = NonZeroI64
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroI64) -> Self::Output
fn bitor(self, other: NonZeroI64) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroU128> for BigEndian<NonZeroU128>
impl BitOr<NonZeroU128> for BigEndian<NonZeroU128>
type Output = NonZeroU128
type Output = NonZeroU128
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroU128) -> Self::Output
fn bitor(self, other: NonZeroU128) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroU128> for &BigEndian<NonZeroU128>
impl BitOr<NonZeroU128> for &BigEndian<NonZeroU128>
type Output = NonZeroU128
type Output = NonZeroU128
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroU128) -> Self::Output
fn bitor(self, other: NonZeroU128) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroU16> for BigEndian<NonZeroU16>
impl BitOr<NonZeroU16> for BigEndian<NonZeroU16>
type Output = NonZeroU16
type Output = NonZeroU16
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroU16) -> Self::Output
fn bitor(self, other: NonZeroU16) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroU16> for &BigEndian<NonZeroU16>
impl BitOr<NonZeroU16> for &BigEndian<NonZeroU16>
type Output = NonZeroU16
type Output = NonZeroU16
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroU16) -> Self::Output
fn bitor(self, other: NonZeroU16) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroU32> for BigEndian<NonZeroU32>
impl BitOr<NonZeroU32> for BigEndian<NonZeroU32>
type Output = NonZeroU32
type Output = NonZeroU32
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroU32) -> Self::Output
fn bitor(self, other: NonZeroU32) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroU32> for &BigEndian<NonZeroU32>
impl BitOr<NonZeroU32> for &BigEndian<NonZeroU32>
type Output = NonZeroU32
type Output = NonZeroU32
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroU32) -> Self::Output
fn bitor(self, other: NonZeroU32) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroU64> for BigEndian<NonZeroU64>
impl BitOr<NonZeroU64> for BigEndian<NonZeroU64>
type Output = NonZeroU64
type Output = NonZeroU64
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroU64) -> Self::Output
fn bitor(self, other: NonZeroU64) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOr<NonZeroU64> for &BigEndian<NonZeroU64>
impl BitOr<NonZeroU64> for &BigEndian<NonZeroU64>
type Output = NonZeroU64
type Output = NonZeroU64
The resulting type after applying the |
operator.
sourcefn bitor(self, other: NonZeroU64) -> Self::Output
fn bitor(self, other: NonZeroU64) -> Self::Output
Performs the |
operation. Read more
sourceimpl BitOrAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl BitOrAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn bitor_assign(&mut self, other: &BigEndian<i128>)
fn bitor_assign(&mut self, other: &BigEndian<i128>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl BitOrAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn bitor_assign(&mut self, other: &BigEndian<i16>)
fn bitor_assign(&mut self, other: &BigEndian<i16>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl BitOrAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn bitor_assign(&mut self, other: &BigEndian<i32>)
fn bitor_assign(&mut self, other: &BigEndian<i32>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl BitOrAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn bitor_assign(&mut self, other: &BigEndian<i64>)
fn bitor_assign(&mut self, other: &BigEndian<i64>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl BitOrAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn bitor_assign(&mut self, other: &BigEndian<u128>)
fn bitor_assign(&mut self, other: &BigEndian<u128>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl BitOrAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn bitor_assign(&mut self, other: &BigEndian<u16>)
fn bitor_assign(&mut self, other: &BigEndian<u16>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl BitOrAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn bitor_assign(&mut self, other: &BigEndian<u32>)
fn bitor_assign(&mut self, other: &BigEndian<u32>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl BitOrAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn bitor_assign(&mut self, other: &BigEndian<u64>)
fn bitor_assign(&mut self, other: &BigEndian<u64>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ i128> for BigEndian<i128>
impl BitOrAssign<&'_ i128> for BigEndian<i128>
sourcefn bitor_assign(&mut self, other: &i128)
fn bitor_assign(&mut self, other: &i128)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ i16> for BigEndian<i16>
impl BitOrAssign<&'_ i16> for BigEndian<i16>
sourcefn bitor_assign(&mut self, other: &i16)
fn bitor_assign(&mut self, other: &i16)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ i32> for BigEndian<i32>
impl BitOrAssign<&'_ i32> for BigEndian<i32>
sourcefn bitor_assign(&mut self, other: &i32)
fn bitor_assign(&mut self, other: &i32)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ i64> for BigEndian<i64>
impl BitOrAssign<&'_ i64> for BigEndian<i64>
sourcefn bitor_assign(&mut self, other: &i64)
fn bitor_assign(&mut self, other: &i64)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ u128> for BigEndian<u128>
impl BitOrAssign<&'_ u128> for BigEndian<u128>
sourcefn bitor_assign(&mut self, other: &u128)
fn bitor_assign(&mut self, other: &u128)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ u16> for BigEndian<u16>
impl BitOrAssign<&'_ u16> for BigEndian<u16>
sourcefn bitor_assign(&mut self, other: &u16)
fn bitor_assign(&mut self, other: &u16)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ u32> for BigEndian<u32>
impl BitOrAssign<&'_ u32> for BigEndian<u32>
sourcefn bitor_assign(&mut self, other: &u32)
fn bitor_assign(&mut self, other: &u32)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<&'_ u64> for BigEndian<u64>
impl BitOrAssign<&'_ u64> for BigEndian<u64>
sourcefn bitor_assign(&mut self, other: &u64)
fn bitor_assign(&mut self, other: &u64)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
impl BitOrAssign<BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
sourcefn bitor_assign(&mut self, other: BigEndian<NonZeroI128>)
fn bitor_assign(&mut self, other: BigEndian<NonZeroI128>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
impl BitOrAssign<BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
sourcefn bitor_assign(&mut self, other: BigEndian<NonZeroI16>)
fn bitor_assign(&mut self, other: BigEndian<NonZeroI16>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
impl BitOrAssign<BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
sourcefn bitor_assign(&mut self, other: BigEndian<NonZeroI32>)
fn bitor_assign(&mut self, other: BigEndian<NonZeroI32>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
impl BitOrAssign<BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
sourcefn bitor_assign(&mut self, other: BigEndian<NonZeroI64>)
fn bitor_assign(&mut self, other: BigEndian<NonZeroI64>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
impl BitOrAssign<BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
sourcefn bitor_assign(&mut self, other: BigEndian<NonZeroU128>)
fn bitor_assign(&mut self, other: BigEndian<NonZeroU128>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
impl BitOrAssign<BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
sourcefn bitor_assign(&mut self, other: BigEndian<NonZeroU16>)
fn bitor_assign(&mut self, other: BigEndian<NonZeroU16>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
impl BitOrAssign<BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
sourcefn bitor_assign(&mut self, other: BigEndian<NonZeroU32>)
fn bitor_assign(&mut self, other: BigEndian<NonZeroU32>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
impl BitOrAssign<BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
sourcefn bitor_assign(&mut self, other: BigEndian<NonZeroU64>)
fn bitor_assign(&mut self, other: BigEndian<NonZeroU64>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<i128>> for BigEndian<i128>
impl BitOrAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn bitor_assign(&mut self, other: BigEndian<i128>)
fn bitor_assign(&mut self, other: BigEndian<i128>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<i16>> for BigEndian<i16>
impl BitOrAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn bitor_assign(&mut self, other: BigEndian<i16>)
fn bitor_assign(&mut self, other: BigEndian<i16>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<i32>> for BigEndian<i32>
impl BitOrAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn bitor_assign(&mut self, other: BigEndian<i32>)
fn bitor_assign(&mut self, other: BigEndian<i32>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<i64>> for BigEndian<i64>
impl BitOrAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn bitor_assign(&mut self, other: BigEndian<i64>)
fn bitor_assign(&mut self, other: BigEndian<i64>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<u128>> for BigEndian<u128>
impl BitOrAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn bitor_assign(&mut self, other: BigEndian<u128>)
fn bitor_assign(&mut self, other: BigEndian<u128>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<u16>> for BigEndian<u16>
impl BitOrAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn bitor_assign(&mut self, other: BigEndian<u16>)
fn bitor_assign(&mut self, other: BigEndian<u16>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<u32>> for BigEndian<u32>
impl BitOrAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn bitor_assign(&mut self, other: BigEndian<u32>)
fn bitor_assign(&mut self, other: BigEndian<u32>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<BigEndian<u64>> for BigEndian<u64>
impl BitOrAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn bitor_assign(&mut self, other: BigEndian<u64>)
fn bitor_assign(&mut self, other: BigEndian<u64>)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<NonZeroI128> for BigEndian<NonZeroI128>
impl BitOrAssign<NonZeroI128> for BigEndian<NonZeroI128>
sourcefn bitor_assign(&mut self, other: NonZeroI128)
fn bitor_assign(&mut self, other: NonZeroI128)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<NonZeroI16> for BigEndian<NonZeroI16>
impl BitOrAssign<NonZeroI16> for BigEndian<NonZeroI16>
sourcefn bitor_assign(&mut self, other: NonZeroI16)
fn bitor_assign(&mut self, other: NonZeroI16)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<NonZeroI32> for BigEndian<NonZeroI32>
impl BitOrAssign<NonZeroI32> for BigEndian<NonZeroI32>
sourcefn bitor_assign(&mut self, other: NonZeroI32)
fn bitor_assign(&mut self, other: NonZeroI32)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<NonZeroI64> for BigEndian<NonZeroI64>
impl BitOrAssign<NonZeroI64> for BigEndian<NonZeroI64>
sourcefn bitor_assign(&mut self, other: NonZeroI64)
fn bitor_assign(&mut self, other: NonZeroI64)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<NonZeroU128> for BigEndian<NonZeroU128>
impl BitOrAssign<NonZeroU128> for BigEndian<NonZeroU128>
sourcefn bitor_assign(&mut self, other: NonZeroU128)
fn bitor_assign(&mut self, other: NonZeroU128)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<NonZeroU16> for BigEndian<NonZeroU16>
impl BitOrAssign<NonZeroU16> for BigEndian<NonZeroU16>
sourcefn bitor_assign(&mut self, other: NonZeroU16)
fn bitor_assign(&mut self, other: NonZeroU16)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<NonZeroU32> for BigEndian<NonZeroU32>
impl BitOrAssign<NonZeroU32> for BigEndian<NonZeroU32>
sourcefn bitor_assign(&mut self, other: NonZeroU32)
fn bitor_assign(&mut self, other: NonZeroU32)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<NonZeroU64> for BigEndian<NonZeroU64>
impl BitOrAssign<NonZeroU64> for BigEndian<NonZeroU64>
sourcefn bitor_assign(&mut self, other: NonZeroU64)
fn bitor_assign(&mut self, other: NonZeroU64)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<i128> for BigEndian<i128>
impl BitOrAssign<i128> for BigEndian<i128>
sourcefn bitor_assign(&mut self, other: i128)
fn bitor_assign(&mut self, other: i128)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<i16> for BigEndian<i16>
impl BitOrAssign<i16> for BigEndian<i16>
sourcefn bitor_assign(&mut self, other: i16)
fn bitor_assign(&mut self, other: i16)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<i32> for BigEndian<i32>
impl BitOrAssign<i32> for BigEndian<i32>
sourcefn bitor_assign(&mut self, other: i32)
fn bitor_assign(&mut self, other: i32)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<i64> for BigEndian<i64>
impl BitOrAssign<i64> for BigEndian<i64>
sourcefn bitor_assign(&mut self, other: i64)
fn bitor_assign(&mut self, other: i64)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<u128> for BigEndian<u128>
impl BitOrAssign<u128> for BigEndian<u128>
sourcefn bitor_assign(&mut self, other: u128)
fn bitor_assign(&mut self, other: u128)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<u16> for BigEndian<u16>
impl BitOrAssign<u16> for BigEndian<u16>
sourcefn bitor_assign(&mut self, other: u16)
fn bitor_assign(&mut self, other: u16)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<u32> for BigEndian<u32>
impl BitOrAssign<u32> for BigEndian<u32>
sourcefn bitor_assign(&mut self, other: u32)
fn bitor_assign(&mut self, other: u32)
Performs the |=
operation. Read more
sourceimpl BitOrAssign<u64> for BigEndian<u64>
impl BitOrAssign<u64> for BigEndian<u64>
sourcefn bitor_assign(&mut self, other: u64)
fn bitor_assign(&mut self, other: u64)
Performs the |=
operation. Read more
sourceimpl BitXorAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl BitXorAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn bitxor_assign(&mut self, other: &BigEndian<i128>)
fn bitxor_assign(&mut self, other: &BigEndian<i128>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl BitXorAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn bitxor_assign(&mut self, other: &BigEndian<i16>)
fn bitxor_assign(&mut self, other: &BigEndian<i16>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl BitXorAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn bitxor_assign(&mut self, other: &BigEndian<i32>)
fn bitxor_assign(&mut self, other: &BigEndian<i32>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl BitXorAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn bitxor_assign(&mut self, other: &BigEndian<i64>)
fn bitxor_assign(&mut self, other: &BigEndian<i64>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl BitXorAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn bitxor_assign(&mut self, other: &BigEndian<u128>)
fn bitxor_assign(&mut self, other: &BigEndian<u128>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl BitXorAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn bitxor_assign(&mut self, other: &BigEndian<u16>)
fn bitxor_assign(&mut self, other: &BigEndian<u16>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl BitXorAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn bitxor_assign(&mut self, other: &BigEndian<u32>)
fn bitxor_assign(&mut self, other: &BigEndian<u32>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl BitXorAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn bitxor_assign(&mut self, other: &BigEndian<u64>)
fn bitxor_assign(&mut self, other: &BigEndian<u64>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ i128> for BigEndian<i128>
impl BitXorAssign<&'_ i128> for BigEndian<i128>
sourcefn bitxor_assign(&mut self, other: &i128)
fn bitxor_assign(&mut self, other: &i128)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ i16> for BigEndian<i16>
impl BitXorAssign<&'_ i16> for BigEndian<i16>
sourcefn bitxor_assign(&mut self, other: &i16)
fn bitxor_assign(&mut self, other: &i16)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ i32> for BigEndian<i32>
impl BitXorAssign<&'_ i32> for BigEndian<i32>
sourcefn bitxor_assign(&mut self, other: &i32)
fn bitxor_assign(&mut self, other: &i32)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ i64> for BigEndian<i64>
impl BitXorAssign<&'_ i64> for BigEndian<i64>
sourcefn bitxor_assign(&mut self, other: &i64)
fn bitxor_assign(&mut self, other: &i64)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ u128> for BigEndian<u128>
impl BitXorAssign<&'_ u128> for BigEndian<u128>
sourcefn bitxor_assign(&mut self, other: &u128)
fn bitxor_assign(&mut self, other: &u128)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ u16> for BigEndian<u16>
impl BitXorAssign<&'_ u16> for BigEndian<u16>
sourcefn bitxor_assign(&mut self, other: &u16)
fn bitxor_assign(&mut self, other: &u16)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ u32> for BigEndian<u32>
impl BitXorAssign<&'_ u32> for BigEndian<u32>
sourcefn bitxor_assign(&mut self, other: &u32)
fn bitxor_assign(&mut self, other: &u32)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<&'_ u64> for BigEndian<u64>
impl BitXorAssign<&'_ u64> for BigEndian<u64>
sourcefn bitxor_assign(&mut self, other: &u64)
fn bitxor_assign(&mut self, other: &u64)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<BigEndian<i128>> for BigEndian<i128>
impl BitXorAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn bitxor_assign(&mut self, other: BigEndian<i128>)
fn bitxor_assign(&mut self, other: BigEndian<i128>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<BigEndian<i16>> for BigEndian<i16>
impl BitXorAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn bitxor_assign(&mut self, other: BigEndian<i16>)
fn bitxor_assign(&mut self, other: BigEndian<i16>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<BigEndian<i32>> for BigEndian<i32>
impl BitXorAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn bitxor_assign(&mut self, other: BigEndian<i32>)
fn bitxor_assign(&mut self, other: BigEndian<i32>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<BigEndian<i64>> for BigEndian<i64>
impl BitXorAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn bitxor_assign(&mut self, other: BigEndian<i64>)
fn bitxor_assign(&mut self, other: BigEndian<i64>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<BigEndian<u128>> for BigEndian<u128>
impl BitXorAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn bitxor_assign(&mut self, other: BigEndian<u128>)
fn bitxor_assign(&mut self, other: BigEndian<u128>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<BigEndian<u16>> for BigEndian<u16>
impl BitXorAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn bitxor_assign(&mut self, other: BigEndian<u16>)
fn bitxor_assign(&mut self, other: BigEndian<u16>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<BigEndian<u32>> for BigEndian<u32>
impl BitXorAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn bitxor_assign(&mut self, other: BigEndian<u32>)
fn bitxor_assign(&mut self, other: BigEndian<u32>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<BigEndian<u64>> for BigEndian<u64>
impl BitXorAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn bitxor_assign(&mut self, other: BigEndian<u64>)
fn bitxor_assign(&mut self, other: BigEndian<u64>)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<i128> for BigEndian<i128>
impl BitXorAssign<i128> for BigEndian<i128>
sourcefn bitxor_assign(&mut self, other: i128)
fn bitxor_assign(&mut self, other: i128)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<i16> for BigEndian<i16>
impl BitXorAssign<i16> for BigEndian<i16>
sourcefn bitxor_assign(&mut self, other: i16)
fn bitxor_assign(&mut self, other: i16)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<i32> for BigEndian<i32>
impl BitXorAssign<i32> for BigEndian<i32>
sourcefn bitxor_assign(&mut self, other: i32)
fn bitxor_assign(&mut self, other: i32)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<i64> for BigEndian<i64>
impl BitXorAssign<i64> for BigEndian<i64>
sourcefn bitxor_assign(&mut self, other: i64)
fn bitxor_assign(&mut self, other: i64)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<u128> for BigEndian<u128>
impl BitXorAssign<u128> for BigEndian<u128>
sourcefn bitxor_assign(&mut self, other: u128)
fn bitxor_assign(&mut self, other: u128)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<u16> for BigEndian<u16>
impl BitXorAssign<u16> for BigEndian<u16>
sourcefn bitxor_assign(&mut self, other: u16)
fn bitxor_assign(&mut self, other: u16)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<u32> for BigEndian<u32>
impl BitXorAssign<u32> for BigEndian<u32>
sourcefn bitxor_assign(&mut self, other: u32)
fn bitxor_assign(&mut self, other: u32)
Performs the ^=
operation. Read more
sourceimpl BitXorAssign<u64> for BigEndian<u64>
impl BitXorAssign<u64> for BigEndian<u64>
sourcefn bitxor_assign(&mut self, other: u64)
fn bitxor_assign(&mut self, other: u64)
Performs the ^=
operation. Read more
sourceimpl Debug for BigEndian<NonZeroI16>
impl Debug for BigEndian<NonZeroI16>
sourceimpl Debug for BigEndian<NonZeroI32>
impl Debug for BigEndian<NonZeroI32>
sourceimpl Debug for BigEndian<NonZeroI64>
impl Debug for BigEndian<NonZeroI64>
sourceimpl Debug for BigEndian<NonZeroI128>
impl Debug for BigEndian<NonZeroI128>
sourceimpl Debug for BigEndian<NonZeroU16>
impl Debug for BigEndian<NonZeroU16>
sourceimpl Debug for BigEndian<NonZeroU32>
impl Debug for BigEndian<NonZeroU32>
sourceimpl Debug for BigEndian<NonZeroU64>
impl Debug for BigEndian<NonZeroU64>
sourceimpl Debug for BigEndian<NonZeroU128>
impl Debug for BigEndian<NonZeroU128>
sourceimpl Display for BigEndian<NonZeroI16>
impl Display for BigEndian<NonZeroI16>
sourceimpl Display for BigEndian<NonZeroI32>
impl Display for BigEndian<NonZeroI32>
sourceimpl Display for BigEndian<NonZeroI64>
impl Display for BigEndian<NonZeroI64>
sourceimpl Display for BigEndian<NonZeroI128>
impl Display for BigEndian<NonZeroI128>
sourceimpl Display for BigEndian<NonZeroU16>
impl Display for BigEndian<NonZeroU16>
sourceimpl Display for BigEndian<NonZeroU32>
impl Display for BigEndian<NonZeroU32>
sourceimpl Display for BigEndian<NonZeroU64>
impl Display for BigEndian<NonZeroU64>
sourceimpl Display for BigEndian<NonZeroU128>
impl Display for BigEndian<NonZeroU128>
sourceimpl DivAssign<&'_ BigEndian<f32>> for BigEndian<f32>
impl DivAssign<&'_ BigEndian<f32>> for BigEndian<f32>
sourcefn div_assign(&mut self, other: &BigEndian<f32>)
fn div_assign(&mut self, other: &BigEndian<f32>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<f64>> for BigEndian<f64>
impl DivAssign<&'_ BigEndian<f64>> for BigEndian<f64>
sourcefn div_assign(&mut self, other: &BigEndian<f64>)
fn div_assign(&mut self, other: &BigEndian<f64>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl DivAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn div_assign(&mut self, other: &BigEndian<i128>)
fn div_assign(&mut self, other: &BigEndian<i128>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl DivAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn div_assign(&mut self, other: &BigEndian<i16>)
fn div_assign(&mut self, other: &BigEndian<i16>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl DivAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn div_assign(&mut self, other: &BigEndian<i32>)
fn div_assign(&mut self, other: &BigEndian<i32>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl DivAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn div_assign(&mut self, other: &BigEndian<i64>)
fn div_assign(&mut self, other: &BigEndian<i64>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl DivAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn div_assign(&mut self, other: &BigEndian<u128>)
fn div_assign(&mut self, other: &BigEndian<u128>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl DivAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn div_assign(&mut self, other: &BigEndian<u16>)
fn div_assign(&mut self, other: &BigEndian<u16>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl DivAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn div_assign(&mut self, other: &BigEndian<u32>)
fn div_assign(&mut self, other: &BigEndian<u32>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl DivAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn div_assign(&mut self, other: &BigEndian<u64>)
fn div_assign(&mut self, other: &BigEndian<u64>)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ f32> for BigEndian<f32>
impl DivAssign<&'_ f32> for BigEndian<f32>
sourcefn div_assign(&mut self, other: &f32)
fn div_assign(&mut self, other: &f32)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ f64> for BigEndian<f64>
impl DivAssign<&'_ f64> for BigEndian<f64>
sourcefn div_assign(&mut self, other: &f64)
fn div_assign(&mut self, other: &f64)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ i128> for BigEndian<i128>
impl DivAssign<&'_ i128> for BigEndian<i128>
sourcefn div_assign(&mut self, other: &i128)
fn div_assign(&mut self, other: &i128)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ i16> for BigEndian<i16>
impl DivAssign<&'_ i16> for BigEndian<i16>
sourcefn div_assign(&mut self, other: &i16)
fn div_assign(&mut self, other: &i16)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ i32> for BigEndian<i32>
impl DivAssign<&'_ i32> for BigEndian<i32>
sourcefn div_assign(&mut self, other: &i32)
fn div_assign(&mut self, other: &i32)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ i64> for BigEndian<i64>
impl DivAssign<&'_ i64> for BigEndian<i64>
sourcefn div_assign(&mut self, other: &i64)
fn div_assign(&mut self, other: &i64)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ u128> for BigEndian<u128>
impl DivAssign<&'_ u128> for BigEndian<u128>
sourcefn div_assign(&mut self, other: &u128)
fn div_assign(&mut self, other: &u128)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ u16> for BigEndian<u16>
impl DivAssign<&'_ u16> for BigEndian<u16>
sourcefn div_assign(&mut self, other: &u16)
fn div_assign(&mut self, other: &u16)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ u32> for BigEndian<u32>
impl DivAssign<&'_ u32> for BigEndian<u32>
sourcefn div_assign(&mut self, other: &u32)
fn div_assign(&mut self, other: &u32)
Performs the /=
operation. Read more
sourceimpl DivAssign<&'_ u64> for BigEndian<u64>
impl DivAssign<&'_ u64> for BigEndian<u64>
sourcefn div_assign(&mut self, other: &u64)
fn div_assign(&mut self, other: &u64)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<f32>> for BigEndian<f32>
impl DivAssign<BigEndian<f32>> for BigEndian<f32>
sourcefn div_assign(&mut self, other: BigEndian<f32>)
fn div_assign(&mut self, other: BigEndian<f32>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<f64>> for BigEndian<f64>
impl DivAssign<BigEndian<f64>> for BigEndian<f64>
sourcefn div_assign(&mut self, other: BigEndian<f64>)
fn div_assign(&mut self, other: BigEndian<f64>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<i128>> for BigEndian<i128>
impl DivAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn div_assign(&mut self, other: BigEndian<i128>)
fn div_assign(&mut self, other: BigEndian<i128>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<i16>> for BigEndian<i16>
impl DivAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn div_assign(&mut self, other: BigEndian<i16>)
fn div_assign(&mut self, other: BigEndian<i16>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<i32>> for BigEndian<i32>
impl DivAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn div_assign(&mut self, other: BigEndian<i32>)
fn div_assign(&mut self, other: BigEndian<i32>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<i64>> for BigEndian<i64>
impl DivAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn div_assign(&mut self, other: BigEndian<i64>)
fn div_assign(&mut self, other: BigEndian<i64>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<u128>> for BigEndian<u128>
impl DivAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn div_assign(&mut self, other: BigEndian<u128>)
fn div_assign(&mut self, other: BigEndian<u128>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<u16>> for BigEndian<u16>
impl DivAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn div_assign(&mut self, other: BigEndian<u16>)
fn div_assign(&mut self, other: BigEndian<u16>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<u32>> for BigEndian<u32>
impl DivAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn div_assign(&mut self, other: BigEndian<u32>)
fn div_assign(&mut self, other: BigEndian<u32>)
Performs the /=
operation. Read more
sourceimpl DivAssign<BigEndian<u64>> for BigEndian<u64>
impl DivAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn div_assign(&mut self, other: BigEndian<u64>)
fn div_assign(&mut self, other: BigEndian<u64>)
Performs the /=
operation. Read more
sourceimpl DivAssign<f32> for BigEndian<f32>
impl DivAssign<f32> for BigEndian<f32>
sourcefn div_assign(&mut self, other: f32)
fn div_assign(&mut self, other: f32)
Performs the /=
operation. Read more
sourceimpl DivAssign<f64> for BigEndian<f64>
impl DivAssign<f64> for BigEndian<f64>
sourcefn div_assign(&mut self, other: f64)
fn div_assign(&mut self, other: f64)
Performs the /=
operation. Read more
sourceimpl DivAssign<i128> for BigEndian<i128>
impl DivAssign<i128> for BigEndian<i128>
sourcefn div_assign(&mut self, other: i128)
fn div_assign(&mut self, other: i128)
Performs the /=
operation. Read more
sourceimpl DivAssign<i16> for BigEndian<i16>
impl DivAssign<i16> for BigEndian<i16>
sourcefn div_assign(&mut self, other: i16)
fn div_assign(&mut self, other: i16)
Performs the /=
operation. Read more
sourceimpl DivAssign<i32> for BigEndian<i32>
impl DivAssign<i32> for BigEndian<i32>
sourcefn div_assign(&mut self, other: i32)
fn div_assign(&mut self, other: i32)
Performs the /=
operation. Read more
sourceimpl DivAssign<i64> for BigEndian<i64>
impl DivAssign<i64> for BigEndian<i64>
sourcefn div_assign(&mut self, other: i64)
fn div_assign(&mut self, other: i64)
Performs the /=
operation. Read more
sourceimpl DivAssign<u128> for BigEndian<u128>
impl DivAssign<u128> for BigEndian<u128>
sourcefn div_assign(&mut self, other: u128)
fn div_assign(&mut self, other: u128)
Performs the /=
operation. Read more
sourceimpl DivAssign<u16> for BigEndian<u16>
impl DivAssign<u16> for BigEndian<u16>
sourcefn div_assign(&mut self, other: u16)
fn div_assign(&mut self, other: u16)
Performs the /=
operation. Read more
sourceimpl DivAssign<u32> for BigEndian<u32>
impl DivAssign<u32> for BigEndian<u32>
sourcefn div_assign(&mut self, other: u32)
fn div_assign(&mut self, other: u32)
Performs the /=
operation. Read more
sourceimpl DivAssign<u64> for BigEndian<u64>
impl DivAssign<u64> for BigEndian<u64>
sourcefn div_assign(&mut self, other: u64)
fn div_assign(&mut self, other: u64)
Performs the /=
operation. Read more
sourceimpl<'a> From<&'a BigEndian<NonZeroI128>> for NonZeroI128
impl<'a> From<&'a BigEndian<NonZeroI128>> for NonZeroI128
sourcefn from(value: &'a BigEndian<NonZeroI128>) -> Self
fn from(value: &'a BigEndian<NonZeroI128>) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a BigEndian<NonZeroI16>> for NonZeroI16
impl<'a> From<&'a BigEndian<NonZeroI16>> for NonZeroI16
sourcefn from(value: &'a BigEndian<NonZeroI16>) -> Self
fn from(value: &'a BigEndian<NonZeroI16>) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a BigEndian<NonZeroI32>> for NonZeroI32
impl<'a> From<&'a BigEndian<NonZeroI32>> for NonZeroI32
sourcefn from(value: &'a BigEndian<NonZeroI32>) -> Self
fn from(value: &'a BigEndian<NonZeroI32>) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a BigEndian<NonZeroI64>> for NonZeroI64
impl<'a> From<&'a BigEndian<NonZeroI64>> for NonZeroI64
sourcefn from(value: &'a BigEndian<NonZeroI64>) -> Self
fn from(value: &'a BigEndian<NonZeroI64>) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a BigEndian<NonZeroU128>> for NonZeroU128
impl<'a> From<&'a BigEndian<NonZeroU128>> for NonZeroU128
sourcefn from(value: &'a BigEndian<NonZeroU128>) -> Self
fn from(value: &'a BigEndian<NonZeroU128>) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a BigEndian<NonZeroU16>> for NonZeroU16
impl<'a> From<&'a BigEndian<NonZeroU16>> for NonZeroU16
sourcefn from(value: &'a BigEndian<NonZeroU16>) -> Self
fn from(value: &'a BigEndian<NonZeroU16>) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a BigEndian<NonZeroU32>> for NonZeroU32
impl<'a> From<&'a BigEndian<NonZeroU32>> for NonZeroU32
sourcefn from(value: &'a BigEndian<NonZeroU32>) -> Self
fn from(value: &'a BigEndian<NonZeroU32>) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a BigEndian<NonZeroU64>> for NonZeroU64
impl<'a> From<&'a BigEndian<NonZeroU64>> for NonZeroU64
sourcefn from(value: &'a BigEndian<NonZeroU64>) -> Self
fn from(value: &'a BigEndian<NonZeroU64>) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a NonZeroI128> for BigEndian<NonZeroI128>
impl<'a> From<&'a NonZeroI128> for BigEndian<NonZeroI128>
sourcefn from(value: &'a NonZeroI128) -> Self
fn from(value: &'a NonZeroI128) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a NonZeroI16> for BigEndian<NonZeroI16>
impl<'a> From<&'a NonZeroI16> for BigEndian<NonZeroI16>
sourcefn from(value: &'a NonZeroI16) -> Self
fn from(value: &'a NonZeroI16) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a NonZeroI32> for BigEndian<NonZeroI32>
impl<'a> From<&'a NonZeroI32> for BigEndian<NonZeroI32>
sourcefn from(value: &'a NonZeroI32) -> Self
fn from(value: &'a NonZeroI32) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a NonZeroI64> for BigEndian<NonZeroI64>
impl<'a> From<&'a NonZeroI64> for BigEndian<NonZeroI64>
sourcefn from(value: &'a NonZeroI64) -> Self
fn from(value: &'a NonZeroI64) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a NonZeroU128> for BigEndian<NonZeroU128>
impl<'a> From<&'a NonZeroU128> for BigEndian<NonZeroU128>
sourcefn from(value: &'a NonZeroU128) -> Self
fn from(value: &'a NonZeroU128) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a NonZeroU16> for BigEndian<NonZeroU16>
impl<'a> From<&'a NonZeroU16> for BigEndian<NonZeroU16>
sourcefn from(value: &'a NonZeroU16) -> Self
fn from(value: &'a NonZeroU16) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a NonZeroU32> for BigEndian<NonZeroU32>
impl<'a> From<&'a NonZeroU32> for BigEndian<NonZeroU32>
sourcefn from(value: &'a NonZeroU32) -> Self
fn from(value: &'a NonZeroU32) -> Self
Performs the conversion.
sourceimpl<'a> From<&'a NonZeroU64> for BigEndian<NonZeroU64>
impl<'a> From<&'a NonZeroU64> for BigEndian<NonZeroU64>
sourcefn from(value: &'a NonZeroU64) -> Self
fn from(value: &'a NonZeroU64) -> Self
Performs the conversion.
sourceimpl From<BigEndian<NonZeroI128>> for NonZeroI128
impl From<BigEndian<NonZeroI128>> for NonZeroI128
sourcefn from(value: BigEndian<NonZeroI128>) -> Self
fn from(value: BigEndian<NonZeroI128>) -> Self
Performs the conversion.
sourceimpl From<BigEndian<NonZeroI16>> for NonZeroI16
impl From<BigEndian<NonZeroI16>> for NonZeroI16
sourcefn from(value: BigEndian<NonZeroI16>) -> Self
fn from(value: BigEndian<NonZeroI16>) -> Self
Performs the conversion.
sourceimpl From<BigEndian<NonZeroI32>> for NonZeroI32
impl From<BigEndian<NonZeroI32>> for NonZeroI32
sourcefn from(value: BigEndian<NonZeroI32>) -> Self
fn from(value: BigEndian<NonZeroI32>) -> Self
Performs the conversion.
sourceimpl From<BigEndian<NonZeroI64>> for NonZeroI64
impl From<BigEndian<NonZeroI64>> for NonZeroI64
sourcefn from(value: BigEndian<NonZeroI64>) -> Self
fn from(value: BigEndian<NonZeroI64>) -> Self
Performs the conversion.
sourceimpl From<BigEndian<NonZeroU128>> for NonZeroU128
impl From<BigEndian<NonZeroU128>> for NonZeroU128
sourcefn from(value: BigEndian<NonZeroU128>) -> Self
fn from(value: BigEndian<NonZeroU128>) -> Self
Performs the conversion.
sourceimpl From<BigEndian<NonZeroU16>> for NonZeroU16
impl From<BigEndian<NonZeroU16>> for NonZeroU16
sourcefn from(value: BigEndian<NonZeroU16>) -> Self
fn from(value: BigEndian<NonZeroU16>) -> Self
Performs the conversion.
sourceimpl From<BigEndian<NonZeroU32>> for NonZeroU32
impl From<BigEndian<NonZeroU32>> for NonZeroU32
sourcefn from(value: BigEndian<NonZeroU32>) -> Self
fn from(value: BigEndian<NonZeroU32>) -> Self
Performs the conversion.
sourceimpl From<BigEndian<NonZeroU64>> for NonZeroU64
impl From<BigEndian<NonZeroU64>> for NonZeroU64
sourcefn from(value: BigEndian<NonZeroU64>) -> Self
fn from(value: BigEndian<NonZeroU64>) -> Self
Performs the conversion.
sourceimpl From<NonZeroI128> for BigEndian<NonZeroI128>
impl From<NonZeroI128> for BigEndian<NonZeroI128>
sourcefn from(value: NonZeroI128) -> Self
fn from(value: NonZeroI128) -> Self
Performs the conversion.
sourceimpl From<NonZeroI16> for BigEndian<NonZeroI16>
impl From<NonZeroI16> for BigEndian<NonZeroI16>
sourcefn from(value: NonZeroI16) -> Self
fn from(value: NonZeroI16) -> Self
Performs the conversion.
sourceimpl From<NonZeroI32> for BigEndian<NonZeroI32>
impl From<NonZeroI32> for BigEndian<NonZeroI32>
sourcefn from(value: NonZeroI32) -> Self
fn from(value: NonZeroI32) -> Self
Performs the conversion.
sourceimpl From<NonZeroI64> for BigEndian<NonZeroI64>
impl From<NonZeroI64> for BigEndian<NonZeroI64>
sourcefn from(value: NonZeroI64) -> Self
fn from(value: NonZeroI64) -> Self
Performs the conversion.
sourceimpl From<NonZeroU128> for BigEndian<NonZeroU128>
impl From<NonZeroU128> for BigEndian<NonZeroU128>
sourcefn from(value: NonZeroU128) -> Self
fn from(value: NonZeroU128) -> Self
Performs the conversion.
sourceimpl From<NonZeroU16> for BigEndian<NonZeroU16>
impl From<NonZeroU16> for BigEndian<NonZeroU16>
sourcefn from(value: NonZeroU16) -> Self
fn from(value: NonZeroU16) -> Self
Performs the conversion.
sourceimpl From<NonZeroU32> for BigEndian<NonZeroU32>
impl From<NonZeroU32> for BigEndian<NonZeroU32>
sourcefn from(value: NonZeroU32) -> Self
fn from(value: NonZeroU32) -> Self
Performs the conversion.
sourceimpl From<NonZeroU64> for BigEndian<NonZeroU64>
impl From<NonZeroU64> for BigEndian<NonZeroU64>
sourcefn from(value: NonZeroU64) -> Self
fn from(value: NonZeroU64) -> Self
Performs the conversion.
sourceimpl Hash for BigEndian<NonZeroI32>
impl Hash for BigEndian<NonZeroI32>
sourceimpl Hash for BigEndian<NonZeroI64>
impl Hash for BigEndian<NonZeroI64>
sourceimpl Hash for BigEndian<NonZeroI128>
impl Hash for BigEndian<NonZeroI128>
sourceimpl Hash for BigEndian<NonZeroU16>
impl Hash for BigEndian<NonZeroU16>
sourceimpl Hash for BigEndian<NonZeroU32>
impl Hash for BigEndian<NonZeroU32>
sourceimpl Hash for BigEndian<NonZeroU64>
impl Hash for BigEndian<NonZeroU64>
sourceimpl Hash for BigEndian<NonZeroU128>
impl Hash for BigEndian<NonZeroU128>
sourceimpl Hash for BigEndian<NonZeroI16>
impl Hash for BigEndian<NonZeroI16>
sourceimpl LowerHex for BigEndian<NonZeroI64>
impl LowerHex for BigEndian<NonZeroI64>
sourceimpl LowerHex for BigEndian<NonZeroI128>
impl LowerHex for BigEndian<NonZeroI128>
sourceimpl LowerHex for BigEndian<NonZeroU16>
impl LowerHex for BigEndian<NonZeroU16>
sourceimpl LowerHex for BigEndian<NonZeroU32>
impl LowerHex for BigEndian<NonZeroU32>
sourceimpl LowerHex for BigEndian<NonZeroU64>
impl LowerHex for BigEndian<NonZeroU64>
sourceimpl LowerHex for BigEndian<NonZeroU128>
impl LowerHex for BigEndian<NonZeroU128>
sourceimpl LowerHex for BigEndian<NonZeroI16>
impl LowerHex for BigEndian<NonZeroI16>
sourceimpl LowerHex for BigEndian<NonZeroI32>
impl LowerHex for BigEndian<NonZeroI32>
sourceimpl MulAssign<&'_ BigEndian<f32>> for BigEndian<f32>
impl MulAssign<&'_ BigEndian<f32>> for BigEndian<f32>
sourcefn mul_assign(&mut self, other: &BigEndian<f32>)
fn mul_assign(&mut self, other: &BigEndian<f32>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<f64>> for BigEndian<f64>
impl MulAssign<&'_ BigEndian<f64>> for BigEndian<f64>
sourcefn mul_assign(&mut self, other: &BigEndian<f64>)
fn mul_assign(&mut self, other: &BigEndian<f64>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl MulAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn mul_assign(&mut self, other: &BigEndian<i128>)
fn mul_assign(&mut self, other: &BigEndian<i128>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl MulAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn mul_assign(&mut self, other: &BigEndian<i16>)
fn mul_assign(&mut self, other: &BigEndian<i16>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl MulAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn mul_assign(&mut self, other: &BigEndian<i32>)
fn mul_assign(&mut self, other: &BigEndian<i32>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl MulAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn mul_assign(&mut self, other: &BigEndian<i64>)
fn mul_assign(&mut self, other: &BigEndian<i64>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl MulAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn mul_assign(&mut self, other: &BigEndian<u128>)
fn mul_assign(&mut self, other: &BigEndian<u128>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl MulAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn mul_assign(&mut self, other: &BigEndian<u16>)
fn mul_assign(&mut self, other: &BigEndian<u16>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl MulAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn mul_assign(&mut self, other: &BigEndian<u32>)
fn mul_assign(&mut self, other: &BigEndian<u32>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl MulAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn mul_assign(&mut self, other: &BigEndian<u64>)
fn mul_assign(&mut self, other: &BigEndian<u64>)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ f32> for BigEndian<f32>
impl MulAssign<&'_ f32> for BigEndian<f32>
sourcefn mul_assign(&mut self, other: &f32)
fn mul_assign(&mut self, other: &f32)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ f64> for BigEndian<f64>
impl MulAssign<&'_ f64> for BigEndian<f64>
sourcefn mul_assign(&mut self, other: &f64)
fn mul_assign(&mut self, other: &f64)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ i128> for BigEndian<i128>
impl MulAssign<&'_ i128> for BigEndian<i128>
sourcefn mul_assign(&mut self, other: &i128)
fn mul_assign(&mut self, other: &i128)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ i16> for BigEndian<i16>
impl MulAssign<&'_ i16> for BigEndian<i16>
sourcefn mul_assign(&mut self, other: &i16)
fn mul_assign(&mut self, other: &i16)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ i32> for BigEndian<i32>
impl MulAssign<&'_ i32> for BigEndian<i32>
sourcefn mul_assign(&mut self, other: &i32)
fn mul_assign(&mut self, other: &i32)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ i64> for BigEndian<i64>
impl MulAssign<&'_ i64> for BigEndian<i64>
sourcefn mul_assign(&mut self, other: &i64)
fn mul_assign(&mut self, other: &i64)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ u128> for BigEndian<u128>
impl MulAssign<&'_ u128> for BigEndian<u128>
sourcefn mul_assign(&mut self, other: &u128)
fn mul_assign(&mut self, other: &u128)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ u16> for BigEndian<u16>
impl MulAssign<&'_ u16> for BigEndian<u16>
sourcefn mul_assign(&mut self, other: &u16)
fn mul_assign(&mut self, other: &u16)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ u32> for BigEndian<u32>
impl MulAssign<&'_ u32> for BigEndian<u32>
sourcefn mul_assign(&mut self, other: &u32)
fn mul_assign(&mut self, other: &u32)
Performs the *=
operation. Read more
sourceimpl MulAssign<&'_ u64> for BigEndian<u64>
impl MulAssign<&'_ u64> for BigEndian<u64>
sourcefn mul_assign(&mut self, other: &u64)
fn mul_assign(&mut self, other: &u64)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<f32>> for BigEndian<f32>
impl MulAssign<BigEndian<f32>> for BigEndian<f32>
sourcefn mul_assign(&mut self, other: BigEndian<f32>)
fn mul_assign(&mut self, other: BigEndian<f32>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<f64>> for BigEndian<f64>
impl MulAssign<BigEndian<f64>> for BigEndian<f64>
sourcefn mul_assign(&mut self, other: BigEndian<f64>)
fn mul_assign(&mut self, other: BigEndian<f64>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<i128>> for BigEndian<i128>
impl MulAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn mul_assign(&mut self, other: BigEndian<i128>)
fn mul_assign(&mut self, other: BigEndian<i128>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<i16>> for BigEndian<i16>
impl MulAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn mul_assign(&mut self, other: BigEndian<i16>)
fn mul_assign(&mut self, other: BigEndian<i16>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<i32>> for BigEndian<i32>
impl MulAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn mul_assign(&mut self, other: BigEndian<i32>)
fn mul_assign(&mut self, other: BigEndian<i32>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<i64>> for BigEndian<i64>
impl MulAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn mul_assign(&mut self, other: BigEndian<i64>)
fn mul_assign(&mut self, other: BigEndian<i64>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<u128>> for BigEndian<u128>
impl MulAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn mul_assign(&mut self, other: BigEndian<u128>)
fn mul_assign(&mut self, other: BigEndian<u128>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<u16>> for BigEndian<u16>
impl MulAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn mul_assign(&mut self, other: BigEndian<u16>)
fn mul_assign(&mut self, other: BigEndian<u16>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<u32>> for BigEndian<u32>
impl MulAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn mul_assign(&mut self, other: BigEndian<u32>)
fn mul_assign(&mut self, other: BigEndian<u32>)
Performs the *=
operation. Read more
sourceimpl MulAssign<BigEndian<u64>> for BigEndian<u64>
impl MulAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn mul_assign(&mut self, other: BigEndian<u64>)
fn mul_assign(&mut self, other: BigEndian<u64>)
Performs the *=
operation. Read more
sourceimpl MulAssign<f32> for BigEndian<f32>
impl MulAssign<f32> for BigEndian<f32>
sourcefn mul_assign(&mut self, other: f32)
fn mul_assign(&mut self, other: f32)
Performs the *=
operation. Read more
sourceimpl MulAssign<f64> for BigEndian<f64>
impl MulAssign<f64> for BigEndian<f64>
sourcefn mul_assign(&mut self, other: f64)
fn mul_assign(&mut self, other: f64)
Performs the *=
operation. Read more
sourceimpl MulAssign<i128> for BigEndian<i128>
impl MulAssign<i128> for BigEndian<i128>
sourcefn mul_assign(&mut self, other: i128)
fn mul_assign(&mut self, other: i128)
Performs the *=
operation. Read more
sourceimpl MulAssign<i16> for BigEndian<i16>
impl MulAssign<i16> for BigEndian<i16>
sourcefn mul_assign(&mut self, other: i16)
fn mul_assign(&mut self, other: i16)
Performs the *=
operation. Read more
sourceimpl MulAssign<i32> for BigEndian<i32>
impl MulAssign<i32> for BigEndian<i32>
sourcefn mul_assign(&mut self, other: i32)
fn mul_assign(&mut self, other: i32)
Performs the *=
operation. Read more
sourceimpl MulAssign<i64> for BigEndian<i64>
impl MulAssign<i64> for BigEndian<i64>
sourcefn mul_assign(&mut self, other: i64)
fn mul_assign(&mut self, other: i64)
Performs the *=
operation. Read more
sourceimpl MulAssign<u128> for BigEndian<u128>
impl MulAssign<u128> for BigEndian<u128>
sourcefn mul_assign(&mut self, other: u128)
fn mul_assign(&mut self, other: u128)
Performs the *=
operation. Read more
sourceimpl MulAssign<u16> for BigEndian<u16>
impl MulAssign<u16> for BigEndian<u16>
sourcefn mul_assign(&mut self, other: u16)
fn mul_assign(&mut self, other: u16)
Performs the *=
operation. Read more
sourceimpl MulAssign<u32> for BigEndian<u32>
impl MulAssign<u32> for BigEndian<u32>
sourcefn mul_assign(&mut self, other: u32)
fn mul_assign(&mut self, other: u32)
Performs the *=
operation. Read more
sourceimpl MulAssign<u64> for BigEndian<u64>
impl MulAssign<u64> for BigEndian<u64>
sourcefn mul_assign(&mut self, other: u64)
fn mul_assign(&mut self, other: u64)
Performs the *=
operation. Read more
sourceimpl Octal for BigEndian<NonZeroI64>
impl Octal for BigEndian<NonZeroI64>
sourceimpl Octal for BigEndian<NonZeroI128>
impl Octal for BigEndian<NonZeroI128>
sourceimpl Octal for BigEndian<NonZeroU16>
impl Octal for BigEndian<NonZeroU16>
sourceimpl Octal for BigEndian<NonZeroU32>
impl Octal for BigEndian<NonZeroU32>
sourceimpl Octal for BigEndian<NonZeroU64>
impl Octal for BigEndian<NonZeroU64>
sourceimpl Octal for BigEndian<NonZeroU128>
impl Octal for BigEndian<NonZeroU128>
sourceimpl Octal for BigEndian<NonZeroI16>
impl Octal for BigEndian<NonZeroI16>
sourceimpl Octal for BigEndian<NonZeroI32>
impl Octal for BigEndian<NonZeroI32>
sourceimpl Ord for BigEndian<i16>
impl Ord for BigEndian<i16>
sourceimpl Ord for BigEndian<i32>
impl Ord for BigEndian<i32>
sourceimpl Ord for BigEndian<NonZeroI32>
impl Ord for BigEndian<NonZeroI32>
sourceimpl Ord for BigEndian<NonZeroI64>
impl Ord for BigEndian<NonZeroI64>
sourceimpl Ord for BigEndian<NonZeroI128>
impl Ord for BigEndian<NonZeroI128>
sourceimpl Ord for BigEndian<NonZeroU16>
impl Ord for BigEndian<NonZeroU16>
sourceimpl Ord for BigEndian<NonZeroU32>
impl Ord for BigEndian<NonZeroU32>
sourceimpl Ord for BigEndian<NonZeroU64>
impl Ord for BigEndian<NonZeroU64>
sourceimpl Ord for BigEndian<NonZeroU128>
impl Ord for BigEndian<NonZeroU128>
sourceimpl Ord for BigEndian<i64>
impl Ord for BigEndian<i64>
sourceimpl Ord for BigEndian<i128>
impl Ord for BigEndian<i128>
sourceimpl Ord for BigEndian<u16>
impl Ord for BigEndian<u16>
sourceimpl Ord for BigEndian<u32>
impl Ord for BigEndian<u32>
sourceimpl Ord for BigEndian<u64>
impl Ord for BigEndian<u64>
sourceimpl Ord for BigEndian<u128>
impl Ord for BigEndian<u128>
sourceimpl Ord for BigEndian<char>
impl Ord for BigEndian<char>
sourceimpl Ord for BigEndian<NonZeroI16>
impl Ord for BigEndian<NonZeroI16>
sourceimpl PartialEq<BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
impl PartialEq<BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
sourceimpl PartialEq<BigEndian<NonZeroI128>> for NonZeroI128
impl PartialEq<BigEndian<NonZeroI128>> for NonZeroI128
sourceimpl PartialEq<BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
impl PartialEq<BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
sourceimpl PartialEq<BigEndian<NonZeroI16>> for NonZeroI16
impl PartialEq<BigEndian<NonZeroI16>> for NonZeroI16
sourceimpl PartialEq<BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
impl PartialEq<BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
sourceimpl PartialEq<BigEndian<NonZeroI32>> for NonZeroI32
impl PartialEq<BigEndian<NonZeroI32>> for NonZeroI32
sourceimpl PartialEq<BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
impl PartialEq<BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
sourceimpl PartialEq<BigEndian<NonZeroI64>> for NonZeroI64
impl PartialEq<BigEndian<NonZeroI64>> for NonZeroI64
sourceimpl PartialEq<BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
impl PartialEq<BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
sourceimpl PartialEq<BigEndian<NonZeroU128>> for NonZeroU128
impl PartialEq<BigEndian<NonZeroU128>> for NonZeroU128
sourceimpl PartialEq<BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
impl PartialEq<BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
sourceimpl PartialEq<BigEndian<NonZeroU16>> for NonZeroU16
impl PartialEq<BigEndian<NonZeroU16>> for NonZeroU16
sourceimpl PartialEq<BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
impl PartialEq<BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
sourceimpl PartialEq<BigEndian<NonZeroU32>> for NonZeroU32
impl PartialEq<BigEndian<NonZeroU32>> for NonZeroU32
sourceimpl PartialEq<BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
impl PartialEq<BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
sourceimpl PartialEq<BigEndian<NonZeroU64>> for NonZeroU64
impl PartialEq<BigEndian<NonZeroU64>> for NonZeroU64
sourceimpl PartialEq<NonZeroI128> for BigEndian<NonZeroI128>
impl PartialEq<NonZeroI128> for BigEndian<NonZeroI128>
sourceimpl PartialEq<NonZeroI16> for BigEndian<NonZeroI16>
impl PartialEq<NonZeroI16> for BigEndian<NonZeroI16>
sourceimpl PartialEq<NonZeroI32> for BigEndian<NonZeroI32>
impl PartialEq<NonZeroI32> for BigEndian<NonZeroI32>
sourceimpl PartialEq<NonZeroI64> for BigEndian<NonZeroI64>
impl PartialEq<NonZeroI64> for BigEndian<NonZeroI64>
sourceimpl PartialEq<NonZeroU128> for BigEndian<NonZeroU128>
impl PartialEq<NonZeroU128> for BigEndian<NonZeroU128>
sourceimpl PartialEq<NonZeroU16> for BigEndian<NonZeroU16>
impl PartialEq<NonZeroU16> for BigEndian<NonZeroU16>
sourceimpl PartialEq<NonZeroU32> for BigEndian<NonZeroU32>
impl PartialEq<NonZeroU32> for BigEndian<NonZeroU32>
sourceimpl PartialEq<NonZeroU64> for BigEndian<NonZeroU64>
impl PartialEq<NonZeroU64> for BigEndian<NonZeroU64>
sourceimpl PartialOrd<BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
impl PartialOrd<BigEndian<NonZeroI128>> for BigEndian<NonZeroI128>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
impl PartialOrd<BigEndian<NonZeroI16>> for BigEndian<NonZeroI16>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
impl PartialOrd<BigEndian<NonZeroI32>> for BigEndian<NonZeroI32>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
impl PartialOrd<BigEndian<NonZeroI64>> for BigEndian<NonZeroI64>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
impl PartialOrd<BigEndian<NonZeroU128>> for BigEndian<NonZeroU128>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
impl PartialOrd<BigEndian<NonZeroU16>> for BigEndian<NonZeroU16>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
impl PartialOrd<BigEndian<NonZeroU32>> for BigEndian<NonZeroU32>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
impl PartialOrd<BigEndian<NonZeroU64>> for BigEndian<NonZeroU64>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<char>> for BigEndian<char>
impl PartialOrd<BigEndian<char>> for BigEndian<char>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<f32>> for BigEndian<f32>
impl PartialOrd<BigEndian<f32>> for BigEndian<f32>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<f64>> for BigEndian<f64>
impl PartialOrd<BigEndian<f64>> for BigEndian<f64>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<i128>> for BigEndian<i128>
impl PartialOrd<BigEndian<i128>> for BigEndian<i128>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<i16>> for BigEndian<i16>
impl PartialOrd<BigEndian<i16>> for BigEndian<i16>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<i32>> for BigEndian<i32>
impl PartialOrd<BigEndian<i32>> for BigEndian<i32>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<i64>> for BigEndian<i64>
impl PartialOrd<BigEndian<i64>> for BigEndian<i64>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<u128>> for BigEndian<u128>
impl PartialOrd<BigEndian<u128>> for BigEndian<u128>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<u16>> for BigEndian<u16>
impl PartialOrd<BigEndian<u16>> for BigEndian<u16>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<u32>> for BigEndian<u32>
impl PartialOrd<BigEndian<u32>> for BigEndian<u32>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<BigEndian<u64>> for BigEndian<u64>
impl PartialOrd<BigEndian<u64>> for BigEndian<u64>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<NonZeroI128> for BigEndian<NonZeroI128>
impl PartialOrd<NonZeroI128> for BigEndian<NonZeroI128>
sourcefn partial_cmp(&self, other: &NonZeroI128) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<NonZeroI16> for BigEndian<NonZeroI16>
impl PartialOrd<NonZeroI16> for BigEndian<NonZeroI16>
sourcefn partial_cmp(&self, other: &NonZeroI16) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<NonZeroI32> for BigEndian<NonZeroI32>
impl PartialOrd<NonZeroI32> for BigEndian<NonZeroI32>
sourcefn partial_cmp(&self, other: &NonZeroI32) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<NonZeroI64> for BigEndian<NonZeroI64>
impl PartialOrd<NonZeroI64> for BigEndian<NonZeroI64>
sourcefn partial_cmp(&self, other: &NonZeroI64) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<NonZeroU128> for BigEndian<NonZeroU128>
impl PartialOrd<NonZeroU128> for BigEndian<NonZeroU128>
sourcefn partial_cmp(&self, other: &NonZeroU128) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<NonZeroU16> for BigEndian<NonZeroU16>
impl PartialOrd<NonZeroU16> for BigEndian<NonZeroU16>
sourcefn partial_cmp(&self, other: &NonZeroU16) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<NonZeroU32> for BigEndian<NonZeroU32>
impl PartialOrd<NonZeroU32> for BigEndian<NonZeroU32>
sourcefn partial_cmp(&self, other: &NonZeroU32) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<NonZeroU64> for BigEndian<NonZeroU64>
impl PartialOrd<NonZeroU64> for BigEndian<NonZeroU64>
sourcefn partial_cmp(&self, other: &NonZeroU64) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<char> for BigEndian<char>
impl PartialOrd<char> for BigEndian<char>
sourcefn partial_cmp(&self, other: &char) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<f32> for BigEndian<f32>
impl PartialOrd<f32> for BigEndian<f32>
sourcefn partial_cmp(&self, other: &f32) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<f64> for BigEndian<f64>
impl PartialOrd<f64> for BigEndian<f64>
sourcefn partial_cmp(&self, other: &f64) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<i128> for BigEndian<i128>
impl PartialOrd<i128> for BigEndian<i128>
sourcefn partial_cmp(&self, other: &i128) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<i16> for BigEndian<i16>
impl PartialOrd<i16> for BigEndian<i16>
sourcefn partial_cmp(&self, other: &i16) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<i32> for BigEndian<i32>
impl PartialOrd<i32> for BigEndian<i32>
sourcefn partial_cmp(&self, other: &i32) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<i64> for BigEndian<i64>
impl PartialOrd<i64> for BigEndian<i64>
sourcefn partial_cmp(&self, other: &i64) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<u128> for BigEndian<u128>
impl PartialOrd<u128> for BigEndian<u128>
sourcefn partial_cmp(&self, other: &u128) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<u16> for BigEndian<u16>
impl PartialOrd<u16> for BigEndian<u16>
sourcefn partial_cmp(&self, other: &u16) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<u32> for BigEndian<u32>
impl PartialOrd<u32> for BigEndian<u32>
sourcefn partial_cmp(&self, other: &u32) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl PartialOrd<u64> for BigEndian<u64>
impl PartialOrd<u64> for BigEndian<u64>
sourcefn partial_cmp(&self, other: &u64) -> Option<Ordering>
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 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
sourceimpl RemAssign<&'_ BigEndian<f32>> for BigEndian<f32>
impl RemAssign<&'_ BigEndian<f32>> for BigEndian<f32>
sourcefn rem_assign(&mut self, other: &BigEndian<f32>)
fn rem_assign(&mut self, other: &BigEndian<f32>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<f64>> for BigEndian<f64>
impl RemAssign<&'_ BigEndian<f64>> for BigEndian<f64>
sourcefn rem_assign(&mut self, other: &BigEndian<f64>)
fn rem_assign(&mut self, other: &BigEndian<f64>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl RemAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn rem_assign(&mut self, other: &BigEndian<i128>)
fn rem_assign(&mut self, other: &BigEndian<i128>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl RemAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn rem_assign(&mut self, other: &BigEndian<i16>)
fn rem_assign(&mut self, other: &BigEndian<i16>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl RemAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn rem_assign(&mut self, other: &BigEndian<i32>)
fn rem_assign(&mut self, other: &BigEndian<i32>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl RemAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn rem_assign(&mut self, other: &BigEndian<i64>)
fn rem_assign(&mut self, other: &BigEndian<i64>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl RemAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn rem_assign(&mut self, other: &BigEndian<u128>)
fn rem_assign(&mut self, other: &BigEndian<u128>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl RemAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn rem_assign(&mut self, other: &BigEndian<u16>)
fn rem_assign(&mut self, other: &BigEndian<u16>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl RemAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn rem_assign(&mut self, other: &BigEndian<u32>)
fn rem_assign(&mut self, other: &BigEndian<u32>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl RemAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn rem_assign(&mut self, other: &BigEndian<u64>)
fn rem_assign(&mut self, other: &BigEndian<u64>)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ f32> for BigEndian<f32>
impl RemAssign<&'_ f32> for BigEndian<f32>
sourcefn rem_assign(&mut self, other: &f32)
fn rem_assign(&mut self, other: &f32)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ f64> for BigEndian<f64>
impl RemAssign<&'_ f64> for BigEndian<f64>
sourcefn rem_assign(&mut self, other: &f64)
fn rem_assign(&mut self, other: &f64)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ i128> for BigEndian<i128>
impl RemAssign<&'_ i128> for BigEndian<i128>
sourcefn rem_assign(&mut self, other: &i128)
fn rem_assign(&mut self, other: &i128)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ i16> for BigEndian<i16>
impl RemAssign<&'_ i16> for BigEndian<i16>
sourcefn rem_assign(&mut self, other: &i16)
fn rem_assign(&mut self, other: &i16)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ i32> for BigEndian<i32>
impl RemAssign<&'_ i32> for BigEndian<i32>
sourcefn rem_assign(&mut self, other: &i32)
fn rem_assign(&mut self, other: &i32)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ i64> for BigEndian<i64>
impl RemAssign<&'_ i64> for BigEndian<i64>
sourcefn rem_assign(&mut self, other: &i64)
fn rem_assign(&mut self, other: &i64)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ u128> for BigEndian<u128>
impl RemAssign<&'_ u128> for BigEndian<u128>
sourcefn rem_assign(&mut self, other: &u128)
fn rem_assign(&mut self, other: &u128)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ u16> for BigEndian<u16>
impl RemAssign<&'_ u16> for BigEndian<u16>
sourcefn rem_assign(&mut self, other: &u16)
fn rem_assign(&mut self, other: &u16)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ u32> for BigEndian<u32>
impl RemAssign<&'_ u32> for BigEndian<u32>
sourcefn rem_assign(&mut self, other: &u32)
fn rem_assign(&mut self, other: &u32)
Performs the %=
operation. Read more
sourceimpl RemAssign<&'_ u64> for BigEndian<u64>
impl RemAssign<&'_ u64> for BigEndian<u64>
sourcefn rem_assign(&mut self, other: &u64)
fn rem_assign(&mut self, other: &u64)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<f32>> for BigEndian<f32>
impl RemAssign<BigEndian<f32>> for BigEndian<f32>
sourcefn rem_assign(&mut self, other: BigEndian<f32>)
fn rem_assign(&mut self, other: BigEndian<f32>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<f64>> for BigEndian<f64>
impl RemAssign<BigEndian<f64>> for BigEndian<f64>
sourcefn rem_assign(&mut self, other: BigEndian<f64>)
fn rem_assign(&mut self, other: BigEndian<f64>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<i128>> for BigEndian<i128>
impl RemAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn rem_assign(&mut self, other: BigEndian<i128>)
fn rem_assign(&mut self, other: BigEndian<i128>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<i16>> for BigEndian<i16>
impl RemAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn rem_assign(&mut self, other: BigEndian<i16>)
fn rem_assign(&mut self, other: BigEndian<i16>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<i32>> for BigEndian<i32>
impl RemAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn rem_assign(&mut self, other: BigEndian<i32>)
fn rem_assign(&mut self, other: BigEndian<i32>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<i64>> for BigEndian<i64>
impl RemAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn rem_assign(&mut self, other: BigEndian<i64>)
fn rem_assign(&mut self, other: BigEndian<i64>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<u128>> for BigEndian<u128>
impl RemAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn rem_assign(&mut self, other: BigEndian<u128>)
fn rem_assign(&mut self, other: BigEndian<u128>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<u16>> for BigEndian<u16>
impl RemAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn rem_assign(&mut self, other: BigEndian<u16>)
fn rem_assign(&mut self, other: BigEndian<u16>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<u32>> for BigEndian<u32>
impl RemAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn rem_assign(&mut self, other: BigEndian<u32>)
fn rem_assign(&mut self, other: BigEndian<u32>)
Performs the %=
operation. Read more
sourceimpl RemAssign<BigEndian<u64>> for BigEndian<u64>
impl RemAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn rem_assign(&mut self, other: BigEndian<u64>)
fn rem_assign(&mut self, other: BigEndian<u64>)
Performs the %=
operation. Read more
sourceimpl RemAssign<f32> for BigEndian<f32>
impl RemAssign<f32> for BigEndian<f32>
sourcefn rem_assign(&mut self, other: f32)
fn rem_assign(&mut self, other: f32)
Performs the %=
operation. Read more
sourceimpl RemAssign<f64> for BigEndian<f64>
impl RemAssign<f64> for BigEndian<f64>
sourcefn rem_assign(&mut self, other: f64)
fn rem_assign(&mut self, other: f64)
Performs the %=
operation. Read more
sourceimpl RemAssign<i128> for BigEndian<i128>
impl RemAssign<i128> for BigEndian<i128>
sourcefn rem_assign(&mut self, other: i128)
fn rem_assign(&mut self, other: i128)
Performs the %=
operation. Read more
sourceimpl RemAssign<i16> for BigEndian<i16>
impl RemAssign<i16> for BigEndian<i16>
sourcefn rem_assign(&mut self, other: i16)
fn rem_assign(&mut self, other: i16)
Performs the %=
operation. Read more
sourceimpl RemAssign<i32> for BigEndian<i32>
impl RemAssign<i32> for BigEndian<i32>
sourcefn rem_assign(&mut self, other: i32)
fn rem_assign(&mut self, other: i32)
Performs the %=
operation. Read more
sourceimpl RemAssign<i64> for BigEndian<i64>
impl RemAssign<i64> for BigEndian<i64>
sourcefn rem_assign(&mut self, other: i64)
fn rem_assign(&mut self, other: i64)
Performs the %=
operation. Read more
sourceimpl RemAssign<u128> for BigEndian<u128>
impl RemAssign<u128> for BigEndian<u128>
sourcefn rem_assign(&mut self, other: u128)
fn rem_assign(&mut self, other: u128)
Performs the %=
operation. Read more
sourceimpl RemAssign<u16> for BigEndian<u16>
impl RemAssign<u16> for BigEndian<u16>
sourcefn rem_assign(&mut self, other: u16)
fn rem_assign(&mut self, other: u16)
Performs the %=
operation. Read more
sourceimpl RemAssign<u32> for BigEndian<u32>
impl RemAssign<u32> for BigEndian<u32>
sourcefn rem_assign(&mut self, other: u32)
fn rem_assign(&mut self, other: u32)
Performs the %=
operation. Read more
sourceimpl RemAssign<u64> for BigEndian<u64>
impl RemAssign<u64> for BigEndian<u64>
sourcefn rem_assign(&mut self, other: u64)
fn rem_assign(&mut self, other: u64)
Performs the %=
operation. Read more
sourceimpl ShlAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl ShlAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn shl_assign(&mut self, other: &BigEndian<i128>)
fn shl_assign(&mut self, other: &BigEndian<i128>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl ShlAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn shl_assign(&mut self, other: &BigEndian<i16>)
fn shl_assign(&mut self, other: &BigEndian<i16>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl ShlAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn shl_assign(&mut self, other: &BigEndian<i32>)
fn shl_assign(&mut self, other: &BigEndian<i32>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl ShlAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn shl_assign(&mut self, other: &BigEndian<i64>)
fn shl_assign(&mut self, other: &BigEndian<i64>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl ShlAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn shl_assign(&mut self, other: &BigEndian<u128>)
fn shl_assign(&mut self, other: &BigEndian<u128>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl ShlAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn shl_assign(&mut self, other: &BigEndian<u16>)
fn shl_assign(&mut self, other: &BigEndian<u16>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl ShlAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn shl_assign(&mut self, other: &BigEndian<u32>)
fn shl_assign(&mut self, other: &BigEndian<u32>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl ShlAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn shl_assign(&mut self, other: &BigEndian<u64>)
fn shl_assign(&mut self, other: &BigEndian<u64>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ i128> for BigEndian<i128>
impl ShlAssign<&'_ i128> for BigEndian<i128>
sourcefn shl_assign(&mut self, other: &i128)
fn shl_assign(&mut self, other: &i128)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ i16> for BigEndian<i16>
impl ShlAssign<&'_ i16> for BigEndian<i16>
sourcefn shl_assign(&mut self, other: &i16)
fn shl_assign(&mut self, other: &i16)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ i32> for BigEndian<i32>
impl ShlAssign<&'_ i32> for BigEndian<i32>
sourcefn shl_assign(&mut self, other: &i32)
fn shl_assign(&mut self, other: &i32)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ i64> for BigEndian<i64>
impl ShlAssign<&'_ i64> for BigEndian<i64>
sourcefn shl_assign(&mut self, other: &i64)
fn shl_assign(&mut self, other: &i64)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ u128> for BigEndian<u128>
impl ShlAssign<&'_ u128> for BigEndian<u128>
sourcefn shl_assign(&mut self, other: &u128)
fn shl_assign(&mut self, other: &u128)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ u16> for BigEndian<u16>
impl ShlAssign<&'_ u16> for BigEndian<u16>
sourcefn shl_assign(&mut self, other: &u16)
fn shl_assign(&mut self, other: &u16)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ u32> for BigEndian<u32>
impl ShlAssign<&'_ u32> for BigEndian<u32>
sourcefn shl_assign(&mut self, other: &u32)
fn shl_assign(&mut self, other: &u32)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<&'_ u64> for BigEndian<u64>
impl ShlAssign<&'_ u64> for BigEndian<u64>
sourcefn shl_assign(&mut self, other: &u64)
fn shl_assign(&mut self, other: &u64)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<BigEndian<i128>> for BigEndian<i128>
impl ShlAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn shl_assign(&mut self, other: BigEndian<i128>)
fn shl_assign(&mut self, other: BigEndian<i128>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<BigEndian<i16>> for BigEndian<i16>
impl ShlAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn shl_assign(&mut self, other: BigEndian<i16>)
fn shl_assign(&mut self, other: BigEndian<i16>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<BigEndian<i32>> for BigEndian<i32>
impl ShlAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn shl_assign(&mut self, other: BigEndian<i32>)
fn shl_assign(&mut self, other: BigEndian<i32>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<BigEndian<i64>> for BigEndian<i64>
impl ShlAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn shl_assign(&mut self, other: BigEndian<i64>)
fn shl_assign(&mut self, other: BigEndian<i64>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<BigEndian<u128>> for BigEndian<u128>
impl ShlAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn shl_assign(&mut self, other: BigEndian<u128>)
fn shl_assign(&mut self, other: BigEndian<u128>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<BigEndian<u16>> for BigEndian<u16>
impl ShlAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn shl_assign(&mut self, other: BigEndian<u16>)
fn shl_assign(&mut self, other: BigEndian<u16>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<BigEndian<u32>> for BigEndian<u32>
impl ShlAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn shl_assign(&mut self, other: BigEndian<u32>)
fn shl_assign(&mut self, other: BigEndian<u32>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<BigEndian<u64>> for BigEndian<u64>
impl ShlAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn shl_assign(&mut self, other: BigEndian<u64>)
fn shl_assign(&mut self, other: BigEndian<u64>)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<i128> for BigEndian<i128>
impl ShlAssign<i128> for BigEndian<i128>
sourcefn shl_assign(&mut self, other: i128)
fn shl_assign(&mut self, other: i128)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<i16> for BigEndian<i16>
impl ShlAssign<i16> for BigEndian<i16>
sourcefn shl_assign(&mut self, other: i16)
fn shl_assign(&mut self, other: i16)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<i32> for BigEndian<i32>
impl ShlAssign<i32> for BigEndian<i32>
sourcefn shl_assign(&mut self, other: i32)
fn shl_assign(&mut self, other: i32)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<i64> for BigEndian<i64>
impl ShlAssign<i64> for BigEndian<i64>
sourcefn shl_assign(&mut self, other: i64)
fn shl_assign(&mut self, other: i64)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<u128> for BigEndian<u128>
impl ShlAssign<u128> for BigEndian<u128>
sourcefn shl_assign(&mut self, other: u128)
fn shl_assign(&mut self, other: u128)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<u16> for BigEndian<u16>
impl ShlAssign<u16> for BigEndian<u16>
sourcefn shl_assign(&mut self, other: u16)
fn shl_assign(&mut self, other: u16)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<u32> for BigEndian<u32>
impl ShlAssign<u32> for BigEndian<u32>
sourcefn shl_assign(&mut self, other: u32)
fn shl_assign(&mut self, other: u32)
Performs the <<=
operation. Read more
sourceimpl ShlAssign<u64> for BigEndian<u64>
impl ShlAssign<u64> for BigEndian<u64>
sourcefn shl_assign(&mut self, other: u64)
fn shl_assign(&mut self, other: u64)
Performs the <<=
operation. Read more
sourceimpl ShrAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl ShrAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn shr_assign(&mut self, other: &BigEndian<i128>)
fn shr_assign(&mut self, other: &BigEndian<i128>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl ShrAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn shr_assign(&mut self, other: &BigEndian<i16>)
fn shr_assign(&mut self, other: &BigEndian<i16>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl ShrAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn shr_assign(&mut self, other: &BigEndian<i32>)
fn shr_assign(&mut self, other: &BigEndian<i32>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl ShrAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn shr_assign(&mut self, other: &BigEndian<i64>)
fn shr_assign(&mut self, other: &BigEndian<i64>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl ShrAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn shr_assign(&mut self, other: &BigEndian<u128>)
fn shr_assign(&mut self, other: &BigEndian<u128>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl ShrAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn shr_assign(&mut self, other: &BigEndian<u16>)
fn shr_assign(&mut self, other: &BigEndian<u16>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl ShrAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn shr_assign(&mut self, other: &BigEndian<u32>)
fn shr_assign(&mut self, other: &BigEndian<u32>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl ShrAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn shr_assign(&mut self, other: &BigEndian<u64>)
fn shr_assign(&mut self, other: &BigEndian<u64>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ i128> for BigEndian<i128>
impl ShrAssign<&'_ i128> for BigEndian<i128>
sourcefn shr_assign(&mut self, other: &i128)
fn shr_assign(&mut self, other: &i128)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ i16> for BigEndian<i16>
impl ShrAssign<&'_ i16> for BigEndian<i16>
sourcefn shr_assign(&mut self, other: &i16)
fn shr_assign(&mut self, other: &i16)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ i32> for BigEndian<i32>
impl ShrAssign<&'_ i32> for BigEndian<i32>
sourcefn shr_assign(&mut self, other: &i32)
fn shr_assign(&mut self, other: &i32)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ i64> for BigEndian<i64>
impl ShrAssign<&'_ i64> for BigEndian<i64>
sourcefn shr_assign(&mut self, other: &i64)
fn shr_assign(&mut self, other: &i64)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ u128> for BigEndian<u128>
impl ShrAssign<&'_ u128> for BigEndian<u128>
sourcefn shr_assign(&mut self, other: &u128)
fn shr_assign(&mut self, other: &u128)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ u16> for BigEndian<u16>
impl ShrAssign<&'_ u16> for BigEndian<u16>
sourcefn shr_assign(&mut self, other: &u16)
fn shr_assign(&mut self, other: &u16)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ u32> for BigEndian<u32>
impl ShrAssign<&'_ u32> for BigEndian<u32>
sourcefn shr_assign(&mut self, other: &u32)
fn shr_assign(&mut self, other: &u32)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<&'_ u64> for BigEndian<u64>
impl ShrAssign<&'_ u64> for BigEndian<u64>
sourcefn shr_assign(&mut self, other: &u64)
fn shr_assign(&mut self, other: &u64)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<BigEndian<i128>> for BigEndian<i128>
impl ShrAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn shr_assign(&mut self, other: BigEndian<i128>)
fn shr_assign(&mut self, other: BigEndian<i128>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<BigEndian<i16>> for BigEndian<i16>
impl ShrAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn shr_assign(&mut self, other: BigEndian<i16>)
fn shr_assign(&mut self, other: BigEndian<i16>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<BigEndian<i32>> for BigEndian<i32>
impl ShrAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn shr_assign(&mut self, other: BigEndian<i32>)
fn shr_assign(&mut self, other: BigEndian<i32>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<BigEndian<i64>> for BigEndian<i64>
impl ShrAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn shr_assign(&mut self, other: BigEndian<i64>)
fn shr_assign(&mut self, other: BigEndian<i64>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<BigEndian<u128>> for BigEndian<u128>
impl ShrAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn shr_assign(&mut self, other: BigEndian<u128>)
fn shr_assign(&mut self, other: BigEndian<u128>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<BigEndian<u16>> for BigEndian<u16>
impl ShrAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn shr_assign(&mut self, other: BigEndian<u16>)
fn shr_assign(&mut self, other: BigEndian<u16>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<BigEndian<u32>> for BigEndian<u32>
impl ShrAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn shr_assign(&mut self, other: BigEndian<u32>)
fn shr_assign(&mut self, other: BigEndian<u32>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<BigEndian<u64>> for BigEndian<u64>
impl ShrAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn shr_assign(&mut self, other: BigEndian<u64>)
fn shr_assign(&mut self, other: BigEndian<u64>)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<i128> for BigEndian<i128>
impl ShrAssign<i128> for BigEndian<i128>
sourcefn shr_assign(&mut self, other: i128)
fn shr_assign(&mut self, other: i128)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<i16> for BigEndian<i16>
impl ShrAssign<i16> for BigEndian<i16>
sourcefn shr_assign(&mut self, other: i16)
fn shr_assign(&mut self, other: i16)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<i32> for BigEndian<i32>
impl ShrAssign<i32> for BigEndian<i32>
sourcefn shr_assign(&mut self, other: i32)
fn shr_assign(&mut self, other: i32)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<i64> for BigEndian<i64>
impl ShrAssign<i64> for BigEndian<i64>
sourcefn shr_assign(&mut self, other: i64)
fn shr_assign(&mut self, other: i64)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<u128> for BigEndian<u128>
impl ShrAssign<u128> for BigEndian<u128>
sourcefn shr_assign(&mut self, other: u128)
fn shr_assign(&mut self, other: u128)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<u16> for BigEndian<u16>
impl ShrAssign<u16> for BigEndian<u16>
sourcefn shr_assign(&mut self, other: u16)
fn shr_assign(&mut self, other: u16)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<u32> for BigEndian<u32>
impl ShrAssign<u32> for BigEndian<u32>
sourcefn shr_assign(&mut self, other: u32)
fn shr_assign(&mut self, other: u32)
Performs the >>=
operation. Read more
sourceimpl ShrAssign<u64> for BigEndian<u64>
impl ShrAssign<u64> for BigEndian<u64>
sourcefn shr_assign(&mut self, other: u64)
fn shr_assign(&mut self, other: u64)
Performs the >>=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<f32>> for BigEndian<f32>
impl SubAssign<&'_ BigEndian<f32>> for BigEndian<f32>
sourcefn sub_assign(&mut self, other: &BigEndian<f32>)
fn sub_assign(&mut self, other: &BigEndian<f32>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<f64>> for BigEndian<f64>
impl SubAssign<&'_ BigEndian<f64>> for BigEndian<f64>
sourcefn sub_assign(&mut self, other: &BigEndian<f64>)
fn sub_assign(&mut self, other: &BigEndian<f64>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<i128>> for BigEndian<i128>
impl SubAssign<&'_ BigEndian<i128>> for BigEndian<i128>
sourcefn sub_assign(&mut self, other: &BigEndian<i128>)
fn sub_assign(&mut self, other: &BigEndian<i128>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<i16>> for BigEndian<i16>
impl SubAssign<&'_ BigEndian<i16>> for BigEndian<i16>
sourcefn sub_assign(&mut self, other: &BigEndian<i16>)
fn sub_assign(&mut self, other: &BigEndian<i16>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<i32>> for BigEndian<i32>
impl SubAssign<&'_ BigEndian<i32>> for BigEndian<i32>
sourcefn sub_assign(&mut self, other: &BigEndian<i32>)
fn sub_assign(&mut self, other: &BigEndian<i32>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<i64>> for BigEndian<i64>
impl SubAssign<&'_ BigEndian<i64>> for BigEndian<i64>
sourcefn sub_assign(&mut self, other: &BigEndian<i64>)
fn sub_assign(&mut self, other: &BigEndian<i64>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<u128>> for BigEndian<u128>
impl SubAssign<&'_ BigEndian<u128>> for BigEndian<u128>
sourcefn sub_assign(&mut self, other: &BigEndian<u128>)
fn sub_assign(&mut self, other: &BigEndian<u128>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<u16>> for BigEndian<u16>
impl SubAssign<&'_ BigEndian<u16>> for BigEndian<u16>
sourcefn sub_assign(&mut self, other: &BigEndian<u16>)
fn sub_assign(&mut self, other: &BigEndian<u16>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<u32>> for BigEndian<u32>
impl SubAssign<&'_ BigEndian<u32>> for BigEndian<u32>
sourcefn sub_assign(&mut self, other: &BigEndian<u32>)
fn sub_assign(&mut self, other: &BigEndian<u32>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ BigEndian<u64>> for BigEndian<u64>
impl SubAssign<&'_ BigEndian<u64>> for BigEndian<u64>
sourcefn sub_assign(&mut self, other: &BigEndian<u64>)
fn sub_assign(&mut self, other: &BigEndian<u64>)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ f32> for BigEndian<f32>
impl SubAssign<&'_ f32> for BigEndian<f32>
sourcefn sub_assign(&mut self, other: &f32)
fn sub_assign(&mut self, other: &f32)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ f64> for BigEndian<f64>
impl SubAssign<&'_ f64> for BigEndian<f64>
sourcefn sub_assign(&mut self, other: &f64)
fn sub_assign(&mut self, other: &f64)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ i128> for BigEndian<i128>
impl SubAssign<&'_ i128> for BigEndian<i128>
sourcefn sub_assign(&mut self, other: &i128)
fn sub_assign(&mut self, other: &i128)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ i16> for BigEndian<i16>
impl SubAssign<&'_ i16> for BigEndian<i16>
sourcefn sub_assign(&mut self, other: &i16)
fn sub_assign(&mut self, other: &i16)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ i32> for BigEndian<i32>
impl SubAssign<&'_ i32> for BigEndian<i32>
sourcefn sub_assign(&mut self, other: &i32)
fn sub_assign(&mut self, other: &i32)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ i64> for BigEndian<i64>
impl SubAssign<&'_ i64> for BigEndian<i64>
sourcefn sub_assign(&mut self, other: &i64)
fn sub_assign(&mut self, other: &i64)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ u128> for BigEndian<u128>
impl SubAssign<&'_ u128> for BigEndian<u128>
sourcefn sub_assign(&mut self, other: &u128)
fn sub_assign(&mut self, other: &u128)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ u16> for BigEndian<u16>
impl SubAssign<&'_ u16> for BigEndian<u16>
sourcefn sub_assign(&mut self, other: &u16)
fn sub_assign(&mut self, other: &u16)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ u32> for BigEndian<u32>
impl SubAssign<&'_ u32> for BigEndian<u32>
sourcefn sub_assign(&mut self, other: &u32)
fn sub_assign(&mut self, other: &u32)
Performs the -=
operation. Read more
sourceimpl SubAssign<&'_ u64> for BigEndian<u64>
impl SubAssign<&'_ u64> for BigEndian<u64>
sourcefn sub_assign(&mut self, other: &u64)
fn sub_assign(&mut self, other: &u64)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<f32>> for BigEndian<f32>
impl SubAssign<BigEndian<f32>> for BigEndian<f32>
sourcefn sub_assign(&mut self, other: BigEndian<f32>)
fn sub_assign(&mut self, other: BigEndian<f32>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<f64>> for BigEndian<f64>
impl SubAssign<BigEndian<f64>> for BigEndian<f64>
sourcefn sub_assign(&mut self, other: BigEndian<f64>)
fn sub_assign(&mut self, other: BigEndian<f64>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<i128>> for BigEndian<i128>
impl SubAssign<BigEndian<i128>> for BigEndian<i128>
sourcefn sub_assign(&mut self, other: BigEndian<i128>)
fn sub_assign(&mut self, other: BigEndian<i128>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<i16>> for BigEndian<i16>
impl SubAssign<BigEndian<i16>> for BigEndian<i16>
sourcefn sub_assign(&mut self, other: BigEndian<i16>)
fn sub_assign(&mut self, other: BigEndian<i16>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<i32>> for BigEndian<i32>
impl SubAssign<BigEndian<i32>> for BigEndian<i32>
sourcefn sub_assign(&mut self, other: BigEndian<i32>)
fn sub_assign(&mut self, other: BigEndian<i32>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<i64>> for BigEndian<i64>
impl SubAssign<BigEndian<i64>> for BigEndian<i64>
sourcefn sub_assign(&mut self, other: BigEndian<i64>)
fn sub_assign(&mut self, other: BigEndian<i64>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<u128>> for BigEndian<u128>
impl SubAssign<BigEndian<u128>> for BigEndian<u128>
sourcefn sub_assign(&mut self, other: BigEndian<u128>)
fn sub_assign(&mut self, other: BigEndian<u128>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<u16>> for BigEndian<u16>
impl SubAssign<BigEndian<u16>> for BigEndian<u16>
sourcefn sub_assign(&mut self, other: BigEndian<u16>)
fn sub_assign(&mut self, other: BigEndian<u16>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<u32>> for BigEndian<u32>
impl SubAssign<BigEndian<u32>> for BigEndian<u32>
sourcefn sub_assign(&mut self, other: BigEndian<u32>)
fn sub_assign(&mut self, other: BigEndian<u32>)
Performs the -=
operation. Read more
sourceimpl SubAssign<BigEndian<u64>> for BigEndian<u64>
impl SubAssign<BigEndian<u64>> for BigEndian<u64>
sourcefn sub_assign(&mut self, other: BigEndian<u64>)
fn sub_assign(&mut self, other: BigEndian<u64>)
Performs the -=
operation. Read more
sourceimpl SubAssign<f32> for BigEndian<f32>
impl SubAssign<f32> for BigEndian<f32>
sourcefn sub_assign(&mut self, other: f32)
fn sub_assign(&mut self, other: f32)
Performs the -=
operation. Read more
sourceimpl SubAssign<f64> for BigEndian<f64>
impl SubAssign<f64> for BigEndian<f64>
sourcefn sub_assign(&mut self, other: f64)
fn sub_assign(&mut self, other: f64)
Performs the -=
operation. Read more
sourceimpl SubAssign<i128> for BigEndian<i128>
impl SubAssign<i128> for BigEndian<i128>
sourcefn sub_assign(&mut self, other: i128)
fn sub_assign(&mut self, other: i128)
Performs the -=
operation. Read more
sourceimpl SubAssign<i16> for BigEndian<i16>
impl SubAssign<i16> for BigEndian<i16>
sourcefn sub_assign(&mut self, other: i16)
fn sub_assign(&mut self, other: i16)
Performs the -=
operation. Read more
sourceimpl SubAssign<i32> for BigEndian<i32>
impl SubAssign<i32> for BigEndian<i32>
sourcefn sub_assign(&mut self, other: i32)
fn sub_assign(&mut self, other: i32)
Performs the -=
operation. Read more
sourceimpl SubAssign<i64> for BigEndian<i64>
impl SubAssign<i64> for BigEndian<i64>
sourcefn sub_assign(&mut self, other: i64)
fn sub_assign(&mut self, other: i64)
Performs the -=
operation. Read more
sourceimpl SubAssign<u128> for BigEndian<u128>
impl SubAssign<u128> for BigEndian<u128>
sourcefn sub_assign(&mut self, other: u128)
fn sub_assign(&mut self, other: u128)
Performs the -=
operation. Read more
sourceimpl SubAssign<u16> for BigEndian<u16>
impl SubAssign<u16> for BigEndian<u16>
sourcefn sub_assign(&mut self, other: u16)
fn sub_assign(&mut self, other: u16)
Performs the -=
operation. Read more
sourceimpl SubAssign<u32> for BigEndian<u32>
impl SubAssign<u32> for BigEndian<u32>
sourcefn sub_assign(&mut self, other: u32)
fn sub_assign(&mut self, other: u32)
Performs the -=
operation. Read more
sourceimpl SubAssign<u64> for BigEndian<u64>
impl SubAssign<u64> for BigEndian<u64>
sourcefn sub_assign(&mut self, other: u64)
fn sub_assign(&mut self, other: u64)
Performs the -=
operation. Read more
sourceimpl UpperHex for BigEndian<NonZeroI64>
impl UpperHex for BigEndian<NonZeroI64>
sourceimpl UpperHex for BigEndian<NonZeroI128>
impl UpperHex for BigEndian<NonZeroI128>
sourceimpl UpperHex for BigEndian<NonZeroU16>
impl UpperHex for BigEndian<NonZeroU16>
sourceimpl UpperHex for BigEndian<NonZeroU32>
impl UpperHex for BigEndian<NonZeroU32>
sourceimpl UpperHex for BigEndian<NonZeroU64>
impl UpperHex for BigEndian<NonZeroU64>
sourceimpl UpperHex for BigEndian<NonZeroU128>
impl UpperHex for BigEndian<NonZeroU128>
sourceimpl UpperHex for BigEndian<NonZeroI16>
impl UpperHex for BigEndian<NonZeroI16>
sourceimpl UpperHex for BigEndian<NonZeroI32>
impl UpperHex for BigEndian<NonZeroI32>
impl<T: Copy> Copy for BigEndian<T>
impl Eq for BigEndian<i16>
impl Eq for BigEndian<i32>
impl Eq for BigEndian<char>
impl Eq for BigEndian<NonZeroI16>
impl Eq for BigEndian<NonZeroI32>
impl Eq for BigEndian<NonZeroI64>
impl Eq for BigEndian<NonZeroI128>
impl Eq for BigEndian<NonZeroU16>
impl Eq for BigEndian<NonZeroU32>
impl Eq for BigEndian<NonZeroU64>
impl Eq for BigEndian<NonZeroU128>
impl Eq for BigEndian<i64>
impl Eq for BigEndian<i128>
impl Eq for BigEndian<u16>
impl Eq for BigEndian<u32>
impl Eq for BigEndian<u64>
impl Eq for BigEndian<u128>
impl Eq for BigEndian<f32>
impl Eq for BigEndian<f64>
impl RefUnwindSafe for BigEndian<AtomicI16>
impl RefUnwindSafe for BigEndian<AtomicI32>
impl RefUnwindSafe for BigEndian<AtomicI64>
impl RefUnwindSafe for BigEndian<AtomicU16>
impl RefUnwindSafe for BigEndian<AtomicU32>
impl RefUnwindSafe for BigEndian<AtomicU64>
impl Sync for BigEndian<AtomicI16>
impl Sync for BigEndian<AtomicI32>
impl Sync for BigEndian<AtomicI64>
impl Sync for BigEndian<AtomicU16>
impl Sync for BigEndian<AtomicU32>
impl Sync for BigEndian<AtomicU64>
Auto Trait Implementations
impl<T> RefUnwindSafe for BigEndian<T> where
T: RefUnwindSafe,
impl<T> Send for BigEndian<T> where
T: Send,
impl<T> Sync for BigEndian<T> where
T: Sync,
impl<T> Unpin for BigEndian<T> where
T: Unpin,
impl<T> UnwindSafe for BigEndian<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more