MCPcopy Create free account
hub / github.com/RustCrypto/utils / clone

Method clone

zeroize/src/lib.rs:620–622  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

618impl<Z: Zeroize + Clone> Clone for Zeroizing<Z> {
619 #[inline(always)]
620 fn clone(&self) -> Self {
621 Self(self.0.clone())
622 }
623
624 #[inline(always)]
625 fn clone_from(&mut self, source: &Self) {

Callers 10

keccak_testFunction · 0.45
clonedMethod · 0.45
ct_select_arrayMethod · 0.45
ct_selectMethod · 0.45
derive_zeroize_implFunction · 0.45
visit_pathMethod · 0.45
field_identFunction · 0.45
impl_zeroize_on_dropFunction · 0.45
clone_inMethod · 0.45

Calls

no outgoing calls

Tested by 1

keccak_testFunction · 0.36