diff --git a/src/lib.rs b/src/lib.rs index fa0d990..5636691 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -67,6 +67,8 @@ impl Default for Buffer { } } +impl Copy for Buffer {} + impl Clone for Buffer { #[inline] fn clone(&self) -> Self {