fix: Add missing Copy derive

This commit is contained in:
Mark Giraud 2023-07-26 09:58:09 +02:00
parent 5a5b1bbb05
commit c43ab92326
No known key found for this signature in database
GPG Key ID: 1C0A1EDE9B8335F4

View File

@ -167,6 +167,7 @@ impl TryFrom<usize> for Arch {
}
bitflags! {
#[derive(Copy, Clone)]
#[repr(C)]
pub struct Mode: i32 {
const LITTLE_ENDIAN = 0;