Derive more traits for widgets

This commit is contained in:
Joscha 2023-04-08 15:40:14 +02:00
parent 77e72de9ad
commit 007493f136
6 changed files with 10 additions and 1 deletions

View file

@ -90,7 +90,7 @@ impl StackFrame {
}
}
#[derive(Debug, Default)]
#[derive(Debug, Default, Clone)]
pub struct Buffer {
size: Size,
data: Vec<Cell>,