#[repr(C, align(8))]pub struct HashCodeScrambler_SipHasher {
pub _bindgen_opaque_blob: [u64; 4],
}
Fields§
§_bindgen_opaque_blob: [u64; 4]
Trait Implementations§
Source§impl Clone for HashCodeScrambler_SipHasher
impl Clone for HashCodeScrambler_SipHasher
Source§fn clone(&self) -> HashCodeScrambler_SipHasher
fn clone(&self) -> HashCodeScrambler_SipHasher
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 HashCodeScrambler_SipHasher
impl Debug for HashCodeScrambler_SipHasher
impl Copy for HashCodeScrambler_SipHasher
impl StructuralPartialEq for HashCodeScrambler_SipHasher
Auto Trait Implementations§
impl Freeze for HashCodeScrambler_SipHasher
impl RefUnwindSafe for HashCodeScrambler_SipHasher
impl Send for HashCodeScrambler_SipHasher
impl Sync for HashCodeScrambler_SipHasher
impl Unpin for HashCodeScrambler_SipHasher
impl UnwindSafe for HashCodeScrambler_SipHasher
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§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more