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