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 Debug for OsAbi
[src]

Formats the value using the given formatter.