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