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