(&self)
| 31 | impl<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 | |
| 39 | impl<BS: BlockSizes> ReadBuffer<BS> { |
no outgoing calls
no test coverage detected