WireI16

Struct WireI16 

Source
#[repr(C, align(2))]
pub struct WireI16(pub i16);
Expand description

A wire-encoded i16

Tuple Fields§

§0: i16

Methods from Deref<Target = i16>§

1.43.0 · Source

pub const MIN: i16 = -32_768i16

1.43.0 · Source

pub const MAX: i16 = 32_767i16

1.53.0 · Source

pub const BITS: u32 = 16u32

Trait Implementations§

Source§

impl Add<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: &WireI16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: &WireI16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: &WireI16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: &WireI16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: &i16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: &i16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: WireI16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: WireI16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: WireI16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: i16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: i16) -> Self::Output

Performs the + operation. Read more
Source§

impl Add for WireI16

Source§

type Output = i16

The resulting type after applying the + operator.
Source§

fn add(self, other: WireI16) -> Self::Output

Performs the + operation. Read more
Source§

impl AddAssign<&WireI16> for WireI16

Source§

fn add_assign(&mut self, other: &WireI16)

Performs the += operation. Read more
Source§

impl AddAssign<&i16> for WireI16

Source§

fn add_assign(&mut self, other: &i16)

Performs the += operation. Read more
Source§

impl AddAssign<i16> for WireI16

Source§

fn add_assign(&mut self, other: i16)

Performs the += operation. Read more
Source§

impl AddAssign for WireI16

Source§

fn add_assign(&mut self, other: WireI16)

Performs the += operation. Read more
Source§

impl Binary for WireI16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl BitAnd<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: &WireI16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: &WireI16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: &WireI16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: &WireI16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: &i16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: &i16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: WireI16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: WireI16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: WireI16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: i16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: i16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAnd for WireI16

Source§

type Output = i16

The resulting type after applying the & operator.
Source§

fn bitand(self, other: WireI16) -> Self::Output

Performs the & operation. Read more
Source§

impl BitAndAssign<&WireI16> for WireI16

Source§

fn bitand_assign(&mut self, other: &WireI16)

Performs the &= operation. Read more
Source§

impl BitAndAssign<&i16> for WireI16

Source§

fn bitand_assign(&mut self, other: &i16)

Performs the &= operation. Read more
Source§

impl BitAndAssign<i16> for WireI16

Source§

fn bitand_assign(&mut self, other: i16)

Performs the &= operation. Read more
Source§

impl BitAndAssign for WireI16

Source§

fn bitand_assign(&mut self, other: WireI16)

Performs the &= operation. Read more
Source§

impl BitOr<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: &WireI16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: &WireI16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: &WireI16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: &WireI16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: &i16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: &i16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: WireI16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: WireI16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: WireI16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: i16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: i16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr for WireI16

Source§

type Output = i16

The resulting type after applying the | operator.
Source§

fn bitor(self, other: WireI16) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOrAssign<&WireI16> for WireI16

Source§

fn bitor_assign(&mut self, other: &WireI16)

Performs the |= operation. Read more
Source§

impl BitOrAssign<&i16> for WireI16

Source§

fn bitor_assign(&mut self, other: &i16)

Performs the |= operation. Read more
Source§

impl BitOrAssign<i16> for WireI16

Source§

fn bitor_assign(&mut self, other: i16)

Performs the |= operation. Read more
Source§

impl BitOrAssign for WireI16

Source§

fn bitor_assign(&mut self, other: WireI16)

Performs the |= operation. Read more
Source§

impl BitXor<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: &WireI16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: &WireI16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: &WireI16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: &WireI16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: &i16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: &i16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: WireI16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: WireI16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: WireI16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: i16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: i16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXor for WireI16

Source§

type Output = i16

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: WireI16) -> Self::Output

Performs the ^ operation. Read more
Source§

impl BitXorAssign<&WireI16> for WireI16

Source§

fn bitxor_assign(&mut self, other: &WireI16)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<&i16> for WireI16

Source§

fn bitxor_assign(&mut self, other: &i16)

