#[repr(packed)]pub struct PackedFingerprint(Fingerprint);
Tuple Fields
0: Fingerprint
Trait Implementations
sourceimpl Clone for PackedFingerprint
impl Clone for PackedFingerprint
sourcefn clone(&self) -> PackedFingerprint
fn clone(&self) -> PackedFingerprint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PackedFingerprint
impl Debug for PackedFingerprint
sourceimpl Display for PackedFingerprint
impl Display for PackedFingerprint
sourceimpl<E: Encoder> Encodable<E> for PackedFingerprint
impl<E: Encoder> Encodable<E> for PackedFingerprint
sourceimpl From<Fingerprint> for PackedFingerprint
impl From<Fingerprint> for PackedFingerprint
sourcefn from(f: Fingerprint) -> PackedFingerprint
fn from(f: Fingerprint) -> PackedFingerprint
Converts to this type from the input type.
sourceimpl From<PackedFingerprint> for Fingerprint
impl From<PackedFingerprint> for Fingerprint
sourcefn from(f: PackedFingerprint) -> Fingerprint
fn from(f: PackedFingerprint) -> Fingerprint
Converts to this type from the input type.
sourceimpl Hash for PackedFingerprint
impl Hash for PackedFingerprint
sourceimpl Ord for PackedFingerprint
impl Ord for PackedFingerprint
sourceimpl PartialEq<PackedFingerprint> for PackedFingerprint
impl PartialEq<PackedFingerprint> for PackedFingerprint
sourcefn eq(&self, other: &PackedFingerprint) -> bool
fn eq(&self, other: &PackedFingerprint) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &PackedFingerprint) -> bool
fn ne(&self, other: &PackedFingerprint) -> bool
This method tests for !=
.
sourceimpl PartialOrd<PackedFingerprint> for PackedFingerprint
impl PartialOrd<PackedFingerprint> for PackedFingerprint
sourcefn partial_cmp(&self, other: &PackedFingerprint) -> Option<Ordering>
fn partial_cmp(&self, other: &PackedFingerprint) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn le(&self, other: &Rhs) -> bool
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
impl Copy for PackedFingerprint
impl Eq for PackedFingerprint
impl StructuralEq for PackedFingerprint
impl StructuralPartialEq for PackedFingerprint
Auto Trait Implementations
impl RefUnwindSafe for PackedFingerprint
impl Send for PackedFingerprint
impl Sync for PackedFingerprint
impl Unpin for PackedFingerprint
impl UnwindSafe for PackedFingerprint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
impl<'a, T> Captures<'a> for T where
T: ?Sized,
impl<T> Erased for T
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