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<C> CheckBytes<C> for u32_lewhere
C: Fallible + ?Sized,
Available on crate feature bytecheck only.
impl<C> CheckBytes<C> for u32_lewhere
C: Fallible + ?Sized,
Available on crate feature
bytecheck only.Source§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 PartialOrd<u32> for u32_le
impl PartialOrd<u32> for u32_le
Source§impl PartialOrd for u32_le
impl PartialOrd for u32_le
Source§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 UnsafeUnpin 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