DoxigAlpha

isCode

Function parameters

Parameters

#

Type definitions in this namespace

Types

#
ImportHintNameEntry
Every name ends with a NULL byte.

Error sets in this namespace

Error Sets

#

= 0x10b

Values

#

Source

Implementation

#
pub fn isCode(self: SectionHeader) bool {
    return self.flags.CNT_CODE == 0b1;
}