Performs the ^= operation. Read more
Source§

impl BitXorAssign<i16> for WireI16

Source§

fn bitxor_assign(&mut self, other: i16)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for WireI16

Source§

fn bitxor_assign(&mut self, other: WireI16)

Performs the ^= operation. Read more
Source§

impl Clone for WireI16

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for WireI16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<D: ?Sized> Decode<D> for WireI16

Source§

fn decode(_: Slot<'_, Self>, _: &mut D, _: ()) -> Result<(), DecodeError>

Decodes a value into a slot using a decoder. Read more
Source§

impl Default for WireI16

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Deref for WireI16

Source§

type Target = i16

The resulting type after dereferencing.
Source§

fn deref(&self) -> &Self::Target

Dereferences the value.
Source§

impl DerefMut for WireI16

Source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
Source§

impl Display for WireI16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Div<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: &WireI16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: &WireI16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: &WireI16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: &WireI16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: &i16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: &i16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: WireI16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: WireI16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: WireI16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: i16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: i16) -> Self::Output

Performs the / operation. Read more
Source§

impl Div for WireI16

Source§

type Output = i16

The resulting type after applying the / operator.
Source§

fn div(self, other: WireI16) -> Self::Output

Performs the / operation. Read more
Source§

impl DivAssign<&WireI16> for WireI16

Source§

fn div_assign(&mut self, other: &WireI16)

Performs the /= operation. Read more
Source§

impl DivAssign<&i16> for WireI16

Source§

fn div_assign(&mut self, other: &i16)

Performs the /= operation. Read more
Source§

impl DivAssign<i16> for WireI16

Source§

fn div_assign(&mut self, other: i16)

Performs the /= operation. Read more
Source§

impl DivAssign for WireI16

Source§

fn div_assign(&mut self, other: WireI16)

Performs the /= operation. Read more
Source§

impl<'a, E: ?Sized> Encode<WireI16, E> for &'a WireI16

Source§

