Struct jit::ReadElfError [] [src]

pub struct ReadElfError<'a> {
    // some fields omitted
}

An error from trying to open the ELF, including the filename

Trait Implementations

impl<'a> Display for ReadElfError<'a>

fn fmt(&self, fmt: &mut Formatter) -> Result

Derived Implementations

impl<'a> Copy for ReadElfError<'a>

impl<'a> Clone for ReadElfError<'a>

fn clone(&self) -> ReadElfError<'a>

fn clone_from(&mut self, source: &Self)