/// Define the architecture for the binary
////// class defined possible value for a binary
/// Its store in the fifth byte of the identifaction 16 bits called `e_ident`
pubstructClass{}implClass{/// Invalid class
pubconstNONE:u8=0;/// 32 bits object
pubconstELF32:u8=1;/// 32 bits object
pubconstELF64:u8=2;}