Trait elrond::SectionAttributes [] [src]

pub trait SectionAttributes {
    fn get_attributes<'a>(&'a self) -> &'a [SectMemAttrib];

    fn is_exec_instr(&self) -> bool { ... }
fn is_write(&self) -> bool { ... }
fn is_alloc(&self) -> bool { ... }
fn is_mask_os(&self) -> bool { ... }
fn is_mask_proc(&self) -> bool { ... } }

Required Methods

Provided Methods

Implementors