Enum xmas_elf::header::OsAbi [] [src]

pub enum OsAbi {
    SystemV,
    HpUx,
    NetBSD,
    Linux,
    Solaris,
    Aix,
    Irix,
    FreeBSD,
    OpenBSD,
    OpenVMS,
    Other(u8),
}

Variants

Trait Implementations

impl Copy for OsAbi
[src]

impl Clone for OsAbi
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OsAbi
[src]

Formats the value using the given formatter.