pub struct Blake2bCpuImpl;Expand description
Implementation of blake2b using CPU.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Blake2bCpuImpl
impl RefUnwindSafe for Blake2bCpuImpl
impl Send for Blake2bCpuImpl
impl Sync for Blake2bCpuImpl
impl Unpin for Blake2bCpuImpl
impl UnwindSafe for Blake2bCpuImpl
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