Home
last modified time | relevance | path

Searched defs:Zeroizing (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/zeroize/src/
Dlib.rs646 pub struct Zeroizing<Z: Zeroize>(Z); struct
648 impl<Z> Zeroizing<Z> impl
660 impl<Z: Zeroize + Clone> Clone for Zeroizing<Z> { implementation
673 impl<Z> From<Z> for Zeroizing<Z> implementation
683 impl<Z> ops::Deref for Zeroizing<Z> implementation
695 impl<Z> ops::DerefMut for Zeroizing<Z> implementation
705 impl<T, Z> AsRef<T> for Zeroizing<Z> implementation
716 impl<T, Z> AsMut<T> for Zeroizing<Z> implementation
727 impl<Z> Zeroize for Zeroizing<Z> implementation
736 impl<Z> ZeroizeOnDrop for Zeroizing<Z> where Z: Zeroize {} implementation
[all …]