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

Method clone

block-buffer/src/read.rs:33–36  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31impl<BS: BlockSizes> Clone for ReadBuffer<BS> {
32 #[inline]
33 fn clone(&self) -> Self {
34 let buffer = self.buffer.clone();
35 Self { buffer }
36 }
37}
38
39impl<BS: BlockSizes> ReadBuffer<BS> {

Callers 2

serializeMethod · 0.45
deserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected