pub struct u16_ube(/* private fields */);Expand description
A big-endian unaligned u16 with a guaranteed size of 2 and alignment of 1.
Implementations§
Trait Implementations§
Source§impl AddAssign<&u16> for u16_ube
impl AddAssign<&u16> for u16_ube
Source§fn add_assign(&mut self, other: &u16)
fn add_assign(&mut self, other: &u16)
Performs the
+= operation. Read moreSource§impl AddAssign<&u16_ube> for u16_ube
impl AddAssign<&u16_ube> for u16_ube
Source§fn add_assign(&mut self, other: &u16_ube)
fn add_assign(&mut self, other: &u16_ube)
Performs the
+= operation. Read moreSource§impl AddAssign<u16> for u16_ube
impl AddAssign<u16> for u16_ube
Source§fn add_assign(&mut self, other: u16)
fn add_assign(&mut self, other: u16)
Performs the
+= operation. Read moreSource§impl AddAssign for u16_ube
impl AddAssign for u16_ube
Source§fn add_assign(&mut self, other: u16_ube)
fn add_assign(&mut self, other: u16_ube)
Performs the
+= operation. Read moreSource§impl BitAndAssign<&u16> for u16_ube
impl BitAndAssign<&u16> for u16_ube
Source§fn bitand_assign(&mut self, other: &u16)
fn bitand_assign(&mut self, other: &u16)
Performs the
&= operation. Read moreSource§impl BitAndAssign<&u16_ube> for u16_ube
impl BitAndAssign<&u16_ube> for u16_ube
Source§fn bitand_assign(&mut self, other: &u16_ube)
fn bitand_assign(&mut self, other: &u16_ube)
Performs the
&= operation. Read moreSource§impl BitAndAssign<u16> for u16_ube
impl BitAndAssign<u16> for u16_ube
Source§fn bitand_assign(&mut self, other: u16)
fn bitand_assign(&mut self, other: u16)
Performs the
&= operation. Read moreSource§impl BitAndAssign for u16_ube
impl BitAndAssign for u16_ube
Source§fn bitand_assign(&mut self, other: u16_ube)
fn bitand_assign(&mut self, other: u16_ube)
Performs the
&= operation. Read moreSource§impl BitOrAssign<&u16> for u16_ube
impl BitOrAssign<&u16> for u16_ube
Source§fn bitor_assign(&mut self, other: &u16)
fn bitor_assign(&mut self, other: &u16)
Performs the
|= operation. Read moreSource§impl BitOrAssign<&u16_ube> for u16_ube
impl BitOrAssign<&u16_ube> for u16_ube
Source§fn bitor_assign(&mut self, other: &u16_ube)
fn bitor_assign(&mut self, other: &u16_ube)
Performs the
|= operation. Read moreSource§impl BitOrAssign<u16> for u16_ube
impl BitOrAssign<u16> for u16_ube
Source§fn bitor_assign(&mut self, other: u16)
fn bitor_assign(&mut self, other: u16)
Performs the
|= operation. Read moreSource§impl BitOrAssign for u16_ube
impl BitOrAssign for u16_ube
Source§fn bitor_assign(&mut self, other: u16_ube)
fn bitor_assign(&mut self, other: u16_ube)
Performs the
|= operation. Read moreSource§impl BitXorAssign<&u16> for u16_ube
impl BitXorAssign<&u16> for u16_ube
Source§fn bitxor_assign(&mut self, other: &u16)
fn bitxor_assign(&mut self, other: &u16)
Performs the
^= operation. Read moreSource§impl BitXorAssign<&u16_ube> for u16_ube
impl BitXorAssign<&u16_ube> for u16_ube
Source§fn bitxor_assign(&mut self, other: &u16_ube)
fn bitxor_assign(&mut self, other: &u16_ube)
Performs the
^= operation. Read moreSource§impl BitXorAssign<u16> for u16_ube
impl BitXorAssign<u16> for u16_ube
Source§fn bitxor_assign(&mut self, other: u16)
fn bitxor_assign(&mut self, other: u16)
Performs the
^= operation. Read moreSource§impl BitXorAssign for u16_ube
impl BitXorAssign for u16_ube
Source§fn bitxor_assign(&mut self, other: u16_ube)
fn bitxor_assign(&mut self, other: u16_ube)
Performs the
^= operation. Read moreSource§impl<C> CheckBytes<C> for u16_ubewhere
C: Fallible + ?Sized,
Available on crate feature bytecheck only.
impl<C> CheckBytes<C> for u16_ubewhere
C: Fallible + ?Sized,
Available on crate feature
bytecheck only.Source§impl DivAssign<&u16> for u16_ube
impl DivAssign<&u16> for u16_ube
Source§fn div_assign(&mut self, other: &u16)
fn div_assign(&mut self, other: &u16)
Performs the
/= operation. Read moreSource§impl DivAssign<&u16_ube> for u16_ube
impl DivAssign<&u16_ube> for u16_ube
Source§fn div_assign(&mut self, other: &u16_ube)
fn div_assign(&mut self, other: &u16_ube)
Performs the
/= operation. Read moreSource§impl DivAssign<u16> for u16_ube
impl DivAssign<u16> for u16_ube
Source§fn div_assign(&mut self, other: u16)
fn div_assign(&mut self, other: u16)
Performs the
/= operation. Read moreSource§impl DivAssign for u16_ube
impl DivAssign for u16_ube
Source§fn div_assign(&mut self, other: u16_ube)
fn div_assign(&mut self, other: u16_ube)
Performs the
/= operation. Read moreSource§impl MulAssign<&u16> for u16_ube
impl MulAssign<&u16> for u16_ube
Source§fn mul_assign(&mut self, other: &u16)
fn mul_assign(&mut self, other: &u16)
Performs the
*= operation. Read moreSource§impl MulAssign<&u16_ube> for u16_ube
impl MulAssign<&u16_ube> for u16_ube
Source§fn mul_assign(&mut self, other: &u16_ube)
fn mul_assign(&mut self, other: &u16_ube)
Performs the
*= operation. Read moreSource§impl MulAssign<u16> for u16_ube
impl MulAssign<u16> for u16_ube
Source§fn mul_assign(&mut self, other: u16)
fn mul_assign(&mut self, other: u16)
Performs the
*= operation. Read moreSource§impl MulAssign for u16_ube
impl MulAssign for u16_ube
Source§fn mul_assign(&mut self, other: u16_ube)
fn mul_assign(&mut self, other: u16_ube)
Performs the
*= operation. Read moreSource§impl Ord for u16_ube
impl Ord for u16_ube
Source§impl PartialOrd<u16> for u16_ube
impl PartialOrd<u16> for u16_ube
Source§impl PartialOrd for u16_ube
impl PartialOrd for u16_ube
Source§impl RemAssign<&u16> for u16_ube
impl RemAssign<&u16> for u16_ube
Source§fn rem_assign(&mut self, other: &u16)
fn rem_assign(&mut self, other: &u16)
Performs the
%= operation. Read moreSource§impl RemAssign<&u16_ube> for u16_ube
impl RemAssign<&u16_ube> for u16_ube
Source§fn rem_assign(&mut self, other: &u16_ube)
fn rem_assign(&mut self, other: &u16_ube)
Performs the
%= operation. Read moreSource§impl RemAssign<u16> for u16_ube
impl RemAssign<u16> for u16_ube
Source§fn rem_assign(&mut self, other: u16)
fn rem_assign(&mut self, other: u16)
Performs the
%= operation. Read moreSource§impl RemAssign for u16_ube
impl RemAssign for u16_ube
Source§fn rem_assign(&mut self, other: u16_ube)
fn rem_assign(&mut self, other: u16_ube)
Performs the
%= operation. Read moreSource§impl ShlAssign<&u16> for u16_ube
impl ShlAssign<&u16> for u16_ube
Source§fn shl_assign(&mut self, other: &u16)
fn shl_assign(&mut self, other: &u16)
Performs the
<<= operation. Read moreSource§impl ShlAssign<&u16_ube> for u16_ube
impl ShlAssign<&u16_ube> for u16_ube
Source§fn shl_assign(&mut self, other: &u16_ube)
fn shl_assign(&mut self, other: &u16_ube)
Performs the
<<= operation. Read moreSource§impl ShlAssign<u16> for u16_ube
impl ShlAssign<u16> for u16_ube
Source§fn shl_assign(&mut self, other: u16)
fn shl_assign(&mut self, other: u16)
Performs the
<<= operation. Read moreSource§impl ShlAssign for u16_ube
impl ShlAssign for u16_ube
Source§fn shl_assign(&mut self, other: u16_ube)
fn shl_assign(&mut self, other: u16_ube)
Performs the
<<= operation. Read moreSource§impl ShrAssign<&u16> for u16_ube
impl ShrAssign<&u16> for u16_ube
Source§fn shr_assign(&mut self, other: &u16)
fn shr_assign(&mut self, other: &u16)
Performs the
>>= operation. Read moreSource§impl ShrAssign<&u16_ube> for u16_ube
impl ShrAssign<&u16_ube> for u16_ube
Source§fn shr_assign(&mut self, other: &u16_ube)
fn shr_assign(&mut self, other: &u16_ube)
Performs the
>>= operation. Read moreSource§impl ShrAssign<u16> for u16_ube
impl ShrAssign<u16> for u16_ube
Source§fn shr_assign(&mut self, other: u16)
fn shr_assign(&mut self, other: u16)
Performs the
>>= operation. Read moreSource§impl ShrAssign for u16_ube
impl ShrAssign for u16_ube
Source§fn shr_assign(&mut self, other: u16_ube)
fn shr_assign(&mut self, other: u16_ube)
Performs the
>>= operation. Read moreSource§impl SubAssign<&u16> for u16_ube
impl SubAssign<&u16> for u16_ube
Source§fn sub_assign(&mut self, other: &u16)
fn sub_assign(&mut self, other: &u16)
Performs the
-= operation. Read moreSource§impl SubAssign<&u16_ube> for u16_ube
impl SubAssign<&u16_ube> for u16_ube
Source§fn sub_assign(&mut self, other: &u16_ube)
fn sub_assign(&mut self, other: &u16_ube)
Performs the
-= operation. Read moreSource§impl SubAssign<u16> for u16_ube
impl SubAssign<u16> for u16_ube
Source§fn sub_assign(&mut self, other: u16)
fn sub_assign(&mut self, other: u16)
Performs the
-= operation. Read moreSource§impl SubAssign for u16_ube
impl SubAssign for u16_ube
Source§fn sub_assign(&mut self, other: u16_ube)
fn sub_assign(&mut self, other: u16_ube)
Performs the
-= operation. Read moreimpl Copy for u16_ube
impl Eq for u16_ube
Auto Trait Implementations§
impl Freeze for u16_ube
impl RefUnwindSafe for u16_ube
impl Send for u16_ube
impl Sync for u16_ube
impl Unpin for u16_ube
impl UnsafeUnpin for u16_ube
impl UnwindSafe for u16_ube
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