Enum elrond::ABI [] [src]

pub enum ABI {
    SystemV,
    HPUX,
    NetBSD,
    Linux,
    Solaris,
    AIX,
    IRIX,
    FreeBSD,
    OpenBSD,
    OpenVMS,
    NonStopKernel,
    AROS,
    FenixOS,
    CloudABI,
    Sortix,
    StandAlone,
}

Variants

Trait Implementations

impl Copy for ABI
[src]

impl Clone for ABI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ABI
[src]

Formats the value using the given formatter.

impl PartialEq for ABI
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ABI
[src]