Skip to content

Commit c01e7d2

Browse files
committed
Derive Clone and Copy for Status
1 parent aaf6f24 commit c01e7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use libipt_sys::{
99

1010
bitflags! {
1111
/// Status flags for various IntelPT actions
12-
#[derive(Debug)]
12+
#[derive(Debug, Clone, Copy)]
1313
pub struct Status: u32 {
1414
/// There is no more trace data available.
1515
const EOS = pt_status_flag_pts_eos as u32;

0 commit comments

Comments
 (0)