diff --git a/src/layer/common.rs b/src/layer/common.rs index 6ffdc66..6d2393f 100644 --- a/src/layer/common.rs +++ b/src/layer/common.rs @@ -12,7 +12,7 @@ pub struct RelativePositions { } #[binrw] -#[derive(Debug)] +#[derive(Debug, Clone, Copy)] #[brw(little)] #[repr(C)] #[allow(dead_code)] // most of the fields are unused at the moment