Struct blake2s_simd::many::HashManyJob
source · pub struct HashManyJob<'a> { /* private fields */ }
Expand description
Implementations§
source§impl<'a> HashManyJob<'a>
impl<'a> HashManyJob<'a>
Trait Implementations§
source§impl<'a> Clone for HashManyJob<'a>
impl<'a> Clone for HashManyJob<'a>
source§fn clone(&self) -> HashManyJob<'a>
fn clone(&self) -> HashManyJob<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more