pub struct SipHasher128Hash(pub [u64; 2]);Expand description
Hashing result of SipHasher128
Tuple Fields§
§0: [u64; 2]Trait Implementations§
Source§impl Clone for SipHasher128Hash
impl Clone for SipHasher128Hash
Source§fn clone(&self) -> SipHasher128Hash
fn clone(&self) -> SipHasher128Hash
Returns a duplicate 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 SipHasher128Hash
impl Debug for SipHasher128Hash
Source§impl PartialEq for SipHasher128Hash
impl PartialEq for SipHasher128Hash
impl Copy for SipHasher128Hash
impl Eq for SipHasher128Hash
impl StructuralPartialEq for SipHasher128Hash
Auto Trait Implementations§
impl Freeze for SipHasher128Hash
impl RefUnwindSafe for SipHasher128Hash
impl Send for SipHasher128Hash
impl Sync for SipHasher128Hash
impl Unpin for SipHasher128Hash
impl UnwindSafe for SipHasher128Hash
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