Struct rend::unaligned::u64_ube

source ·
#[repr(C, packed(1))]
pub struct u64_ube(/* private fields */);
Expand description

A big-endian unaligned u64 with a guaranteed size of 8 and alignment of 1.

Implementations§

source§

impl u64_ube

source

pub const fn from_native(value: u64) -> Self

Returns a u64_ube containing value.

source

pub const fn to_native(self) -> u64

Returns a u64 with the same value as self.

Trait Implementations§

source§

impl Add<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<&u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<&u64_ube> for u64

§

type Output = u64

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<&u64_ube> for u64_ube

§

type Output = u64

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add<u64_ube> for u64

§

type Output = u64

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl Add for u64_ube

§

type Output = u64

The resulting type after applying the + operator.
source§

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

Performs the + operation. Read more
source§

impl AddAssign<&u64> for u64_ube

source§

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

Performs the += operation. Read more
source§

impl AddAssign<&u64_ube> for u64_ube

source§

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

Performs the += operation. Read more
source§

impl AddAssign<u64> for u64_ube

source§

fn add_assign(&mut self, other: u64)

Performs the += operation. Read more
source§

impl AddAssign for u64_ube

source§

fn add_assign(&mut self, other: u64_ube)

Performs the += operation. Read more
source§

impl Binary for u64_ube

source§

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

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

impl BitAnd<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<&u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<&u64_ube> for u64

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<&u64_ube> for u64_ube

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd<u64_ube> for u64

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAnd for u64_ube

§

type Output = u64

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl BitAndAssign<&u64> for u64_ube

source§

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

Performs the &= operation. Read more
source§

impl BitAndAssign<&u64_ube> for u64_ube

source§

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

Performs the &= operation. Read more
source§

impl BitAndAssign<u64> for u64_ube

source§

fn bitand_assign(&mut self, other: u64)

Performs the &= operation. Read more
source§

impl BitAndAssign for u64_ube

source§

fn bitand_assign(&mut self, other: u64_ube)

Performs the &= operation. Read more
source§

impl BitOr<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&u64_ube> for u64

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<&u64_ube> for u64_ube

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr<u64_ube> for u64

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOr for u64_ube

§

type Output = u64

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl BitOrAssign<&u64> for u64_ube

source§

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

Performs the |= operation. Read more
source§

impl BitOrAssign<&u64_ube> for u64_ube

source§

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

Performs the |= operation. Read more
source§

impl BitOrAssign<u64> for u64_ube

source§

fn bitor_assign(&mut self, other: u64)

Performs the |= operation. Read more
source§

impl BitOrAssign for u64_ube

source§

fn bitor_assign(&mut self, other: u64_ube)

Performs the |= operation. Read more
source§

impl BitXor<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<&u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<&u64_ube> for u64

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<&u64_ube> for u64_ube

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor<u64_ube> for u64

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXor for u64_ube

§

type Output = u64

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl BitXorAssign<&u64> for u64_ube

source§

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

Performs the ^= operation. Read more
source§

impl BitXorAssign<&u64_ube> for u64_ube

source§

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

Performs the ^= operation. Read more
source§

impl BitXorAssign<u64> for u64_ube

source§

fn bitxor_assign(&mut self, other: u64)

Performs the ^= operation. Read more
source§

impl BitXorAssign for u64_ube

source§

fn bitxor_assign(&mut self, other: u64_ube)

Performs the ^= operation. Read more
source§

impl Clone for u64_ube

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 u64_ube

source§

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

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

impl Default for u64_ube

source§

fn default() -> Self

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

impl Display for u64_ube

source§

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

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

impl Div<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl Div<&u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl Div<&u64_ube> for u64

§

type Output = u64

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl Div<&u64_ube> for u64_ube

§

type Output = u64

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl Div<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl Div<u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl Div<u64_ube> for u64

§

type Output = u64

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl Div for u64_ube

§

type Output = u64

The resulting type after applying the / operator.
source§

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

Performs the / operation. Read more
source§

impl DivAssign<&u64> for u64_ube

source§

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

Performs the /= operation. Read more
source§

impl DivAssign<&u64_ube> for u64_ube

source§

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

Performs the /= operation. Read more
source§

impl DivAssign<u64> for u64_ube

source§

fn div_assign(&mut self, other: u64)

Performs the /= operation. Read more
source§

impl DivAssign for u64_ube

source§

fn div_assign(&mut self, other: u64_ube)

Performs the /= operation. Read more
source§

impl<'a> From<&'a u64> for u64_ube

source§

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

Converts to this type from the input type.
source§

impl<'a> From<&'a u64_ube> for u64

source§

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

Converts to this type from the input type.
source§

impl From<u64> for u64_ube

source§

fn from(value: u64) -> Self

Converts to this type from the input type.
source§

impl From<u64_ube> for u64

