#[repr(C, align(16))]pub struct u128_be(/* private fields */);
Expand description
A big-endian u128
with a guaranteed size and alignment of 16
.
Implementations§
Trait Implementations§
source§impl AddAssign<&u128> for u128_be
impl AddAssign<&u128> for u128_be
source§fn add_assign(&mut self, other: &u128)
fn add_assign(&mut self, other: &u128)
Performs the
+=
operation. Read moresource§impl AddAssign<&u128_be> for u128_be
impl AddAssign<&u128_be> for u128_be
source§fn add_assign(&mut self, other: &u128_be)
fn add_assign(&mut self, other: &u128_be)
Performs the
+=
operation. Read moresource§impl AddAssign<u128> for u128_be
impl AddAssign<u128> for u128_be
source§fn add_assign(&mut self, other: u128)
fn add_assign(&mut self, other: u128)
Performs the
+=
operation. Read moresource§impl AddAssign for u128_be
impl AddAssign for u128_be
source§fn add_assign(&mut self, other: u128_be)
fn add_assign(&mut self, other: u128_be)
Performs the
+=
operation. Read moresource§impl BitAndAssign<&u128> for u128_be
impl BitAndAssign<&u128> for u128_be
source§fn bitand_assign(&mut self, other: &u128)
fn bitand_assign(&mut self, other: &u128)
Performs the
&=
operation. Read moresource§impl BitAndAssign<&u128_be> for u128_be
impl BitAndAssign<&u128_be> for u128_be
source§fn bitand_assign(&mut self, other: &u128_be)
fn bitand_assign(&mut self, other: &u128_be)
Performs the
&=
operation. Read moresource§impl BitAndAssign<u128> for u128_be
impl BitAndAssign<u128> for u128_be
source§fn bitand_assign(&mut self, other: u128)
fn bitand_assign(&mut self, other: u128)
Performs the
&=
operation. Read moresource§impl BitAndAssign for u128_be
impl BitAndAssign for u128_be
source§fn bitand_assign(&mut self, other: u128_be)
fn bitand_assign(&mut self, other: u128_be)
Performs the
&=
operation. Read moresource§impl BitOrAssign<&u128> for u128_be
impl BitOrAssign<&u128> for u128_be
source§fn bitor_assign(&mut self, other: &u128)
fn bitor_assign(&mut self, other: &u128)
Performs the
|=
operation. Read moresource§impl BitOrAssign<&u128_be> for u128_be
impl BitOrAssign<&u128_be> for u128_be
source§fn bitor_assign(&mut self, other: &u128_be)
fn bitor_assign(&mut self, other: &u128_be)
Performs the
|=
operation. Read moresource§impl BitOrAssign<u128> for u128_be
impl BitOrAssign<u128> for u128_be
source§fn bitor_assign(&mut self, other: u128)
fn bitor_assign(&mut self, other: u128)
Performs the
|=
operation. Read moresource§impl BitOrAssign for u128_be
impl BitOrAssign for u128_be
source§fn bitor_assign(&mut self, other: u128_be)
fn bitor_assign(&mut self, other: u128_be)
Performs the
|=
operation. Read moresource§impl BitXorAssign<&u128> for u128_be
impl BitXorAssign<&u128> for u128_be
source§fn bitxor_assign(&mut self, other: &u128)
fn bitxor_assign(&mut self, other: &u128)
Performs the
^=
operation. Read moresource§impl BitXorAssign<&u128_be> for u128_be
impl BitXorAssign<&u128_be> for u128_be
source§fn bitxor_assign(&mut self, other: &u128_be)
fn bitxor_assign(&mut self, other: &u128_be)
Performs the
^=
operation. Read moresource§impl BitXorAssign<u128> for u128_be
impl BitXorAssign<u128> for u128_be
source§fn bitxor_assign(&mut self, other: u128)
fn bitxor_assign(&mut self, other: u128)
Performs the
^=
operation. Read moresource§impl BitXorAssign for u128_be
impl BitXorAssign for u128_be
source§fn bitxor_assign(&mut self, other: u128_be)
fn bitxor_assign(&mut self, other: u128_be)
Performs the
^=
operation. Read moresource§impl DivAssign<&u128> for u128_be
impl DivAssign<&u128> for u128_be
source§fn div_assign(&mut self, other: &u128)
fn div_assign(&mut self, other: &u128)
Performs the
/=
operation. Read moresource§impl DivAssign<&u128_be> for u128_be
impl DivAssign<&u128_be> for u128_be
source§fn div_assign(&mut self, other: &u128_be)
fn div_assign(&mut self, other: &u128_be)
Performs the
/=
operation. Read moresource§impl DivAssign<u128> for u128_be
impl DivAssign<u128> for u128_be
source§fn div_assign(&mut self, other: u128)
fn div_assign(&mut self, other: u128)
Performs the
/=
operation. Read moresource§impl DivAssign for u128_be
impl DivAssign for u128_be
source§fn div_assign(&mut self, other: u128_be)
fn div_assign(&mut self, other: u128_be)
Performs the
/=
operation. Read moresource§impl MulAssign<&u128> for u128_be
impl MulAssign<&u128> for u128_be
source§fn mul_assign(&mut self, other: &u128)
fn mul_assign(&mut self, other: &u128)
Performs the
*=
operation. Read moresource§impl MulAssign<&u128_be> for u128_be
impl MulAssign<&u128_be> for u128_be
source§fn mul_assign(&mut self, other: &u128_be)
fn mul_assign(&mut self, other: &u128_be)
Performs the
*=
operation. Read moresource§impl MulAssign<u128> for u128_be
impl MulAssign<u128> for u128_be
source§fn mul_assign(&mut self, other: u128)
fn mul_assign(&mut self, other: u128)
Performs the
*=
operation. Read moresource§impl MulAssign for u128_be
impl MulAssign for u128_be
source§fn mul_assign(&mut self, other: u128_be)
fn mul_assign(&mut self, other: u128_be)
Performs the
*=
operation. Read moresource§impl Ord for u128_be
impl Ord for u128_be
source§impl PartialOrd<u128> for u128_be
impl PartialOrd<u128> for u128_be
source§impl PartialOrd for u128_be
impl PartialOrd for u128_be
source§impl RemAssign<&u128> for u128_be
impl RemAssign<&u128> for u128_be
source§fn rem_assign(&mut self, other: &u128)
fn rem_assign(&mut self, other: &u128)
Performs the
%=
operation. Read moresource§impl RemAssign<&u128_be> for u128_be
impl RemAssign<&u128_be> for u128_be
source§fn rem_assign(&mut self, other: &u128_be)
fn rem_assign(&mut self, other: &u128_be)
Performs the
%=
operation. Read moresource§impl RemAssign<u128> for u128_be
impl RemAssign<u128> for u128_be
source§fn rem_assign(&mut self, other: u128)
fn rem_assign(&mut self, other: u128)
Performs the
%=
operation. Read moresource§impl RemAssign for u128_be
impl RemAssign for u128_be
source§fn rem_assign(&mut self, other: u128_be)
fn rem_assign(&mut self, other: u128_be)
Performs the
%=
operation. Read moresource§impl ShlAssign<&u128> for u128_be
impl ShlAssign<&u128> for u128_be
source§fn shl_assign(&mut self, other: &u128)
fn shl_assign(&mut self, other: &u128)
Performs the
<<=
operation. Read moresource§impl ShlAssign<&u128_be> for u128_be
impl ShlAssign<&u128_be> for u128_be
source§fn shl_assign(&mut self, other: &u128_be)
fn shl_assign(&mut self, other: &u128_be)
Performs the
<<=
operation. Read moresource§impl ShlAssign<u128> for u128_be
impl ShlAssign<u128> for u128_be
source§fn shl_assign(&mut self, other: u128)
fn shl_assign(&mut self, other: u128)
Performs the
<<=
operation. Read moresource§impl ShlAssign for u128_be
impl ShlAssign for u128_be
source§fn shl_assign(&mut self, other: u128_be)
fn shl_assign(&mut self, other: u128_be)
Performs the
<<=
operation. Read moresource§impl ShrAssign<&u128> for u128_be
impl ShrAssign<&u128> for u128_be
source§fn shr_assign(&mut self, other: &u128)
fn shr_assign(&mut self, other: &u128)
Performs the
>>=
operation. Read moresource§impl ShrAssign<&u128_be> for u128_be
impl ShrAssign<&u128_be> for u128_be
source§fn shr_assign(&mut self, other: &u128_be)
fn shr_assign(&mut self, other: &u128_be)
Performs the
>>=
operation. Read moresource§impl ShrAssign<u128> for u128_be
impl ShrAssign<u128> for u128_be
source§fn shr_assign(&mut self, other: u128)
fn shr_assign(&mut self, other: u128)
Performs the
>>=
operation. Read moresource§impl ShrAssign for u128_be
impl ShrAssign for u128_be
source§fn shr_assign(&mut self, other: u128_be)
fn shr_assign(&mut self, other: u128_be)
Performs the
>>=
operation. Read moresource§impl SubAssign<&u128> for u128_be
impl SubAssign<&u128> for u128_be
source§fn sub_assign(&mut self, other: &u128)
fn sub_assign(&mut self, other: &u128)
Performs the
-=
operation. Read moresource§impl SubAssign<&u128_be> for u128_be
impl SubAssign<&u128_be> for u128_be
source§fn sub_assign(&mut self, other: &u128_be)
fn sub_assign(&mut self, other: &u128_be)
Performs the
-=
operation. Read moresource§impl SubAssign<u128> for u128_be
impl SubAssign<u128> for u128_be
source§fn sub_assign(&mut self, other: u128)
fn sub_assign(&mut self, other: u128)
Performs the
-=
operation. Read moresource§impl SubAssign for u128_be
impl SubAssign for u128_be
source§fn sub_assign(&mut self, other: u128_be)
fn sub_assign(&mut self, other: u128_be)
Performs the
-=
operation. Read moreimpl Copy for u128_be
impl Eq for u128_be
Auto Trait Implementations§
impl Freeze for u128_be
impl RefUnwindSafe for u128_be
impl Send for u128_be
impl Sync for u128_be
impl Unpin for u128_be
impl UnwindSafe for u128_be
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)