pub struct u64_ube(/* private fields */);Expand description
A big-endian unaligned u64 with a guaranteed size of 8 and alignment of 1.
Implementations§
Trait Implementations§
Source§impl AddAssign<&u64> for u64_ube
impl AddAssign<&u64> for u64_ube
Source§fn add_assign(&mut self, other: &u64)
fn add_assign(&mut self, other: &u64)
Performs the
+= operation. Read moreSource§impl AddAssign<&u64_ube> for u64_ube
impl AddAssign<&u64_ube> for u64_ube
Source§fn add_assign(&mut self, other: &u64_ube)
fn add_assign(&mut self, other: &u64_ube)
Performs the
+= operation. Read moreSource§impl AddAssign<u64> for u64_ube
impl AddAssign<u64> for u64_ube
Source§fn add_assign(&mut self, other: u64)
fn add_assign(&mut self, other: u64)
Performs the
+= operation. Read moreSource§impl AddAssign for u64_ube
impl AddAssign for u64_ube
Source§fn add_assign(&mut self, other: u64_ube)
fn add_assign(&mut self, other: u64_ube)
Performs the
+= operation. Read moreSource§impl BitAndAssign<&u64> for u64_ube
impl BitAndAssign<&u64> for u64_ube
Source§fn bitand_assign(&mut self, other: &u64)
fn bitand_assign(&mut self, other: &u64)
Performs the
&= operation. Read moreSource§impl BitAndAssign<&u64_ube> for u64_ube
impl BitAndAssign<&u64_ube> for u64_ube
Source§fn bitand_assign(&mut self, other: &u64_ube)
fn bitand_assign(&mut self, other: &u64_ube)
Performs the
&= operation. Read moreSource§impl BitAndAssign<u64> for u64_ube
impl BitAndAssign<u64> for u64_ube
Source§fn bitand_assign(&mut self, other: u64)
fn bitand_assign(&mut self, other: u64)
Performs the
&= operation. Read moreSource§impl BitAndAssign for u64_ube
impl BitAndAssign for u64_ube
Source§fn bitand_assign(&mut self, other: u64_ube)
fn bitand_assign(&mut self, other: u64_ube)
Performs the
&= operation. Read moreSource§impl BitOrAssign<&u64> for u64_ube
impl BitOrAssign<&u64> for u64_ube
Source§fn bitor_assign(&mut self, other: &u64)
fn bitor_assign(&mut self, other: &u64)
Performs the
|= operation. Read moreSource§impl BitOrAssign<&u64_ube> for u64_ube
impl BitOrAssign<&u64_ube> for u64_ube
Source§fn bitor_assign(&mut self, other: &u64_ube)
fn bitor_assign(&mut self, other: &u64_ube)
Performs the
|= operation. Read moreSource§impl BitOrAssign<u64> for u64_ube
impl BitOrAssign<u64> for u64_ube
Source§fn bitor_assign(&mut self, other: u64)
fn bitor_assign(&mut self, other: u64)
Performs the
|= operation. Read moreSource§impl BitOrAssign for u64_ube
impl BitOrAssign for u64_ube
Source§fn bitor_assign(&mut self, other: u64_ube)
fn bitor_assign(&mut self, other: u64_ube)
Performs the
|= operation. Read moreSource§impl BitXorAssign<&u64> for u64_ube
impl BitXorAssign<&u64> for u64_ube
Source§fn bitxor_assign(&mut self, other: &u64)
fn bitxor_assign(&mut self, other: &u64)
Performs the
^= operation. Read moreSource§impl BitXorAssign<&u64_ube> for u64_ube
impl BitXorAssign<&u64_ube> for u64_ube
Source§fn bitxor_assign(&mut self, other: &u64_ube)
fn bitxor_assign(&mut self, other: &u64_ube)
Performs the
^= operation. Read moreSource§impl BitXorAssign<u64> for u64_ube
impl BitXorAssign<u64> for u64_ube
Source§fn bitxor_assign(&mut self, other: u64)
fn bitxor_assign(&mut self, other: u64)
Performs the
^= operation. Read moreSource§impl BitXorAssign for u64_ube
impl BitXorAssign for u64_ube
Source§fn bitxor_assign(&mut self, other: u64_ube)
fn bitxor_assign(&mut self, other: u64_ube)
Performs the
^= operation. Read moreSource§impl<C> CheckBytes<C> for u64_ubewhere
C: Fallible + ?Sized,
Available on crate feature bytecheck only.
impl<C> CheckBytes<C> for u64_ubewhere
C: Fallible + ?Sized,
Available on crate feature
bytecheck only.Source§impl DivAssign<&u64> for u64_ube
impl DivAssign<&u64> for u64_ube
Source§fn div_assign(&mut self, other: &u64)
fn div_assign(&mut self, other: &u64)
Performs the
/= operation. Read moreSource§impl DivAssign<&u64_ube> for u64_ube
impl DivAssign<&u64_ube> for u64_ube
Source§fn div_assign(&mut self, other: &u64_ube)
fn div_assign(&mut self, other: &u64_ube)
Performs the
/= operation. Read moreSource§impl DivAssign<u64> for u64_ube
impl DivAssign<u64> for u64_ube
Source§fn div_assign(&mut self, other: u64)
fn div_assign(&mut self, other: u64)
Performs the
/= operation. Read moreSource§impl DivAssign for u64_ube
impl DivAssign for u64_ube
Source§fn div_assign(&mut self, other: u64_ube)
fn div_assign(&mut self, other: u64_ube)
Performs the
/= operation. Read moreSource§impl MulAssign<&u64> for u64_ube
impl MulAssign<&u64> for u64_ube
Source§fn mul_assign(&mut self, other: &u64)
fn mul_assign(&mut self, other: &u64)
Performs the
*= operation. Read moreSource§impl MulAssign<&u64_ube> for u64_ube
impl MulAssign<&u64_ube> for u64_ube
Source§fn mul_assign(&mut self, other: &u64_ube)
fn mul_assign(&mut self, other: &u64_ube)
Performs the
*= operation. Read moreSource§impl MulAssign<u64> for u64_ube
impl MulAssign<u64> for u64_ube
Source§fn mul_assign(&mut self, other: u64)
fn mul_assign(&mut self, other: u64)
Performs the
*= operation. Read moreSource§impl MulAssign for u64_ube
impl MulAssign for u64_ube
Source§fn mul_assign(&mut self, other: u64_ube)
fn mul_assign(&mut self, other: u64_ube)
Performs the
*= operation. Read moreSource§impl Ord for u64_ube
impl Ord for u64_ube
Source§impl PartialOrd<u64> for u64_ube
impl PartialOrd<u64> for u64_ube
Source§impl PartialOrd for u64_ube
impl PartialOrd for u64_ube
Source§impl RemAssign<&u64> for u64_ube
impl RemAssign<&u64> for u64_ube
Source§fn rem_assign(&mut self, other: &u64)
fn rem_assign(&mut self, other: &u64)
Performs the
%= operation. Read moreSource§impl RemAssign<&u64_ube> for u64_ube
impl RemAssign<&u64_ube> for u64_ube
Source§fn rem_assign(&mut self, other: &u64_ube)
fn rem_assign(&mut self, other: &u64_ube)
Performs the
%= operation. Read moreSource§impl RemAssign<u64> for u64_ube
impl RemAssign<u64> for u64_ube
Source§fn rem_assign(&mut self, other: u64)
fn rem_assign(&mut self, other: u64)
Performs the
%= operation. Read moreSource§impl RemAssign for u64_ube
impl RemAssign for u64_ube
Source§fn rem_assign(&mut self, other: u64_ube)
fn rem_assign(&mut self, other: u64_ube)
Performs the
%= operation. Read moreSource§impl ShlAssign<&u64> for u64_ube
impl ShlAssign<&u64> for u64_ube
Source§fn shl_assign(&mut self, other: &u64)
fn shl_assign(&mut self, other: &u64)
Performs the
<<= operation. Read moreSource§impl ShlAssign<&u64_ube> for u64_ube
impl ShlAssign<&u64_ube> for u64_ube
Source§fn shl_assign(&mut self, other: &u64_ube)
fn shl_assign(&mut self, other: &u64_ube)
Performs the
<<= operation. Read moreSource§impl ShlAssign<u64> for u64_ube
impl ShlAssign<u64> for u64_ube
Source§fn shl_assign(&mut self, other: u64)
fn shl_assign(&mut self, other: u64)
Performs the
<<= operation. Read moreSource§impl ShlAssign for u64_ube
impl ShlAssign for u64_ube
Source§fn shl_assign(&mut self, other: u64_ube)
fn shl_assign(&mut self, other: u64_ube)
Performs the
<<= operation. Read moreSource§impl ShrAssign<&u64> for u64_ube
impl ShrAssign<&u64> for u64_ube
Source§fn shr_assign(&mut self, other: &u64)
fn shr_assign(&mut self, other: &u64)
Performs the
>>= operation. Read moreSource§impl ShrAssign<&u64_ube> for u64_ube
impl ShrAssign<&u64_ube> for u64_ube
Source§fn shr_assign(&mut self, other: &u64_ube)
fn shr_assign(&mut self, other: &u64_ube)
Performs the
>>= operation. Read moreSource§impl ShrAssign<u64> for u64_ube
impl ShrAssign<u64> for u64_ube
Source§fn shr_assign(&mut self, other: u64)
fn shr_assign(&mut self, other: u64)
Performs the
>>= operation. Read moreSource§impl ShrAssign for u64_ube
impl ShrAssign for u64_ube
Source§fn shr_assign(&mut self, other: u64_ube)
fn shr_assign(&mut self, other: u64_ube)
Performs the
>>= operation. Read moreSource§impl SubAssign<&u64> for u64_ube
impl SubAssign<&u64> for u64_ube
Source§fn sub_assign(&mut self, other: &u64)
fn sub_assign(&mut self, other: &u64)
Performs the
-= operation. Read moreSource§impl SubAssign<&u64_ube> for u64_ube
impl SubAssign<&u64_ube> for u64_ube
Source§fn sub_assign(&mut self, other: &u64_ube)
fn sub_assign(&mut self, other: &u64_ube)
Performs the
-= operation. Read moreSource§impl SubAssign<u64> for u64_ube
impl SubAssign<u64> for u64_ube
Source§fn sub_assign(&mut self, other: u64)
fn sub_assign(&mut self, other: u64)
Performs the
-= operation. Read moreSource§impl SubAssign for u64_ube
impl SubAssign for u64_ube
Source§fn sub_assign(&mut self, other: u64_ube)
fn sub_assign(&mut self, other: u64_ube)
Performs the
-= operation. Read moreimpl Copy for u64_ube
impl Eq for u64_ube
Auto Trait Implementations§
impl Freeze for u64_ube
impl RefUnwindSafe for u64_ube
impl Send for u64_ube
impl Sync for u64_ube
impl Unpin for u64_ube
impl UnsafeUnpin for u64_ube
impl UnwindSafe for u64_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