Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
685
impl<Z> Zeroize for Zeroizing<Z>
Callers
4
zeroize
Method · 0.45
asref
Function · 0.45
box_unsized_zeroizing
Function · 0.45
drop
Method · 0.45
Calls
no outgoing calls
Tested by
3
asref
Function · 0.36
box_unsized_zeroizing
Function · 0.36
drop
Method · 0.36