pub trait TypeLevelCallingMode {
    const VALUE: CallingMode;
}
Expand description

Calling mode for the FarCall opcodes.

Required Associated Constants§

source

const VALUE: CallingMode

Constant corresponding to this mode allowing to easily match it.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl TypeLevelCallingMode for Delegate

source§

const VALUE: CallingMode = CallingMode::Delegate

source§

impl TypeLevelCallingMode for Mimic

source§

const VALUE: CallingMode = CallingMode::Mimic

source§

impl TypeLevelCallingMode for Normal

source§

const VALUE: CallingMode = CallingMode::Normal