Enum object::SectionFlags [−][src]
pub enum SectionFlags { None, Elf { sh_flags: u64, }, MachO { flags: u32, }, Coff { characteristics: u32, }, }
Section flags that are specific to each file format.
Variants
No section flags.
ELF section flags.
Mach-O section flags.
COFF section flags.
Trait Implementations
impl Clone for SectionFlags
[src]
impl Clone for SectionFlags
[src]fn clone(&self) -> SectionFlags
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl PartialEq<SectionFlags> for SectionFlags
[src]
impl PartialEq<SectionFlags> for SectionFlags
[src]