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