hex_patch/headers/
bitness.rs

1
2
3
4
5
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Bitness {
    Bit32,
    Bit64,
}