Enum cranelift_codegen::settings::CallConv[][src]

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

Values for shared.call_conv.

Variants

fast.

cold.

system_v.

windows_fastcall.

baldrdash.

probestack.

Trait Implementations

impl Debug for CallConv
[src]

Formats the value using the given formatter. Read more

impl Copy for CallConv
[src]

impl Clone for CallConv
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CallConv
[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 CallConv
[src]

impl Hash for CallConv
[src]

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

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

impl Display for CallConv
[src]

Formats the value using the given formatter. Read more

impl FromStr for CallConv
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations

impl Send for CallConv

impl Sync for CallConv