Type Alias Chunk

Source
pub type Chunk = WireU64;
Expand description

A group of eight bytes, aligned to an 8-byte boundary.

Aliased Type§

struct Chunk(pub u64);

Fields§

§0: u64

Trait Implementations

Source§

impl Add<&WireU64> for WireU64

Source§

type Output = u64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<&u64> for WireU64

Source§

type Output = u64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add<u64> for WireU64

Source§

type Output = u64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl Add for WireU64

Source§

type Output = u64

The resulting type after applying the + operator.
Source§

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

Performs the + operation. Read more
Source§

impl AddAssign<&WireU64> for WireU64

Source§

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

Performs the += operation. Read more
Source§

impl AddAssign<&u64> for WireU64

Source§

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

Performs the += operation. Read more
Source§

impl AddAssign<u64> for WireU64

Source§

fn add_assign(&mut self, other: u64)

Performs the += operation. Read more
Source§

impl AddAssign for WireU64

Source§

fn add_assign(&mut self, other: WireU64)

Performs the += operation. Read more
Source§

impl Binary for WireU64

Source§

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

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

impl BitAnd<&WireU64> for WireU64

Source§

type Output = u64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<&u64> for WireU64

Source§

type Output = u64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd<u64> for WireU64

Source§

type Output = u64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAnd for WireU64

Source§

type Output = u64

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl BitAndAssign<&WireU64> for WireU64

Source§

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

Performs the &= operation. Read more
Source§

impl BitAndAssign<&u64> for WireU64

Source§

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

Performs the &= operation. Read more
Source§

impl BitAndAssign<u64> for WireU64

Source§

fn bitand_assign(&mut self, other: u64)

Performs the &= operation. Read more
Source§

impl BitAndAssign for WireU64

Source§

fn bitand_assign(&mut self, other: WireU64)

Performs the &= operation. Read more
Source§

impl BitOr<&WireU64> for WireU64

Source§

type Output = u64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<&u64> for WireU64

Source§

type Output = u64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr<u64> for WireU64

Source§

type Output = u64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOr for WireU64

Source§

type Output = u64

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl BitOrAssign<&WireU64> for WireU64

Source§

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

Performs the |= operation. Read more
Source§

impl BitOrAssign<&u64> for WireU64

Source§

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

Performs the |= operation. Read more
Source§

impl BitOrAssign<u64> for WireU64

Source§

fn bitor_assign(&mut self, other: u64)

Performs the |= operation. Read more
Source§

impl BitOrAssign for WireU64

Source§

fn bitor_assign(&mut self, other: WireU64)

Performs the |= operation. Read more
Source§

impl BitXor<&WireU64> for WireU64

Source§

type Output = u64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<&u64> for WireU64

Source§

type Output = u64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor<u64> for WireU64

Source§

type Output = u64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXor for WireU64

Source§

type Output = u64

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl BitXorAssign<&WireU64> for WireU64

Source§

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

Performs the ^= operation. Read more
Source§

impl BitXorAssign<&u64> for WireU64

Source§

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

Performs the ^= operation. Read more
Source§

impl BitXorAssign<u64> for WireU64

Source§

fn bitxor_assign(&mut self, other: u64)

Performs the ^= operation. Read more
Source§

impl BitXorAssign for WireU64

Source§

fn bitxor_assign(&mut self, other: WireU64)

Performs the ^= operation. Read more
Source§

impl Clone for WireU64

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 WireU64

Source§

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

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

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

Source§

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

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

impl Default for WireU64

Source§

fn default() -> Self

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

impl Deref for WireU64

Source§

type Target = u64

The resulting type after dereferencing.
Source§

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

Dereferences the value.
Source§

impl DerefMut for WireU64

Source§

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

Mutably dereferences the value.
Source§

impl Display for WireU64

Source§

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

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

impl Div<&WireU64> for WireU64

Source§

type Output = u64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<&u64> for WireU64

Source§

type Output = u64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div<u64> for WireU64

Source§

type Output = u64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl Div for WireU64

Source§

type Output = u64

The resulting type after applying the / operator.
Source§

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

Performs the / operation. Read more
Source§

impl DivAssign<&WireU64> for WireU64

Source§

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

Performs the /= operation. Read more
Source§

impl DivAssign<&u64> for WireU64

Source§

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

Performs the /= operation. Read more
Source§

impl DivAssign<u64> for WireU64

Source§

fn div_assign(&mut self, other: u64)

Performs the /= operation. Read more
Source§

impl DivAssign for WireU64

Source§

fn div_assign(&mut self, other: WireU64)

Performs the /= operation. Read more
Source§

impl Encodable for WireU64

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 = WireU64

The wire type for the value.
Source§

impl EncodableOption for WireU64

Source§

type EncodedOption = WireBox<WireU64>

The wire type for the optional value.
Source§

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

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 WireU64

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 u64> for WireU64

Source§

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

Converts to this type from the input type.
Source§

impl From<u64> for WireU64

Source§

fn from(value: u64) -> Self

Converts to this type from the input type.
Source§

impl FromBytes for WireU64
where u64: 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 WireU64
where u64: 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 WireU64

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 WireU64
where u64: 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 WireU64

