derive Copy/Clone for Harrogate when practical

This commit is contained in:
Tangent Wantwight 2019-11-23 17:45:34 -05:00
parent 6f99a48954
commit f64cea6825
1 changed files with 1 additions and 0 deletions

View File

@ -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,