We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf6f24 commit c01e7d2Copy full SHA for c01e7d2
src/status.rs
@@ -9,7 +9,7 @@ use libipt_sys::{
9
10
bitflags! {
11
/// Status flags for various IntelPT actions
12
- #[derive(Debug)]
+ #[derive(Debug, Clone, Copy)]
13
pub struct Status: u32 {
14
/// There is no more trace data available.
15
const EOS = pt_status_flag_pts_eos as u32;
0 commit comments