[][src]Constant goblin::pe::section_table::IMAGE_SCN_TYPE_NO_PAD

pub const IMAGE_SCN_TYPE_NO_PAD: u32 = 0x0000_0008;

The section should not be padded to the next boundary. This flag is obsolete and is replaced by IMAGE_SCN_ALIGN_1BYTES. This is valid only for object files.