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