fix: Add missing Copy derive
This commit is contained in:
parent
5a5b1bbb05
commit
c43ab92326
@ -167,6 +167,7 @@ impl TryFrom<usize> for Arch {
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
#[derive(Copy, Clone)]
|
||||
#[repr(C)]
|
||||
pub struct Mode: i32 {
|
||||
const LITTLE_ENDIAN = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user