Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ deref_mut
Method
deref_mut
zeroize/tests/zeroize_derive.rs:307–309 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
305
306
impl core::ops::DerefMut for X {
307
fn deref_mut(&mut self) -> &mut Self::Target {
308
&mut self.0
309
}
310
}
311
312
#[derive(Zeroize, ZeroizeOnDrop)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected