#[repr(u32)]pub enum FileType {
Show 26 variants
BIN = 2,
DRV = 3,
WIN = 4,
HEX = 5,
MEX = 6,
LX = 7,
LE = 8,
NLM = 9,
COFF = 10,
PE = 11,
OMF = 12,
SREC = 13,
ZIP = 14,
OMFLIB = 15,
AR = 16,
LOADER = 17,
ELF = 18,
W32RUN = 19,
AOUT = 20,
PRC = 21,
EXE = 22,
COM = 23,
AIXAR = 24,
MACHO = 25,
PSXOBJ = 26,
MD1IMG = 27,
// some variants omitted
}
Variants§
BIN = 2
DRV = 3
WIN = 4
HEX = 5
MEX = 6
LX = 7
LE = 8
NLM = 9
COFF = 10
PE = 11
OMF = 12
SREC = 13
ZIP = 14
OMFLIB = 15
AR = 16
LOADER = 17
ELF = 18
W32RUN = 19
AOUT = 20
PRC = 21
EXE = 22
COM = 23
AIXAR = 24
MACHO = 25
PSXOBJ = 26
MD1IMG = 27
Trait Implementations§
Source§impl Ord for FileType
impl Ord for FileType
Source§impl PartialOrd for FileType
impl PartialOrd for FileType
impl Copy for FileType
impl Eq for FileType
impl StructuralPartialEq for FileType
Auto Trait Implementations§
impl Freeze for FileType
impl RefUnwindSafe for FileType
impl Send for FileType
impl Sync for FileType
impl Unpin for FileType
impl UnwindSafe for FileType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more