Struct WireI64

Source
#[repr(C, align(8))]
pub struct WireI64(pub i64);
Expand description

A wire-encoded i64

Tuple Fields§

§0: i64

Methods from Deref<Target = i64>§

1.43.0 · Source

pub const MIN: i64 = -9_223_372_036_854_775_808i64

1.43.0 · Source

pub const MAX: i64 = 9_223_372_036_854_775_807i64

1.53.0 · Source

pub const BITS: u32 = 64u32

Trait Implementations§

Source§

impl Add<&WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&WireI64> for WireI64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&WireI64> for i64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&i64> for WireI64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<WireI64> for i64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<i64> for WireI64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add for WireI64

Source§

type Output = i64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl AddAssign<&WireI64> for WireI64

Source§

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

Performs the += operation. Read more
Source§

impl AddAssign<&i64> for WireI64

Source§

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

Performs the += operation. Read more
Source§

impl AddAssign<i64> for WireI64

Source§

fn add_assign(&mut self, other: i64)

Performs the += operation. Read more
Source§

impl AddAssign for WireI64

Source§

fn add_assign(&mut self, other: WireI64)

Performs the += operation. Read more
Source§

impl Binary for WireI64

Source§

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

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

impl BitAnd<&WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&WireI64> for WireI64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&WireI64> for i64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&i64> for WireI64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<WireI64> for i64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<i64> for WireI64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd for WireI64

Source§

type Output = i64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAndAssign<&WireI64> for WireI64

Source§

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

Performs the &= operation. Read more
Source§

impl BitAndAssign<&i64> for WireI64

Source§

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

Performs the &= operation. Read more
Source§

impl BitAndAssign<i64> for WireI64

Source§

fn bitand_assign(&mut self, other: i64)

Performs the &= operation. Read more
Source§

impl BitAndAssign for WireI64

Source§

fn bitand_assign(&mut self, other: WireI64)

Performs the &= operation. Read more
Source§

impl BitOr<&WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&WireI64> for WireI64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&WireI64> for i64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&i64> for WireI64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<WireI64> for i64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<i64> for WireI64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr for WireI64

Source§

type Output = i64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOrAssign<&WireI64> for WireI64

Source§

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

Performs the |= operation. Read more
Source§

impl BitOrAssign<&i64> for WireI64

Source§

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

Performs the |= operation. Read more
Source§

impl BitOrAssign<i64> for WireI64

Source§

fn bitor_assign(&mut self, other: i64)

Performs the |= operation. Read more
Source§

impl BitOrAssign for WireI64

Source§

fn bitor_assign(&mut self, other: WireI64)

Performs the |= operation. Read more
Source§

impl BitXor<&WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&WireI64> for WireI64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&WireI64> for i64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&i64> for WireI64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<WireI64> for i64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<i64> for WireI64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor for WireI64

Source§

type Output = i64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXorAssign<&WireI64> for WireI64

Source§

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

Performs the ^= operation. Read more
Source§

impl BitXorAssign<&i64> for WireI64

Source§

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

Performs the ^= operation. Read more
Source§

impl BitXorAssign<i64> for WireI64

Source§

fn bitxor_assign(&mut self, other: i64)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for WireI64

Source§

fn bitxor_assign(&mut self, other: WireI64)

Performs the ^= operation. Read more
Source§

impl Clone for WireI64

Source§

fn clone(&self) -> Self

Returns a copy 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 WireI64

Source§

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

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

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

Source§

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

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

impl Default for WireI64

Source§

fn default() -> Self

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

impl Deref for WireI64

Source§

type Target = i64

The resulting type after dereferencing.
Source§

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

Dereferences the value.
Source§

impl DerefMut for WireI64

Source§

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

Mutably dereferences the value.
Source§

impl Display for WireI64

Source§

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

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

impl Div<&WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&WireI64> for WireI64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&WireI64> for i64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&i64> for WireI64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<WireI64> for i64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<i64> for WireI64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div for WireI64

Source§

type Output = i64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl DivAssign<&WireI64> for WireI64

Source§

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

