#[repr(C)]pub struct Fingerprint(u64, u64);
Tuple Fields§
§0: u64
§1: u64
Implementations§
source§impl Fingerprint
impl Fingerprint
pub const ZERO: Fingerprint = _
pub fn new<A, B>(_0: A, _1: B) -> Fingerprintwhere
A: FingerprintComponent,
B: FingerprintComponent,
pub fn to_smaller_hash(&self) -> Hash64
pub fn split(&self) -> (Hash64, Hash64)
pub fn combine(self, other: Fingerprint) -> Fingerprint
pub(crate) fn as_u128(self) -> u128
pub fn combine_commutative(self, other: Fingerprint) -> Fingerprint
pub fn to_hex(&self) -> String
pub fn to_le_bytes(&self) -> [u8; 16]
pub fn from_le_bytes(bytes: [u8; 16]) -> Fingerprint
Trait Implementations§
source§impl Clone for Fingerprint
impl Clone for Fingerprint
source§fn clone(&self) -> Fingerprint
fn clone(&self) -> Fingerprint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Fingerprint
impl Debug for Fingerprint
source§impl Display for Fingerprint
impl Display for Fingerprint
source§impl From<Fingerprint> for PackedFingerprint
impl From<Fingerprint> for PackedFingerprint
source§fn from(f: Fingerprint) -> PackedFingerprint
fn from(f: Fingerprint) -> PackedFingerprint
Converts to this type from the input type.
source§impl From<PackedFingerprint> for Fingerprint
impl From<PackedFingerprint> for Fingerprint
source§fn from(f: PackedFingerprint) -> Fingerprint
fn from(f: PackedFingerprint) -> Fingerprint
Converts to this type from the input type.
source§impl FromStableHash for Fingerprint
impl FromStableHash for Fingerprint
type Hash = SipHasher128Hash
source§impl Hash for Fingerprint
impl Hash for Fingerprint
source§impl<CTX> HashStable<CTX> for Fingerprint
impl<CTX> HashStable<CTX> for Fingerprint
fn hash_stable(&self, _: &mut CTX, hasher: &mut StableHasher)
source§impl Ord for Fingerprint
impl Ord for Fingerprint
source§fn cmp(&self, other: &Fingerprint) -> Ordering
fn cmp(&self, other: &Fingerprint) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for Fingerprint
impl PartialEq for Fingerprint
source§impl PartialOrd for Fingerprint
impl PartialOrd for Fingerprint
source§impl StableOrd for Fingerprint
impl StableOrd for Fingerprint
const CAN_USE_UNSTABLE_SORT: bool = true
source§const THIS_IMPLEMENTATION_HAS_BEEN_TRIPLE_CHECKED: () = ()
const THIS_IMPLEMENTATION_HAS_BEEN_TRIPLE_CHECKED: () = ()
Marker to ensure that implementors have carefully considered
whether their
Ord
implementation obeys this trait’s contract.impl Copy for Fingerprint
impl Eq for Fingerprint
impl StructuralPartialEq for Fingerprint
Auto Trait Implementations§
impl Freeze for Fingerprint
impl RefUnwindSafe for Fingerprint
impl Send for Fingerprint
impl Sync for Fingerprint
impl Unpin for Fingerprint
impl UnwindSafe for Fingerprint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> StableCompare for Twhere
T: StableOrd,
impl<T> StableCompare for Twhere
T: StableOrd,
const CAN_USE_UNSTABLE_SORT: bool = const CAN_USE_UNSTABLE_SORT: bool = T::CAN_USE_UNSTABLE_SORT;
fn stable_cmp(&self, other: &T) -> Ordering
source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes