repeat after me: Clone, Copy, Debug
This commit is contained in:
parent
d61db93c15
commit
1279a59c9f
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ use super::{
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Classifying memory accesses
|
/// Classifying memory accesses
|
||||||
|
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||||
pub enum MemoryAccess {
|
pub enum MemoryAccess {
|
||||||
Read,
|
Read,
|
||||||
Write,
|
Write,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue