#[repr(C, align(2))]pub struct u16_be(/* private fields */);
Expand description
A big-endian u16
with a guaranteed size and alignment of 2
.
Implementations§
Trait Implementations§
source§impl AddAssign<&u16> for u16_be
impl AddAssign<&u16> for u16_be
source§fn add_assign(&mut self, other: &u16)
fn add_assign(&mut self, other: &u16)
Performs the
+=
operation. Read moresource§impl AddAssign<&u16_be> for u16_be
impl AddAssign<&u16_be> for u16_be
source§fn add_assign(&mut self, other: &u16_be)
fn add_assign(&mut self, other: &u16_be)
Performs the
+=
operation. Read moresource§impl AddAssign<u16> for u16_be
impl AddAssign<u16> for u16_be
source§fn add_assign(&mut self, other: u16)
fn add_assign(&mut self, other: u16)
Performs the
+=
operation. Read moresource§impl AddAssign for u16_be
impl AddAssign for u16_be
source§fn add_assign(&mut self, other: u16_be)
fn add_assign(&mut self, other: u16_be)
Performs the
+=
operation. Read moresource§impl BitAndAssign<&u16> for u16_be
impl BitAndAssign<&u16> for u16_be
source§fn bitand_assign(&mut self, other: &u16)
fn bitand_assign(&mut self, other: &u16)
Performs the
&=
operation. Read moresource§impl BitAndAssign<&u16_be> for u16_be
impl BitAndAssign<&u16_be> for u16_be
source§fn bitand_assign(&mut self, other: &u16_be)
fn bitand_assign(&mut self, other: &u16_be)
Performs the
&=
operation. Read moresource§impl BitAndAssign<u16> for u16_be
impl BitAndAssign<u16> for u16_be
source§fn bitand_assign(&mut self, other: u16)
fn bitand_assign(&mut self, other: u16)
Performs the
&=
operation. Read moresource§impl BitAndAssign for u16_be
impl BitAndAssign for u16_be
source§fn bitand_assign(&mut self, other: u16_be)
fn bitand_assign(&mut self, other: u16_be)
Performs the
&=
operation. Read moresource§impl BitOrAssign<&u16> for u16_be
impl BitOrAssign<&u16> for u16_be
source§fn bitor_assign(&mut self, other: &u16)
fn bitor_assign(&mut self, other: &u16)
Performs the
|=
operation. Read moresource§impl BitOrAssign<&u16_be> for u16_be
impl BitOrAssign<&u16_be> for u16_be
source§fn bitor_assign(&mut self, other: &u16_be)
fn bitor_assign(&mut self, other: &u16_be)
Performs the
|=
operation. Read moresource§impl BitOrAssign<u16> for u16_be
impl BitOrAssign<u16> for u16_be
source§fn bitor_assign(&mut self, other: u16)
fn bitor_assign(&mut self, other: u16)
Performs the
|=
operation. Read moresource§impl BitOrAssign for u16_be
impl BitOrAssign for u16_be
source§fn bitor_assign(&mut self, other: u16_be)
fn bitor_assign(&mut self, other: u16_be)
Performs the
|=
operation. Read moresource§impl BitXorAssign<&u16> for u16_be
impl BitXorAssign<&u16> for u16_be
source§fn bitxor_assign(&mut self, other: &u16)
fn bitxor_assign(&mut self, other: &u16)
Performs the
^=
operation. Read moresource§impl BitXorAssign<&u16_be> for u16_be
impl BitXorAssign<&u16_be> for u16_be
source§fn bitxor_assign(&mut self, other: &u16_be)
fn bitxor_assign(&mut self, other: &u16_be)
Performs the
^=
operation. Read moresource§impl BitXorAssign<u16> for u16_be
impl BitXorAssign<u16> for u16_be
source§fn bitxor_assign(&mut self, other: u16)
fn bitxor_assign(&mut self, other: u16)
Performs the
^=
operation. Read moresource§impl BitXorAssign for u16_be
impl BitXorAssign for u16_be
source§fn bitxor_assign(&mut self, other: u16_be)
fn bitxor_assign(&mut self, other: u16_be)
Performs the
^=
operation. Read moresource§impl DivAssign<&u16> for u16_be
impl DivAssign<&u16> for u16_be
source§fn div_assign(&mut self, other: &u16)
fn div_assign(&mut self, other: &u16)
Performs the
/=
operation. Read moresource§impl DivAssign<&u16_be> for u16_be
impl DivAssign<&u16_be> for u16_be
source§fn div_assign(&mut self, other: &u16_be)
fn div_assign(&mut self, other: &u16_be)
Performs the
/=
operation. Read moresource§impl DivAssign<u16> for u16_be
impl DivAssign<u16> for u16_be
source§fn div_assign(&mut self, other: u16)
fn div_assign(&mut self, other: u16)
Performs the
/=
operation. Read moresource§impl DivAssign for u16_be
impl DivAssign for u16_be
source§fn div_assign(&mut self, other: u16_be)
fn div_assign(&mut self, other: u16_be)
Performs the
/=
operation. Read moresource§impl MulAssign<&u16> for u16_be
impl MulAssign<&u16> for u16_be
source§fn mul_assign(&mut self, other: &u16)
fn mul_assign(&mut self, other: &u16)
Performs the
*=
operation. Read moresource§impl MulAssign<&u16_be> for u16_be
impl MulAssign<&u16_be> for u16_be
source§fn mul_assign(&mut self, other: &u16_be)
fn mul_assign(&mut self, other: &u16_be)
Performs the
*=
operation. Read moresource§impl MulAssign<u16> for u16_be
impl MulAssign<u16> for u16_be
source§fn mul_assign(&mut self, other: u16)
fn mul_assign(&mut self, other: u16)
Performs the
*=
operation. Read moresource§impl MulAssign for u16_be
impl MulAssign for u16_be
source§fn mul_assign(&mut self, other: u16_be)
fn mul_assign(&mut self, other: u16_be)
Performs the
*=
operation. Read moresource§impl Ord for u16_be
impl Ord for u16_be
source§impl PartialOrd<u16> for u16_be
impl PartialOrd<u16> for u16_be
source§impl PartialOrd for u16_be
impl PartialOrd for u16_be
source§impl RemAssign<&u16> for u16_be
impl RemAssign<&u16> for u16_be
source§fn rem_assign(&mut self, other: &u16)
fn rem_assign(&mut self, other: &u16)
Performs the
%=
operation. Read moresource§impl RemAssign<&u16_be> for u16_be
impl RemAssign<&u16_be> for u16_be
source§fn rem_assign(&mut self, other: &u16_be)
fn rem_assign(&mut self, other: &u16_be)
Performs the
%=
operation. Read moresource§impl RemAssign<u16> for u16_be
impl RemAssign<u16> for u16_be
source§fn rem_assign(&mut self, other: u16)
fn rem_assign(&mut self, other: u16)
Performs the
%=
operation. Read moresource§impl RemAssign for u16_be
impl RemAssign for u16_be
source§fn rem_assign(&mut self, other: u16_be)
fn rem_assign(&mut self, other: u16_be)
Performs the
%=
operation. Read moresource§impl ShlAssign<&u16> for u16_be
impl ShlAssign<&u16> for u16_be
source§fn shl_assign(&mut self, other: &u16)
fn shl_assign(&mut self, other: &u16)
Performs the
<<=
operation. Read moresource§impl ShlAssign<&u16_be> for u16_be
impl ShlAssign<&u16_be> for u16_be
source§fn shl_assign(&mut self, other: &u16_be)
fn shl_assign(&mut self, other: &u16_be)
Performs the
<<=
operation. Read moresource§impl ShlAssign<u16> for u16_be
impl ShlAssign<u16> for u16_be
source§fn shl_assign(&mut self, other: u16)
fn shl_assign(&mut self, other: u16)
Performs the
<<=
operation. Read moresource§impl ShlAssign for u16_be
impl ShlAssign for u16_be
source§fn shl_assign(&mut self, other: u16_be)
fn shl_assign(&mut self, other: u16_be)
Performs the
<<=
operation. Read moresource§impl ShrAssign<&u16> for u16_be
impl ShrAssign<&u16> for u16_be
source§fn shr_assign(&mut self, other: &u16)
fn shr_assign(&mut self, other: &u16)
Performs the
>>=
operation. Read moresource§impl ShrAssign<&u16_be> for u16_be
impl ShrAssign<&u16_be> for u16_be
source§fn shr_assign(&mut self, other: &u16_be)
fn shr_assign(&mut self, other: &u16_be)
Performs the
>>=
operation. Read moresource§impl ShrAssign<u16> for u16_be
impl ShrAssign<u16> for u16_be
source§fn shr_assign(&mut self, other: u16)
fn shr_assign(&mut self, other: u16)
Performs the
>>=
operation. Read moresource§impl ShrAssign for u16_be
impl ShrAssign for u16_be
source§fn shr_assign(&mut self, other: u16_be)
fn shr_assign(&mut self, other: u16_be)
Performs the
>>=
operation. Read moresource§impl SubAssign<&u16> for u16_be
impl SubAssign<&u16> for u16_be
source§fn sub_assign(&mut self, other: &u16)
fn sub_assign(&mut self, other: &u16)
Performs the
-=
operation. Read moresource§impl SubAssign<&u16_be> for u16_be
impl SubAssign<&u16_be> for u16_be
source§fn sub_assign(&mut self, other: &u16_be)
fn sub_assign(&mut self, other: &u16_be)
Performs the
-=
operation. Read moresource§impl SubAssign<u16> for u16_be
impl SubAssign<u16> for u16_be
source§fn sub_assign(&mut self, other: u16)
fn sub_assign(&mut self, other: u16)
Performs the
-=
operation. Read moresource§impl SubAssign for u16_be
impl SubAssign for u16_be
source§fn sub_assign(&mut self, other: u16_be)
fn sub_assign(&mut self, other: u16_be)
Performs the
-=
operation. Read moreimpl Copy for u16_be
impl Eq for u16_be
Auto Trait Implementations§
impl Freeze for u16_be
impl RefUnwindSafe for u16_be
impl Send for u16_be
impl Sync for u16_be
impl Unpin for u16_be
impl UnwindSafe for u16_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)