Enum vm::ParamsType [−][src]
pub enum ParamsType {
    Embedded,
    Separate,
}Type of the way parameters encoded
Variants
EmbeddedParameters are included in code
SeparateParameters are passed in data section
Trait Implementations
impl Clone for ParamsType[src] 
impl Clone for ParamsTypefn clone(&self) -> ParamsType[src] 
fn clone(&self) -> ParamsTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ParamsType[src] 
impl Debug for ParamsTypeAuto Trait Implementations
impl Send for ParamsType
impl Send for ParamsTypeimpl Sync for ParamsType
impl Sync for ParamsType