hex_patch/headers/
bitness.rs

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