Source§

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

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

impl LowerHex for WireU64

Source§

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

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

impl Mul<&WireU64> for WireU64

Source§

type Output = u64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<&u64> for WireU64

Source§

type Output = u64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<u64> for WireU64

Source§

type Output = u64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul for WireU64

Source§

type Output = u64

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl MulAssign<&WireU64> for WireU64

Source§

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

Performs the *= operation. Read more
Source§

impl MulAssign<&u64> for WireU64

Source§

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

Performs the *= operation. Read more
Source§

impl MulAssign<u64> for WireU64

Source§

fn mul_assign(&mut self, other: u64)

Performs the *= operation. Read more
Source§

impl MulAssign for WireU64

Source§

fn mul_assign(&mut self, other: WireU64)

Performs the *= operation. Read more
Source§

impl Not for WireU64

Source§

type Output = <u64 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 WireU64

Source§

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

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

impl Ord for WireU64

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<u64> for WireU64

Source§

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

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<u64> for WireU64

Source§

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

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 WireU64

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

Source§

type Output = u64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<&u64> for WireU64

Source§

type Output = u64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem<u64> for WireU64

Source§

type Output = u64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl Rem for WireU64

Source§

type Output = u64

The resulting type after applying the % operator.
Source§

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

Performs the % operation. Read more
Source§

impl RemAssign<&WireU64> for WireU64

Source§

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

Performs the %= operation. Read more
Source§

impl RemAssign<&u64> for WireU64

Source§

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

Performs the %= operation. Read more
Source§

impl RemAssign<u64> for WireU64

Source§

fn rem_assign(&mut self, other: u64)

Performs the %= operation. Read more
Source§

impl RemAssign for WireU64

Source§

fn rem_assign(&mut self, other: WireU64)

Performs the %= operation. Read more
Source§

impl Shl<&WireU64> for WireU64

Source§

type Output = u64

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

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

Performs the << operation. Read more
Source§

impl Shl<&u64> for WireU64

Source§

type Output = u64

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

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

Performs the << operation. Read more
Source§

impl Shl<u64> for WireU64

Source§

type Output = u64

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

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

Performs the << operation. Read more
Source§

impl Shl for WireU64

Source§

type Output = u64

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

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

Performs the << operation. Read more
Source§

impl ShlAssign<&WireU64> for WireU64

Source§

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

Performs the <<= operation. Read more
Source§

impl ShlAssign<&u64> for WireU64

Source§

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

Performs the <<= operation. Read more
Source§

impl ShlAssign<u64> for WireU64

Source§

fn shl_assign(&mut self, other: u64)

Performs the <<= operation. Read more
Source§

impl ShlAssign for WireU64

Source§

fn shl_assign(&mut self, other: WireU64)

Performs the <<= operation. Read more
Source§

impl Shr<&WireU64> for WireU64

Source§

type Output = u64

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

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

Performs the >> operation. Read more
Source§

impl Shr<&u64> for WireU64

Source§

type Output = u64

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

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

Performs the >> operation. Read more
Source§

impl Shr<u64> for WireU64

Source§

type Output = u64

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

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

Performs the >> operation. Read more
Source§

impl Shr for WireU64

Source§

type Output = u64

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

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

Performs the >> operation. Read more
Source§

impl ShrAssign<&WireU64> for WireU64

Source§

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

Performs the >>= operation. Read more
Source§

impl ShrAssign<&u64> for WireU64

Source§

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

Performs the >>= operation. Read more
Source§

impl ShrAssign<u64> for WireU64

Source§

fn shr_assign(&mut self, other: u64)

Performs the >>= operation. Read more
Source§

impl ShrAssign for WireU64

Source§

fn shr_assign(&mut self, other: WireU64)

Performs the >>= operation. Read more
Source§

impl Sub<&WireU64> for WireU64

Source§

type Output = u64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<&u64> for WireU64

Source§

type Output = u64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub<u64> for WireU64

Source§

type Output = u64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl Sub for WireU64

Source§

type Output = u64

The resulting type after applying the - operator.
Source§

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

Performs the - operation. Read more
Source§

impl SubAssign<&WireU64> for WireU64

Source§

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

Performs the -= operation. Read more
Source§

impl SubAssign<&u64> for WireU64

Source§

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

Performs the -= operation. Read more
Source§

impl SubAssign<u64> for WireU64

Source§

fn sub_assign(&mut self, other: u64)

Performs the -= operation. Read more
Source§

impl SubAssign for WireU64

Source§

fn sub_assign(&mut self, other: WireU64)

Performs the -= operation. Read more
Source§

impl Sum for WireU64

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<WireU64> for WireU64

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: &WireU64) -> WireU64

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

impl TryFrom<usize> for WireU64

Source§

type Error = <u64 as TryFrom<usize>>::Error

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

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

Performs the conversion.
Source§

impl TryFromBytes for WireU64
where u64: 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 WireU64

Source§

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

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

impl UpperHex for WireU64

Source§

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

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

impl ZeroPadding for WireU64

Source§

unsafe fn zero_padding(_: *mut Self)

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

impl Copy for WireU64

Source§

impl Eq for WireU64