#[repr(C, align(16))]pub struct i128_be(/* private fields */);
Expand description
A big-endian i128
with a guaranteed size and alignment of 16
.
Implementations§
Trait Implementations§
Source§impl AddAssign<&i128> for i128_be
impl AddAssign<&i128> for i128_be
Source§fn add_assign(&mut self, other: &i128)
fn add_assign(&mut self, other: &i128)
Performs the
+=
operation. Read moreSource§impl AddAssign<&i128_be> for i128_be
impl AddAssign<&i128_be> for i128_be
Source§fn add_assign(&mut self, other: &i128_be)
fn add_assign(&mut self, other: &i128_be)
Performs the
+=
operation. Read moreSource§impl AddAssign<i128> for i128_be
impl AddAssign<i128> for i128_be
Source§fn add_assign(&mut self, other: i128)
fn add_assign(&mut self, other: i128)
Performs the
+=
operation. Read moreSource§impl AddAssign for i128_be
impl AddAssign for i128_be
Source§fn add_assign(&mut self, other: i128_be)
fn add_assign(&mut self, other: i128_be)
Performs the
+=
operation. Read moreSource§impl BitAndAssign<&i128> for i128_be
impl BitAndAssign<&i128> for i128_be
Source§fn bitand_assign(&mut self, other: &i128)
fn bitand_assign(&mut self, other: &i128)
Performs the
&=
operation. Read moreSource§impl BitAndAssign<&i128_be> for i128_be
impl BitAndAssign<&i128_be> for i128_be
Source§fn bitand_assign(&mut self, other: &i128_be)
fn bitand_assign(&mut self, other: &i128_be)
Performs the
&=
operation. Read moreSource§impl BitAndAssign<i128> for i128_be
impl BitAndAssign<i128> for i128_be
Source§fn bitand_assign(&mut self, other: i128)
fn bitand_assign(&mut self, other: i128)
Performs the
&=
operation. Read moreSource§impl BitAndAssign for i128_be
impl BitAndAssign for i128_be
Source§fn bitand_assign(&mut self, other: i128_be)
fn bitand_assign(&mut self, other: i128_be)
Performs the
&=
operation. Read moreSource§impl BitOrAssign<&i128> for i128_be
impl BitOrAssign<&i128> for i128_be
Source§fn bitor_assign(&mut self, other: &i128)
fn bitor_assign(&mut self, other: &i128)
Performs the
|=
operation. Read moreSource§impl BitOrAssign<&i128_be> for i128_be
impl BitOrAssign<&i128_be> for i128_be
Source§fn bitor_assign(&mut self, other: &i128_be)
fn bitor_assign(&mut self, other: &i128_be)
Performs the
|=
operation. Read moreSource§impl BitOrAssign<i128> for i128_be
impl BitOrAssign<i128> for i128_be
Source§fn bitor_assign(&mut self, other: i128)
fn bitor_assign(&mut self, other: i128)
Performs the
|=
operation. Read moreSource§impl BitOrAssign for i128_be
impl BitOrAssign for i128_be
Source§fn bitor_assign(&mut self, other: i128_be)
fn bitor_assign(&mut self, other: i128_be)
Performs the
|=
operation. Read moreSource§impl BitXorAssign<&i128> for i128_be
impl BitXorAssign<&i128> for i128_be
Source§fn bitxor_assign(&mut self, other: &i128)
fn bitxor_assign(&mut self, other: &i128)
Performs the
^=
operation. Read moreSource§impl BitXorAssign<&i128_be> for i128_be
impl BitXorAssign<&i128_be> for i128_be
Source§fn bitxor_assign(&mut self, other: &i128_be)
fn bitxor_assign(&mut self, other: &i128_be)
Performs the
^=
operation. Read moreSource§impl BitXorAssign<i128> for i128_be
impl BitXorAssign<i128> for i128_be
Source§fn bitxor_assign(&mut self, other: i128)
fn bitxor_assign(&mut self, other: i128)
Performs the
^=
operation. Read moreSource§impl BitXorAssign for i128_be
impl BitXorAssign for i128_be
Source§fn bitxor_assign(&mut self, other: i128_be)
fn bitxor_assign(&mut self, other: i128_be)
Performs the
^=
operation. Read moreSource§impl DivAssign<&i128> for i128_be
impl DivAssign<&i128> for i128_be
Source§fn div_assign(&mut self, other: &i128)
fn div_assign(&mut self, other: &i128)
Performs the
/=
operation. Read moreSource§impl DivAssign<&i128_be> for i128_be
impl DivAssign<&i128_be> for i128_be
Source§fn div_assign(&mut self, other: &i128_be)
fn div_assign(&mut self, other: &i128_be)
Performs the
/=
operation. Read moreSource§impl DivAssign<i128> for i128_be
impl DivAssign<i128> for i128_be
Source§fn div_assign(&mut self, other: i128)
fn div_assign(&mut self, other: i128)
Performs the
/=
operation. Read moreSource§impl DivAssign for i128_be
impl DivAssign for i128_be
Source§fn div_assign(&mut self, other: i128_be)
fn div_assign(&mut self, other: i128_be)
Performs the
/=
operation. Read moreSource§impl MulAssign<&i128> for i128_be
impl MulAssign<&i128> for i128_be
Source§fn mul_assign(&mut self, other: &i128)
fn mul_assign(&mut self, other: &i128)
Performs the
*=
operation. Read moreSource§impl MulAssign<&i128_be> for i128_be
impl MulAssign<&i128_be> for i128_be
Source§fn mul_assign(&mut self, other: &i128_be)
fn mul_assign(&mut self, other: &i128_be)
Performs the
*=
operation. Read moreSource§impl MulAssign<i128> for i128_be
impl MulAssign<i128> for i128_be
Source§fn mul_assign(&mut self, other: i128)
fn mul_assign(&mut self, other: i128)
Performs the
*=
operation. Read moreSource§impl MulAssign for i128_be
impl MulAssign for i128_be
Source§fn mul_assign(&mut self, other: i128_be)
fn mul_assign(&mut self, other: i128_be)
Performs the
*=
operation. Read moreSource§impl Ord for i128_be
impl Ord for i128_be
Source§impl PartialOrd<i128> for i128_be
impl PartialOrd<i128> for i128_be
Source§impl PartialOrd for i128_be
impl PartialOrd for i128_be
Source§impl RemAssign<&i128> for i128_be
impl RemAssign<&i128> for i128_be
Source§fn rem_assign(&mut self, other: &i128)
fn rem_assign(&mut self, other: &i128)
Performs the
%=
operation. Read moreSource§impl RemAssign<&i128_be> for i128_be
impl RemAssign<&i128_be> for i128_be
Source§fn rem_assign(&mut self, other: &i128_be)
fn rem_assign(&mut self, other: &i128_be)
Performs the
%=
operation. Read moreSource§impl RemAssign<i128> for i128_be
impl RemAssign<i128> for i128_be
Source§fn rem_assign(&mut self, other: i128)
fn rem_assign(&mut self, other: i128)
Performs the
%=
operation. Read moreSource§impl RemAssign for i128_be
impl RemAssign for i128_be
Source§fn rem_assign(&mut self, other: i128_be)
fn rem_assign(&mut self, other: i128_be)
Performs the
%=
operation. Read moreSource§impl ShlAssign<&i128> for i128_be
impl ShlAssign<&i128> for i128_be
Source§fn shl_assign(&mut self, other: &i128)
fn shl_assign(&mut self, other: &i128)
Performs the
<<=
operation. Read moreSource§impl ShlAssign<&i128_be> for i128_be
impl ShlAssign<&i128_be> for i128_be
Source§fn shl_assign(&mut self, other: &i128_be)
fn shl_assign(&mut self, other: &i128_be)
Performs the
<<=
operation. Read moreSource§impl ShlAssign<i128> for i128_be
impl ShlAssign<i128> for i128_be
Source§fn shl_assign(&mut self, other: i128)
fn shl_assign(&mut self, other: i128)
Performs the
<<=
operation. Read moreSource§impl ShlAssign for i128_be
impl ShlAssign for i128_be
Source§fn shl_assign(&mut self, other: i128_be)
fn shl_assign(&mut self, other: i128_be)
Performs the
<<=
operation. Read moreSource§impl ShrAssign<&i128> for i128_be
impl ShrAssign<&i128> for i128_be
Source§fn shr_assign(&mut self, other: &i128)
fn shr_assign(&mut self, other: &i128)
Performs the
>>=
operation. Read moreSource§impl ShrAssign<&i128_be> for i128_be
impl ShrAssign<&i128_be> for i128_be
Source§fn shr_assign(&mut self, other: &i128_be)
fn shr_assign(&mut self, other: &i128_be)
Performs the
>>=
operation. Read moreSource§impl ShrAssign<i128> for i128_be
impl ShrAssign<i128> for i128_be
Source§fn shr_assign(&mut self, other: i128)
fn shr_assign(&mut self, other: i128)
Performs the
>>=
operation. Read moreSource§impl ShrAssign for i128_be
impl ShrAssign for i128_be
Source§fn shr_assign(&mut self, other: i128_be)
fn shr_assign(&mut self, other: i128_be)
Performs the
>>=
operation. Read moreSource§impl SubAssign<&i128> for i128_be
impl SubAssign<&i128> for i128_be
Source§fn sub_assign(&mut self, other: &i128)
fn sub_assign(&mut self, other: &i128)
Performs the
-=
operation. Read moreSource§impl SubAssign<&i128_be> for i128_be
impl SubAssign<&i128_be> for i128_be
Source§fn sub_assign(&mut self, other: &i128_be)
fn sub_assign(&mut self, other: &i128_be)
Performs the
-=
operation. Read moreSource§impl SubAssign<i128> for i128_be
impl SubAssign<i128> for i128_be
Source§fn sub_assign(&mut self, other: i128)
fn sub_assign(&mut self, other: i128)
Performs the
-=
operation. Read moreSource§impl SubAssign for i128_be
impl SubAssign for i128_be
Source§fn sub_assign(&mut self, other: i128_be)
fn sub_assign(&mut self, other: i128_be)
Performs the
-=
operation. Read moreimpl Copy for i128_be
impl Eq for i128_be
Auto Trait Implementations§
impl Freeze for i128_be
impl RefUnwindSafe for i128_be
impl Send for i128_be
impl Sync for i128_be
impl Unpin for i128_be
impl UnwindSafe for i128_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