Performs the /= operation. Read more
Source§

impl DivAssign<&i64> for WireI64

Source§

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

Performs the /= operation. Read more
Source§

impl DivAssign<i64> for WireI64

Source§

fn div_assign(&mut self, other: i64)

Performs the /= operation. Read more
Source§

impl DivAssign for WireI64

Source§

fn div_assign(&mut self, other: WireI64)

Performs the /= operation. Read more
Source§

impl Encodable for WireI64

Source§

const COPY_OPTIMIZATION: CopyOptimization<Self>

An optimization flag that allows the bytes of this type to be copied directly during encoding instead of calling encode. Read more
Source§

type Encoded = WireI64

The wire type for the value.
Source§

impl EncodableOption for WireI64

Source§

type EncodedOption = WireBox<WireI64>

The wire type for the optional value.
Source§

impl<E: ?Sized> Encode<E> for WireI64

Source§

fn encode( &mut self, _: &mut E, slot: Slot<'_, Self::Encoded>, ) -> Result<(), EncodeError>

Encodes this value into an encoder and slot.
Source§

impl<E: Encoder + ?Sized> EncodeOption<E> for WireI64

Source§

fn encode_option( this: Option<&mut Self>, encoder: &mut E, slot: Slot<'_, Self::EncodedOption>, ) -> Result<(), EncodeError>

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

impl<'a> From<&'a WireI64> for i64

Source§

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

Converts to this type from the input type.
Source§

impl<'a> From<&'a i64> for WireI64

Source§

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

Converts to this type from the input type.
Source§

impl From<WireI64> for i64

Source§

fn from(value: WireI64) -> Self

Converts to this type from the input type.
Source§

impl From<i64> for WireI64

Source§

fn from(value: i64) -> Self

Converts to this type from the input type.
Source§

impl FromBytes for WireI64
where i64: FromBytes,

§

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
§

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
§

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 FromZeros for WireI64
where i64: FromZeros,

§

fn zero(&mut self)

Overwrites self with zeros. Read more
§

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

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

impl Hash for WireI64

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 WireI64
where i64: IntoBytes, (): PaddingFree<Self, { _ }>,

§

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

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

impl LowerExp for WireI64

Source§

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

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

impl LowerHex for WireI64

Source§

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

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

impl Mul<&WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&WireI64> for WireI64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&WireI64> for i64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&i64> for WireI64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<WireI64> for i64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<i64> for WireI64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul for WireI64

Source§

type Output = i64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl MulAssign<&WireI64> for WireI64

Source§

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

Performs the *= operation. Read more
Source§

impl MulAssign<&i64> for WireI64

Source§

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

Performs the *= operation. Read more
Source§

impl MulAssign<i64> for WireI64

Source§

fn mul_assign(&mut self, other: i64)

Performs the *= operation. Read more
Source§

impl MulAssign for WireI64

Source§

fn mul_assign(&mut self, other: WireI64)

Performs the *= operation. Read more
Source§

impl Neg for WireI64

Source§

type Output = <i64 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 WireI64

Source§

type Output = <i64 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 WireI64

Source§

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

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

impl Ord for WireI64

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<WireI64> for i64

Source§

fn eq(&self, other: &WireI64) -> 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<i64> for WireI64

Source§

fn eq(&self, other: &i64) -> 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 WireI64

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<i64> for WireI64

Source§

fn partial_cmp(&self, other: &i64) -> 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 WireI64

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 WireI64

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<&WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&WireI64> for WireI64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&WireI64> for i64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&i64> for WireI64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<WireI64> for i64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<i64> for WireI64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem for WireI64

Source§

type Output = i64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl RemAssign<&WireI64> for WireI64

Source§

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

Performs the %= operation. Read more
Source§

impl RemAssign<&i64> for WireI64

Source§

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

Performs the %= operation. Read more
Source§

impl RemAssign<i64> for WireI64

Source§

fn rem_assign(&mut self, other: i64)

Performs the %= operation. Read more
Source§

impl RemAssign for WireI64

Source§

fn rem_assign(&mut self, other: WireI64)

Performs the %= operation. Read more
Source§

impl Shl<&WireI64> for &WireI64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<&WireI64> for &i64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<&WireI64> for WireI64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<&WireI64> for i64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<&i64> for &WireI64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<&i64> for WireI64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<WireI64> for &WireI64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<WireI64> for &i64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<WireI64> for i64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<i64> for &WireI64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl<i64> for WireI64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl Shl for WireI64

Source§

type Output = i64

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

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

Performs the << operation. Read more
Source§

impl ShlAssign<&WireI64> for WireI64

Source§

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

Performs the <<= operation. Read more
Source§

impl ShlAssign<&i64> for WireI64

Source§

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

Performs the <<= operation. Read more
Source§

impl ShlAssign<i64> for WireI64

Source§

fn shl_assign(&mut self, other: i64)

Performs the <<= operation. Read more
Source§

impl ShlAssign for WireI64

Source§

fn shl_assign(&mut self, other: WireI64)

Performs the <<= operation. Read more
Source§

impl Shr<&WireI64> for &WireI64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<&WireI64> for &i64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<&WireI64> for WireI64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<&WireI64> for i64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<&i64> for &WireI64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<&i64> for WireI64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<WireI64> for &WireI64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<WireI64> for &i64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<WireI64> for i64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<i64> for &WireI64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr<i64> for WireI64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl Shr for WireI64

Source§

type Output = i64

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

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

Performs the >> operation. Read more
Source§

impl ShrAssign<&WireI64> for WireI64

Source§

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

Performs the >>= operation. Read more
Source§

impl ShrAssign<&i64> for WireI64

Source§

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

Performs the >>= operation. Read more
Source§

impl ShrAssign<i64> for WireI64

Source§

fn shr_assign(&mut self, other: i64)

Performs the >>= operation. Read more
Source§

impl ShrAssign for WireI64

Source§

fn shr_assign(&mut self, other: WireI64)

Performs the >>= operation. Read more
Source§

impl Sub<&WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&WireI64> for WireI64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&WireI64> for i64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&i64> for WireI64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<WireI64> for &WireI64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<WireI64> for &i64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<WireI64> for i64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<i64> for &WireI64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<i64> for WireI64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub for WireI64

Source§

type Output = i64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl SubAssign<&WireI64> for WireI64

Source§

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

Performs the -= operation. Read more
Source§

impl SubAssign<&i64> for WireI64

Source§

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

Performs the -= operation. Read more
Source§

impl SubAssign<i64> for WireI64

Source§

fn sub_assign(&mut self, other: i64)

Performs the -= operation. Read more
Source§

impl SubAssign for WireI64

Source§

fn sub_assign(&mut self, other: WireI64)

Performs the -= operation. Read more
Source§

impl Sum for WireI64

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 TakeFrom<WireI64> for WireI64

Source§

const COPY_OPTIMIZATION: CopyOptimization<Self>

An optimization flag that allows the bytes of this type to be copied directly during conversion instead of calling take_from. Read more
Source§

fn take_from(from: &WireI64) -> WireI64

Converts from the given T, taking any resources that can’t be cloned.
Source§

impl TakeFrom<WireI64> for i64

Source§

const COPY_OPTIMIZATION: CopyOptimization<Self>

An optimization flag that allows the bytes of this type to be copied directly during conversion instead of calling take_from. Read more
Source§

fn take_from(from: &WireI64) -> i64

Converts from the given T, taking any resources that can’t be cloned.
Source§

impl TryFrom<WireI64> for isize

Source§

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

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

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

Performs the conversion.
Source§

impl TryFrom<isize> for WireI64

Source§

type Error = <i64 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 WireI64
where i64: TryFromBytes,

§

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
§

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
§

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 WireI64

Source§

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

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

impl UpperHex for WireI64

Source§

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

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

impl ZeroPadding for WireI64

Source§

unsafe fn zero_padding(_: *mut Self)

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

impl Copy for WireI64

Source§

impl Eq for WireI64

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, dst: *mut u8)

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

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

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.

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.