source§

fn from(value: u64_ube) -> Self

Converts to this type from the input type.
source§

impl FromBytes for u64_ube
where u64: FromBytes,

§

fn ref_from_bytes( source: &[u8], ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout + Immutable,

Interprets the given source as a &Self. Read more
§

fn ref_from_prefix( source: &[u8], ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: KnownLayout + Immutable,

Interprets the prefix of the given source as a &Self without copying. Read more
§

fn ref_from_suffix( source: &[u8], ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, Infallible>>
where Self: Immutable + KnownLayout,

Interprets the suffix of the given bytes as a &Self. Read more
§

fn mut_from_bytes( source: &mut [u8], ) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the given source as a &mut Self. Read more
§

fn mut_from_prefix( source: &mut [u8], ) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the prefix of the given source as a &mut Self without copying. Read more
§

fn mut_from_suffix( source: &mut [u8], ) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, Infallible>>
where Self: IntoBytes + KnownLayout,

Interprets the suffix of the given source as a &mut Self without copying. Read more
§

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 u64_ube
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 u64_ube

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 u64_ube
where u64: IntoBytes,

§

fn as_bytes(&self) -> &[u8]
where Self: Immutable,

Gets the bytes of this value. Read more
§

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

Gets the bytes of this value mutably. Read more
§

fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to dst. Read more
§

fn write_to_prefix( &self, dst: &mut [u8], ) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to the prefix of dst. Read more
§

fn write_to_suffix( &self, dst: &mut [u8], ) -> Result<(), SizeError<&Self, &mut [u8]>>
where Self: Immutable,

Writes a copy of self to the suffix of dst. Read more
source§

impl KnownLayout for u64_ube
where u64: KnownLayout,

§

type PointerMetadata = <u64 as KnownLayout>::PointerMetadata

The type of metadata stored in a pointer to Self. Read more
source§

impl LowerExp for u64_ube

source§

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

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

impl LowerHex for u64_ube

source§

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

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

impl Mul<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&u64_ube> for u64

§

type Output = u64

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<&u64_ube> for u64_ube

§

type Output = u64

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul<u64_ube> for u64

§

type Output = u64

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl Mul for u64_ube

§

type Output = u64

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl MulAssign<&u64> for u64_ube

source§

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

Performs the *= operation. Read more
source§

impl MulAssign<&u64_ube> for u64_ube

source§

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

Performs the *= operation. Read more
source§

impl MulAssign<u64> for u64_ube

source§

fn mul_assign(&mut self, other: u64)

Performs the *= operation. Read more
source§

impl MulAssign for u64_ube

source§

fn mul_assign(&mut self, other: u64_ube)

Performs the *= operation. Read more
source§

impl Not for u64_ube

§

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 u64_ube

source§

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

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

impl Ord for u64_ube

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 + PartialOrd,

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

impl PartialEq<u64> for u64_ube

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<u64_ube> for u64

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for u64_ube

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<u64> for u64_ube

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

This method 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

This method 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

This method 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

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl PartialOrd for u64_ube

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

This method 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

This method 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

This method 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

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Product for u64_ube

source§

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

Method which takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Rem<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl Rem<&u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl Rem<&u64_ube> for u64

§

type Output = u64

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl Rem<&u64_ube> for u64_ube

§

type Output = u64

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl Rem<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl Rem<u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl Rem<u64_ube> for u64

§

type Output = u64

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl Rem for u64_ube

§

type Output = u64

The resulting type after applying the % operator.
source§

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

Performs the % operation. Read more
source§

impl RemAssign<&u64> for u64_ube

source§

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

Performs the %= operation. Read more
source§

impl RemAssign<&u64_ube> for u64_ube

source§

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

Performs the %= operation. Read more
source§

impl RemAssign<u64> for u64_ube

source§

fn rem_assign(&mut self, other: u64)

Performs the %= operation. Read more
source§

impl RemAssign for u64_ube

source§

fn rem_assign(&mut self, other: u64_ube)

Performs the %= operation. Read more
source§

impl Shl<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

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

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

Performs the << operation. Read more
source§

impl Shl<&u64_ube> for &u64_ube

§

type Output = u64

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

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

Performs the << operation. Read more
source§

impl Shl<&u64_ube> for u64

§

type Output = u64

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

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

Performs the << operation. Read more
source§

impl Shl<&u64_ube> for u64_ube

§

type Output = u64

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

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

Performs the << operation. Read more
source§

impl Shl<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

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

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

Performs the << operation. Read more
source§

impl Shl<u64_ube> for &u64_ube

§

type Output = u64

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

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

Performs the << operation. Read more
source§

impl Shl<u64_ube> for u64

§

type Output = u64

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

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

Performs the << operation. Read more
source§

impl Shl for u64_ube

§

type Output = u64

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

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

Performs the << operation. Read more
source§

impl ShlAssign<&u64> for u64_ube

source§

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

Performs the <<= operation. Read more
source§

impl ShlAssign<&u64_ube> for u64_ube

source§

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

Performs the <<= operation. Read more
source§

impl ShlAssign<u64> for u64_ube

source§

fn shl_assign(&mut self, other: u64)

Performs the <<= operation. Read more
source§

impl ShlAssign for u64_ube

source§

fn shl_assign(&mut self, other: u64_ube)

Performs the <<= operation. Read more
source§

impl Shr<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

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

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

Performs the >> operation. Read more
source§

impl Shr<&u64_ube> for &u64_ube

§

type Output = u64

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

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

Performs the >> operation. Read more
source§

impl Shr<&u64_ube> for u64

§

type Output = u64

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

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

Performs the >> operation. Read more
source§

impl Shr<&u64_ube> for u64_ube

§

type Output = u64

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

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

Performs the >> operation. Read more
source§

impl Shr<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

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

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

Performs the >> operation. Read more
source§

impl Shr<u64_ube> for &u64_ube

§

type Output = u64

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

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

Performs the >> operation. Read more
source§

impl Shr<u64_ube> for u64

§

type Output = u64

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

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

Performs the >> operation. Read more
source§

impl Shr for u64_ube

§

type Output = u64

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

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

Performs the >> operation. Read more
source§

impl ShrAssign<&u64> for u64_ube

source§

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

Performs the >>= operation. Read more
source§

impl ShrAssign<&u64_ube> for u64_ube

source§

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

Performs the >>= operation. Read more
source§

impl ShrAssign<u64> for u64_ube

source§

fn shr_assign(&mut self, other: u64)

Performs the >>= operation. Read more
source§

impl ShrAssign for u64_ube

source§

fn shr_assign(&mut self, other: u64_ube)

Performs the >>= operation. Read more
source§

impl Sub<&u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<&u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<&u64_ube> for u64

§

type Output = u64

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<&u64_ube> for u64_ube

§

type Output = u64

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<u64> for &u64_ube

§

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 u64_ube

§

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_ube> for &u64

§

type Output = u64

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<u64_ube> for &u64_ube

§

type Output = u64

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub<u64_ube> for u64

§

type Output = u64

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl Sub for u64_ube

§

type Output = u64

The resulting type after applying the - operator.
source§

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

Performs the - operation. Read more
source§

impl SubAssign<&u64> for u64_ube

source§

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

Performs the -= operation. Read more
source§

impl SubAssign<&u64_ube> for u64_ube

source§

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

Performs the -= operation. Read more
source§

impl SubAssign<u64> for u64_ube

source§

fn sub_assign(&mut self, other: u64)

Performs the -= operation. Read more
source§

impl SubAssign for u64_ube

source§

fn sub_assign(&mut self, other: u64_ube)

Performs the -= operation. Read more
source§

impl Sum for u64_ube

source§

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

Method which takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl TryFrom<u64_ube> for usize

§

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

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

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

Performs the conversion.
source§

impl TryFrom<usize> for u64_ube

§

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 u64_ube
where u64: TryFromBytes,

§

fn try_ref_from_bytes( source: &[u8], ) -> Result<&Self, ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the given source as a &Self. Read more
§

fn try_ref_from_prefix( source: &[u8], ) -> Result<(&Self, &[u8]), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the prefix of the given source as a &Self. Read more
§

fn try_ref_from_suffix( source: &[u8], ) -> Result<(&[u8], &Self), ConvertError<AlignmentError<&[u8], Self>, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>
where Self: KnownLayout + Immutable,

Attempts to interpret the suffix of the given source as a &Self. Read more
§

fn try_mut_from_bytes( bytes: &mut [u8], ) -> Result<&mut Self, ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout,

Attempts to interpret the given source as a &mut Self without copying. Read more
§

fn try_mut_from_prefix( source: &mut [u8], ) -> Result<(&mut Self, &mut [u8]), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout,

Attempts to interpret the prefix of the given source as a &mut Self. Read more
§

fn try_mut_from_suffix( source: &mut [u8], ) -> Result<(&mut [u8], &mut Self), ConvertError<AlignmentError<&mut [u8], Self>, SizeError<&mut [u8], Self>, ValidityError<&mut [u8], Self>>>
where Self: KnownLayout,

Attempts to interpret the suffix of the given source as a &mut Self. Read more
§

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 u64_ube

source§

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

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

impl UpperHex for u64_ube

source§

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

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

impl Copy for u64_ube

source§

impl Eq for u64_ube

source§

impl Immutable for u64_ube
where u64: Immutable,

source§

impl Unaligned for u64_ube

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§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

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

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

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬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<T, U> TryFrom<U> for T
where U: Into<T>,

§

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>,

§

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.