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