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

Method as_mut

zeroize/src/lib.rs:680–682  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

678{
679 #[inline(always)]
680 fn as_mut(&mut self) -> &mut T {
681 self.0.as_mut()
682 }
683}
684
685impl<Z> Zeroize for Zeroizing<Z>

Callers 4

zeroizeMethod · 0.45
asrefFunction · 0.45
box_unsized_zeroizingFunction · 0.45
dropMethod · 0.45

Calls

no outgoing calls

Tested by 3

asrefFunction · 0.36
box_unsized_zeroizingFunction · 0.36
dropMethod · 0.36