pub struct Xxh64 { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Checksum for Xxh64
impl Checksum for Xxh64
Auto Trait Implementations§
impl Freeze for Xxh64
impl RefUnwindSafe for Xxh64
impl Send for Xxh64
impl Sync for Xxh64
impl Unpin for Xxh64
impl UnsafeUnpin for Xxh64
impl UnwindSafe for Xxh64
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