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