fn encode( self, _: &mut E, out: &mut MaybeUninit<WireI16>, _constraint: <WireI16 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this value into an encoder and output.
Source§

const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _

Whether the conversion from Self to W is equivalent to copying the raw bytes of Self. Read more
Source§

impl<'a, E: ?Sized> Encode<WireI16, E> for &'a i16

Source§

fn encode( self, _: &mut E, out: &mut MaybeUninit<WireI16>, _constraint: <WireI16 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this value into an encoder and output.
Source§

const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _

Whether the conversion from Self to W is equivalent to copying the raw bytes of Self. Read more
Source§

impl<E: ?Sized> Encode<WireI16, E> for WireI16

Source§

const COPY_OPTIMIZATION: CopyOptimization<WireI16, WireI16> = CopyOptimization<WireI16, WireI16>::PRIMITIVE

Whether the conversion from Self to W is equivalent to copying the raw bytes of Self. Read more
Source§

fn encode( self, encoder: &mut E, out: &mut MaybeUninit<WireI16>, constraint: <WireI16 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this value into an encoder and output.
Source§

impl<E: ?Sized> Encode<WireI16, E> for i16

Source§

const COPY_OPTIMIZATION: CopyOptimization<i16, WireI16> = CopyOptimization<i16, WireI16>::PRIMITIVE

Whether the conversion from Self to W is equivalent to copying the raw bytes of Self. Read more
Source§

fn encode( self, encoder: &mut E, out: &mut MaybeUninit<WireI16>, constraint: <WireI16 as Constrained>::Constraint, ) -> Result<(), EncodeError>

Encodes this value into an encoder and output.
Source§

impl<E: Encoder + ?Sized> EncodeOption<WireBox<'static, WireI16>, E> for &WireI16

Source§

fn encode_option( this: Option<Self>, encoder: &mut E, out: &mut MaybeUninit<WireBox<'static, WireI16>>, constraint: (), ) -> Result<(), EncodeError>

Encodes this optional value into an encoder and output.
Source§

impl<E: Encoder + ?Sized> EncodeOption<WireBox<'static, WireI16>, E> for WireI16

Source§

fn encode_option( this: Option<Self>, encoder: &mut E, out: &mut MaybeUninit<WireBox<'static, WireI16>>, constraint: (), ) -> Result<(), EncodeError>

Encodes this optional value into an encoder and output.
Source§

impl<'a> From<&'a WireI16> for i16

Source§

fn from(value: &'a WireI16) -> Self

Converts to this type from the input type.
Source§

impl<'a> From<&'a i16> for WireI16

Source§

fn from(value: &'a i16) -> Self

Converts to this type from the input type.
Source§

impl From<WireI16> for i16

Source§

fn from(value: WireI16) -> Self

Converts to this type from the input type.
Source§

impl From<WireI16> for isize

Source§

fn from(value: WireI16) -> Self

Converts to this type from the input type.
Source§

impl From<i16> for WireI16

Source§

fn from(value: i16) -> Self

Converts to this type from the input type.
Source§

impl FromBytes for WireI16
where i16: FromBytes,

Source§

fn read_from_bytes(source: &[u8]) -> Result<Self, SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the given source. Read more
Source§

fn read_from_prefix( source: &[u8], ) -> Result<(Self, &[u8]), SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the prefix of the given source. Read more
Source§

fn read_from_suffix( source: &[u8], ) -> Result<(&[u8], Self), SizeError<&[u8], Self>>
where Self: Sized,

Reads a copy of Self from the suffix of the given source. Read more
Source§

impl FromWire<WireI16> for WireI16

Source§

const COPY_OPTIMIZATION: CopyOptimization<WireI16, WireI16> = CopyOptimization<WireI16, WireI16>::PRIMITIVE

Whether the conversion from W to Self is equivalent to copying the raw bytes of W. Read more
Source§

fn from_wire(wire: WireI16) -> Self

Converts the given wire to this type.
Source§

impl FromWire<WireI16> for i16

Source§

const COPY_OPTIMIZATION: CopyOptimization<WireI16, i16> = CopyOptimization<WireI16, i16>::PRIMITIVE

Whether the conversion from W to Self is equivalent to copying the raw bytes of W. Read more
Source§

fn from_wire(wire: WireI16) -> Self

Converts the given wire to this type.
Source§

impl FromWireRef<WireI16> for WireI16

Source§

fn from_wire_ref(wire: &WireI16) -> Self

Converts the given wire reference to this type.
Source§

impl FromWireRef<WireI16> for i16

Source§

fn from_wire_ref(wire: &WireI16) -> Self

Converts the given wire reference to this type.
Source§

impl FromZeros for WireI16
where i16: FromZeros,

Source§

fn zero(&mut self)

Overwrites self with zeros. Read more
Source§

fn new_zeroed() -> Self
where Self: Sized,

Creates an instance of Self from zeroed bytes. Read more
Source§

impl Hash for WireI16

Source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl IntoBytes for WireI16
where i16: IntoBytes, (): PaddingFree<Self, { _ }>,

Source§

fn as_mut_bytes(&mut self) -> &mut [u8]
where Self: FromBytes,

Gets the bytes of this value mutably. Read more
Source§

impl IntoNatural for WireI16

Source§

type Natural = i16

A good default type for this wire type to convert into.
Source§

fn into_natural(self) -> Self::Natural

Converts this type into its natural equivalent.
Source§

impl LowerExp for WireI16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl LowerHex for WireI16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Mul<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: &WireI16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: &WireI16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: &WireI16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: &WireI16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: &i16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: &i16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: WireI16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: WireI16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: WireI16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: i16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: i16) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul for WireI16

Source§

type Output = i16

The resulting type after applying the * operator.
Source§

fn mul(self, other: WireI16) -> Self::Output

Performs the * operation. Read more
Source§

impl MulAssign<&WireI16> for WireI16

Source§

fn mul_assign(&mut self, other: &WireI16)

Performs the *= operation. Read more
Source§

impl MulAssign<&i16> for WireI16

Source§

fn mul_assign(&mut self, other: &i16)

Performs the *= operation. Read more
Source§

impl MulAssign<i16> for WireI16

Source§

fn mul_assign(&mut self, other: i16)

Performs the *= operation. Read more
Source§

impl MulAssign for WireI16

Source§

fn mul_assign(&mut self, other: WireI16)

Performs the *= operation. Read more
Source§

impl Neg for WireI16

Source§

type Output = <i16 as Neg>::Output

The resulting type after applying the - operator.
Source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
Source§

impl Not for WireI16

Source§

type Output = <i16 as Not>::Output

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
Source§

impl Octal for WireI16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Ord for WireI16

Source§

fn cmp(&self, other: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq<i16> for WireI16

Source§

fn eq(&self, other: &i16) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for WireI16

Source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd<i16> for WireI16

Source§

fn partial_cmp(&self, other: &i16) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl PartialOrd for WireI16

Source§

fn partial_cmp(&self, other: &Self) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Product for WireI16

Source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Takes an iterator and generates Self from the elements by multiplying the items.
Source§

impl Rem<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: &WireI16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: &WireI16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: &WireI16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: &WireI16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: &i16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: &i16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: WireI16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: WireI16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: WireI16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: i16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: i16) -> Self::Output

Performs the % operation. Read more
Source§

impl Rem for WireI16

Source§

type Output = i16

The resulting type after applying the % operator.
Source§

fn rem(self, other: WireI16) -> Self::Output

Performs the % operation. Read more
Source§

impl RemAssign<&WireI16> for WireI16

Source§

fn rem_assign(&mut self, other: &WireI16)

Performs the %= operation. Read more
Source§

impl RemAssign<&i16> for WireI16

Source§

fn rem_assign(&mut self, other: &i16)

Performs the %= operation. Read more
Source§

impl RemAssign<i16> for WireI16

Source§

fn rem_assign(&mut self, other: i16)

Performs the %= operation. Read more
Source§

impl RemAssign for WireI16

Source§

fn rem_assign(&mut self, other: WireI16)

Performs the %= operation. Read more
Source§

impl Shl<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: &WireI16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: &WireI16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: &WireI16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: &WireI16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: &i16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: &i16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: WireI16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: WireI16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: WireI16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: i16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: i16) -> Self::Output

Performs the << operation. Read more
Source§

impl Shl for WireI16

Source§

type Output = i16

The resulting type after applying the << operator.
Source§

fn shl(self, other: WireI16) -> Self::Output

Performs the << operation. Read more
Source§

impl ShlAssign<&WireI16> for WireI16

Source§

fn shl_assign(&mut self, other: &WireI16)

Performs the <<= operation. Read more
Source§

impl ShlAssign<&i16> for WireI16

Source§

fn shl_assign(&mut self, other: &i16)

Performs the <<= operation. Read more
Source§

impl ShlAssign<i16> for WireI16

Source§

fn shl_assign(&mut self, other: i16)

Performs the <<= operation. Read more
Source§

impl ShlAssign for WireI16

Source§

fn shl_assign(&mut self, other: WireI16)

Performs the <<= operation. Read more
Source§

impl Shr<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: &WireI16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: &WireI16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: &WireI16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: &WireI16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: &i16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: &i16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: WireI16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: WireI16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: WireI16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: i16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: i16) -> Self::Output

Performs the >> operation. Read more
Source§

impl Shr for WireI16

Source§

type Output = i16

The resulting type after applying the >> operator.
Source§

fn shr(self, other: WireI16) -> Self::Output

Performs the >> operation. Read more
Source§

impl ShrAssign<&WireI16> for WireI16

Source§

fn shr_assign(&mut self, other: &WireI16)

Performs the >>= operation. Read more
Source§

impl ShrAssign<&i16> for WireI16

Source§

fn shr_assign(&mut self, other: &i16)

Performs the >>= operation. Read more
Source§

impl ShrAssign<i16> for WireI16

Source§

fn shr_assign(&mut self, other: i16)

Performs the >>= operation. Read more
Source§

impl ShrAssign for WireI16

Source§

fn shr_assign(&mut self, other: WireI16)

Performs the >>= operation. Read more
Source§

impl Sub<&WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: &WireI16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<&WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: &WireI16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<&WireI16> for WireI16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: &WireI16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<&WireI16> for i16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: &WireI16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<&i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: &i16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<&i16> for WireI16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: &i16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<WireI16> for &WireI16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: WireI16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<WireI16> for &i16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: WireI16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<WireI16> for i16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: WireI16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<i16> for &WireI16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: i16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub<i16> for WireI16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: i16) -> Self::Output

Performs the - operation. Read more
Source§

impl Sub for WireI16

Source§

type Output = i16

The resulting type after applying the - operator.
Source§

fn sub(self, other: WireI16) -> Self::Output

Performs the - operation. Read more
Source§

impl SubAssign<&WireI16> for WireI16

Source§

fn sub_assign(&mut self, other: &WireI16)

Performs the -= operation. Read more
Source§

impl SubAssign<&i16> for WireI16

Source§

fn sub_assign(&mut self, other: &i16)

Performs the -= operation. Read more
Source§

impl SubAssign<i16> for WireI16

Source§

fn sub_assign(&mut self, other: i16)

Performs the -= operation. Read more
Source§

impl SubAssign for WireI16

Source§

fn sub_assign(&mut self, other: WireI16)

Performs the -= operation. Read more
Source§

impl Sum for WireI16

Source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Takes an iterator and generates Self from the elements by “summing up” the items.
Source§

impl TryFrom<isize> for WireI16

Source§

type Error = <i16 as TryFrom<isize>>::Error

The type returned in the event of a conversion error.
Source§

fn try_from(value: isize) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFromBytes for WireI16

Source§

fn try_read_from_bytes( source: &[u8], ) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read the given source as a Self. Read more
Source§

fn try_read_from_prefix( source: &[u8], ) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read a Self from the prefix of the given source. Read more
Source§

fn try_read_from_suffix( source: &[u8], ) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: Sized,

Attempts to read a Self from the suffix of the given source. Read more
Source§

impl UpperExp for WireI16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl UpperHex for WireI16

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Wire for WireI16

Source§

type Owned<'de> = WireI16

The owned wire type, restricted to the 'de lifetime.
Source§

fn zero_padding(_: &mut MaybeUninit<Self>)

Writes zeroes to the padding for this type, if any.
Source§

impl Copy for WireI16

Source§

impl Eq for WireI16

Source§

impl Unconstrained for WireI16

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> Constrained for T
where T: Unconstrained,

Source§

type Constraint = ()

Type of constraint information for this type.
Source§

fn validate(_: Slot<'_, T>, _: ()) -> Result<(), ValidationError>

Validate a value of this type against a constraint. Can be called when pointers/envelopes are just presence markers.
Source§

impl<T, D> Encode<Ambiguous1, D> for T
where D: ResourceDialect,

Source§

unsafe fn encode( self, _encoder: &mut Encoder<'_, D>, _offset: usize, _depth: Depth, ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
Source§

impl<T, D> Encode<Ambiguous2, D> for T
where D: ResourceDialect,

Source§

unsafe fn encode( self, _encoder: &mut Encoder<'_, D>, _offset: usize, _depth: Depth, ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, W> FromWireOption<WireBox<'_, W>> for T
where T: FromWire<W>,

Source§

fn from_wire_option(wire: WireBox<'_, W>) -> Option<T>

Converts the given wire to an option of this type.
Source§

impl<T, W> FromWireOptionRef<WireBox<'_, W>> for T
where T: FromWireRef<W>,

Source§

fn from_wire_option_ref(wire: &WireBox<'_, W>) -> Option<T>

Converts the given wire reference to an option of this type.
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.