pub struct Fnv1a64Hasher { /* private fields */ }
Expand description
A const compatible Fnv1a64 hasher
Implementations§
Source§impl Fnv1a64Hasher
impl Fnv1a64Hasher
Sourcepub fn new() -> Fnv1a64Hasher
pub fn new() -> Fnv1a64Hasher
Create a new hasher with the default basis as state contents
Sourcepub fn digest_bytes(self) -> [u8; 8]
pub fn digest_bytes(self) -> [u8; 8]
Same as digest but as bytes
Trait Implementations§
Source§impl Default for Fnv1a64Hasher
impl Default for Fnv1a64Hasher
Source§fn default() -> Fnv1a64Hasher
fn default() -> Fnv1a64Hasher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Fnv1a64Hasher
impl RefUnwindSafe for Fnv1a64Hasher
impl Send for Fnv1a64Hasher
impl Sync for Fnv1a64Hasher
impl Unpin for Fnv1a64Hasher
impl UnwindSafe for Fnv1a64Hasher
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