enumstd.Build.Step.ObjCopy.RawFormat[src]

Fields

bin
hex
elf

Source Code

Source code
pub const RawFormat = enum {
    bin,
    hex,
    elf,
}