pub struct AttoHash { /* private fields */ }
Expand description
Pico sized hasher. It is used in computing deterministic pseudorandom phase hashes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttoHash
impl RefUnwindSafe for AttoHash
impl Send for AttoHash
impl Sync for AttoHash
impl Unpin for AttoHash
impl UnwindSafe for AttoHash
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