Trait elrond::SectionType
[−]
[src]
pub trait SectionType { fn get_section_type(&self) -> SectionKind; fn is_null(&self) -> bool { ... } fn is_progbits(&self) -> bool { ... } fn is_sym_tab(&self) -> bool { ... } fn is_str_tab(&self) -> bool { ... } fn is_rela(&self) -> bool { ... } fn is_hash(&self) -> bool { ... } fn is_dynamic(&self) -> bool { ... } fn is_note(&self) -> bool { ... } fn is_no_bits(&self) -> bool { ... } fn is_rel(&self) -> bool { ... } fn is_shlib(&self) -> bool { ... } fn is_dyn_sym(&self) -> bool { ... } fn is_lo_os(&self) -> bool { ... } fn is_hi_os(&self) -> bool { ... } fn is_low_proc(&self) -> bool { ... } fn is_hi_proc(&self) -> bool { ... } fn is_unknown(&self) -> bool { ... } fn get_unknown(&self) -> Option<u32> { ... } }
Required Methods
fn get_section_type(&self) -> SectionKind
Provided Methods
fn is_null(&self) -> bool
fn is_progbits(&self) -> bool
fn is_sym_tab(&self) -> bool
fn is_str_tab(&self) -> bool
fn is_rela(&self) -> bool
fn is_hash(&self) -> bool
fn is_dynamic(&self) -> bool
fn is_note(&self) -> bool
fn is_no_bits(&self) -> bool
fn is_rel(&self) -> bool
fn is_shlib(&self) -> bool
fn is_dyn_sym(&self) -> bool
fn is_lo_os(&self) -> bool
fn is_hi_os(&self) -> bool
fn is_low_proc(&self) -> bool
fn is_hi_proc(&self) -> bool
fn is_unknown(&self) -> bool
fn get_unknown(&self) -> Option<u32>
Implementors
impl SectionType for SectionKind