Enum vm::ParamsType[][src]

pub enum ParamsType {
    Embedded,
    Separate,
}

Type of the way parameters encoded

Variants

Parameters are included in code

Parameters are passed in data section

Trait Implementations

impl Clone for ParamsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParamsType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParamsType

impl Sync for ParamsType