Enum cretonne_codegen::settings::CallConv [] [src]

pub enum CallConv {
    Fast,
    Cold,
    SystemV,
    Fastcall,
    Baldrdash,
    Probestack,
}

Values for shared.call_conv.

Variants

fast.

cold.

system_v.

fastcall.

baldrdash.

probestack.

Trait Implementations

impl Debug for CallConv
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for CallConv
[src]

impl Clone for CallConv
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CallConv
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for CallConv
[src]

impl Hash for CallConv
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for CallConv
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for CallConv
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for CallConv

impl Sync for CallConv