Trait elrond::Endian [] [src]

pub trait Endian {
    fn get_endian(&self) -> ElfEndian;

    fn is_little(&self) -> bool { ... }
fn is_big(&self) -> bool { ... } }

Required Methods

Provided Methods

Implementors