derive Copy/Clone for Harrogate when practical
This commit is contained in:
parent
6f99a48954
commit
f64cea6825
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ const PORCH_FRONT_LEN: usize = 150;
|
|||
|
||||
const PORCH_WHITE: Rgb = Rgb(255, 208, 160);
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct Harrogate<PB, PF> {
|
||||
pub porch_back: PB,
|
||||
pub porch_front: PF,
|
||||
|
|
Loading…
Reference in a new issue