Struct rustc_data_structures::sip128::SipHasher128 [−][src]
#[repr(C)]pub struct SipHasher128 {
nbuf: usize,
buf: [MaybeUninit<u64>; 9],
state: State,
processed: usize,
}
Fields
nbuf: usize
buf: [MaybeUninit<u64>; 9]
state: State
processed: usize
Implementations
Trait Implementations
Writes a single usize
into this hasher.
Writes a single isize
into this hasher.
Writes a single u128
into this hasher.
Writes a single i128
into this hasher.
Auto Trait Implementations
impl RefUnwindSafe for SipHasher128
impl Send for SipHasher128
impl Sync for SipHasher128
impl Unpin for SipHasher128
impl UnwindSafe for SipHasher128
Blanket Implementations
Mutably borrows from an owned value. Read more
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: 120 bytes