This commit is contained in:
Theron 2020-01-09 22:20:31 -06:00
parent a9582cc240
commit 7fadf62e40
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pub trait Mapper {
fn get_mirroring(&mut self) -> Mirror;
}
#[derive(Copy, PartialEq)]
#[derive(Copy, Clone, PartialEq)]
pub enum Mirror {
LowBank,
HighBank,