#[repr(C, align(4))]pub struct u32_le(/* private fields */);
Expand description
A little-endian u32
with a guaranteed size and alignment of 4
.
Implementations§
Trait Implementations§
source§impl AddAssign<&u32> for u32_le
impl AddAssign<&u32> for u32_le
source§fn add_assign(&mut self, other: &u32)
fn add_assign(&mut self, other: &u32)
Performs the
+=
operation. Read moresource§impl AddAssign<&u32_le> for u32_le
impl AddAssign<&u32_le> for u32_le
source§fn add_assign(&mut self, other: &u32_le)
fn add_assign(&mut self, other: &u32_le)
Performs the
+=
operation. Read moresource§impl AddAssign<u32> for u32_le
impl AddAssign<u32> for u32_le
source§fn add_assign(&mut self, other: u32)
fn add_assign(&mut self, other: u32)
Performs the
+=
operation. Read moresource§impl AddAssign for u32_le
impl AddAssign for u32_le
source§fn add_assign(&mut self, other: u32_le)
fn add_assign(&mut self, other: u32_le)
Performs the
+=
operation. Read moresource§impl BitAndAssign<&u32> for u32_le
impl BitAndAssign<&u32> for u32_le
source§fn bitand_assign(&mut self, other: &u32)
fn bitand_assign(&mut self, other: &u32)
Performs the
&=
operation. Read moresource§impl BitAndAssign<&u32_le> for u32_le
impl BitAndAssign<&u32_le> for u32_le
source§fn bitand_assign(&mut self, other: &u32_le)
fn bitand_assign(&mut self, other: &u32_le)
Performs the
&=
operation. Read moresource§impl BitAndAssign<u32> for u32_le
impl BitAndAssign<u32> for u32_le
source§fn bitand_assign(&mut self, other: u32)
fn bitand_assign(&mut self, other: u32)
Performs the
&=
operation. Read moresource§impl BitAndAssign for u32_le
impl BitAndAssign for u32_le
source§fn bitand_assign(&mut self, other: u32_le)
fn bitand_assign(&mut self, other: u32_le)
Performs the
&=
operation. Read moresource§impl BitOrAssign<&u32> for u32_le
impl BitOrAssign<&u32> for u32_le
source§fn bitor_assign(&mut self, other: &u32)
fn bitor_assign(&mut self, other: &u32)
Performs the
|=
operation. Read moresource§impl BitOrAssign<&u32_le> for u32_le
impl BitOrAssign<&u32_le> for u32_le
source§fn bitor_assign(&mut self, other: &u32_le)
fn bitor_assign(&mut self, other: &u32_le)
Performs the
|=
operation. Read moresource§impl BitOrAssign<u32> for u32_le
impl BitOrAssign<u32> for u32_le
source§fn bitor_assign(&mut self, other: u32)
fn bitor_assign(&mut self, other: u32)
Performs the
|=
operation. Read moresource§impl BitOrAssign for u32_le
impl BitOrAssign for u32_le
source§fn bitor_assign(&mut self, other: u32_le)
fn bitor_assign(&mut self, other: u32_le)
Performs the
|=
operation. Read moresource§impl BitXorAssign<&u32> for u32_le
impl BitXorAssign<&u32> for u32_le
source§fn bitxor_assign(&mut self, other: &u32)
fn bitxor_assign(&mut self, other: &u32)
Performs the
^=
operation. Read moresource§impl BitXorAssign<&u32_le> for u32_le
impl BitXorAssign<&u32_le> for u32_le
source§fn bitxor_assign(&mut self, other: &u32_le)
fn bitxor_assign(&mut self, other: &u32_le)
Performs the
^=
operation. Read moresource§impl BitXorAssign<u32> for u32_le
impl BitXorAssign<u32> for u32_le
source§fn bitxor_assign(&mut self, other: u32)
fn bitxor_assign(&mut self, other: u32)
Performs the
^=
operation. Read moresource§impl BitXorAssign for u32_le
impl BitXorAssign for u32_le
source§fn bitxor_assign(&mut self, other: u32_le)
fn bitxor_assign(&mut self, other: u32_le)
Performs the
^=
operation. Read moresource§impl DivAssign<&u32> for u32_le
impl DivAssign<&u32> for u32_le
source§fn div_assign(&mut self, other: &u32)
fn div_assign(&mut self, other: &u32)
Performs the
/=
operation. Read moresource§impl DivAssign<&u32_le> for u32_le
impl DivAssign<&u32_le> for u32_le
source§fn div_assign(&mut self, other: &u32_le)
fn div_assign(&mut self, other: &u32_le)
Performs the
/=
operation. Read moresource§impl DivAssign<u32> for u32_le
impl DivAssign<u32> for u32_le
source§fn div_assign(&mut self, other: u32)
fn div_assign(&mut self, other: u32)
Performs the
/=
operation. Read moresource§impl DivAssign for u32_le
impl DivAssign for u32_le
source§fn div_assign(&mut self, other: u32_le)
fn div_assign(&mut self, other: u32_le)
Performs the
/=
operation. Read moresource§impl MulAssign<&u32> for u32_le
impl MulAssign<&u32> for u32_le
source§fn mul_assign(&mut self, other: &u32)
fn mul_assign(&mut self, other: &u32)
Performs the
*=
operation. Read moresource§impl MulAssign<&u32_le> for u32_le
impl MulAssign<&u32_le> for u32_le
source§fn mul_assign(&mut self, other: &u32_le)
fn mul_assign(&mut self, other: &u32_le)
Performs the
*=
operation. Read moresource§impl MulAssign<u32> for u32_le
impl MulAssign<u32> for u32_le
source§fn mul_assign(&mut self, other: u32)
fn mul_assign(&mut self, other: u32)
Performs the
*=
operation. Read moresource§impl MulAssign for u32_le
impl MulAssign for u32_le
source§fn mul_assign(&mut self, other: u32_le)
fn mul_assign(&mut self, other: u32_le)
Performs the
*=
operation. Read moresource§impl Ord for u32_le
impl Ord for u32_le
source§impl PartialEq<u32_le> for u32
impl PartialEq<u32_le> for u32
source§impl PartialEq for u32_le
impl PartialEq for u32_le
source§impl PartialOrd<u32> for u32_le
impl PartialOrd<u32> for u32_le
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl PartialOrd for u32_le
impl PartialOrd for u32_le
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RemAssign<&u32> for u32_le
impl RemAssign<&u32> for u32_le
source§fn rem_assign(&mut self, other: &u32)
fn rem_assign(&mut self, other: &u32)
Performs the
%=
operation. Read moresource§impl RemAssign<&u32_le> for u32_le
impl RemAssign<&u32_le> for u32_le
source§fn rem_assign(&mut self, other: &u32_le)
fn rem_assign(&mut self, other: &u32_le)
Performs the
%=
operation. Read moresource§impl RemAssign<u32> for u32_le
impl RemAssign<u32> for u32_le
source§fn rem_assign(&mut self, other: u32)
fn rem_assign(&mut self, other: u32)
Performs the
%=
operation. Read moresource§impl RemAssign for u32_le
impl RemAssign for u32_le
source§fn rem_assign(&mut self, other: u32_le)
fn rem_assign(&mut self, other: u32_le)
Performs the
%=
operation. Read moresource§impl ShlAssign<&u32> for u32_le
impl ShlAssign<&u32> for u32_le
source§fn shl_assign(&mut self, other: &u32)
fn shl_assign(&mut self, other: &u32)
Performs the
<<=
operation. Read moresource§impl ShlAssign<&u32_le> for u32_le
impl ShlAssign<&u32_le> for u32_le
source§fn shl_assign(&mut self, other: &u32_le)
fn shl_assign(&mut self, other: &u32_le)
Performs the
<<=
operation. Read moresource§impl ShlAssign<u32> for u32_le
impl ShlAssign<u32> for u32_le
source§fn shl_assign(&mut self, other: u32)
fn shl_assign(&mut self, other: u32)
Performs the
<<=
operation. Read moresource§impl ShlAssign for u32_le
impl ShlAssign for u32_le
source§fn shl_assign(&mut self, other: u32_le)
fn shl_assign(&mut self, other: u32_le)
Performs the
<<=
operation. Read moresource§impl ShrAssign<&u32> for u32_le
impl ShrAssign<&u32> for u32_le
source§fn shr_assign(&mut self, other: &u32)
fn shr_assign(&mut self, other: &u32)
Performs the
>>=
operation. Read moresource§impl ShrAssign<&u32_le> for u32_le
impl ShrAssign<&u32_le> for u32_le
source§fn shr_assign(&mut self, other: &u32_le)
fn shr_assign(&mut self, other: &u32_le)
Performs the
>>=
operation. Read moresource§impl ShrAssign<u32> for u32_le
impl ShrAssign<u32> for u32_le
source§fn shr_assign(&mut self, other: u32)
fn shr_assign(&mut self, other: u32)
Performs the
>>=
operation. Read moresource§impl ShrAssign for u32_le
impl ShrAssign for u32_le
source§fn shr_assign(&mut self, other: u32_le)
fn shr_assign(&mut self, other: u32_le)
Performs the
>>=
operation. Read moresource§impl SubAssign<&u32> for u32_le
impl SubAssign<&u32> for u32_le
source§fn sub_assign(&mut self, other: &u32)
fn sub_assign(&mut self, other: &u32)
Performs the
-=
operation. Read moresource§impl SubAssign<&u32_le> for u32_le
impl SubAssign<&u32_le> for u32_le
source§fn sub_assign(&mut self, other: &u32_le)
fn sub_assign(&mut self, other: &u32_le)
Performs the
-=
operation. Read moresource§impl SubAssign<u32> for u32_le
impl SubAssign<u32> for u32_le
source§fn sub_assign(&mut self, other: u32)
fn sub_assign(&mut self, other: u32)
Performs the
-=
operation. Read moresource§impl SubAssign for u32_le
impl SubAssign for u32_le
source§fn sub_assign(&mut self, other: u32_le)
fn sub_assign(&mut self, other: u32_le)
Performs the
-=
operation. Read moreimpl Copy for u32_le
impl Eq for u32_le
Auto Trait Implementations§
impl Freeze for u32_le
impl RefUnwindSafe for u32_le
impl Send for u32_le
impl Sync for u32_le
impl Unpin for u32_le
impl UnwindSafe for u32_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