Trait elrond::Class [] [src]

pub trait Class {
    fn get_class(&self) -> ElfClass;

    fn is_32bits(&self) -> bool { ... }
fn is_64bits(&self) -> bool { ... } }

Required Methods

Provided Methods

Implementors