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

Method clone_in

inout/src/inout.rs:102–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100 #[inline(always)]
101 #[must_use]
102 pub fn clone_in(&self) -> T {
103 unsafe { (*self.in_ptr).clone() }
104 }
105}
106
107impl<'a, T> From<&'a mut T> for InOut<'a, 'a, T> {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected