1
Fork 0

repeat after me: Clone, Copy, Debug

This commit is contained in:
Ralf Jung 2018-10-16 18:50:11 +02:00
parent d61db93c15
commit 1279a59c9f

View file

@ -25,6 +25,7 @@ use super::{
};
/// Classifying memory accesses
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum MemoryAccess {
Read,
Write,