Enum ssvm_evmc_sys::evmc_set_option_result [−][src]
#[repr(u32)]
pub enum evmc_set_option_result {
EVMC_SET_OPTION_SUCCESS,
EVMC_SET_OPTION_INVALID_NAME,
EVMC_SET_OPTION_INVALID_VALUE,
}
Expand description
Possible outcomes of evmc_set_option.
Variants
EVMC_SET_OPTION_SUCCESS
EVMC_SET_OPTION_INVALID_NAME
EVMC_SET_OPTION_INVALID_VALUE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for evmc_set_option_result
impl Send for evmc_set_option_result
impl Sync for evmc_set_option_result
impl Unpin for evmc_set_option_result
impl UnwindSafe for evmc_set_option_result
Blanket Implementations
Mutably borrows from an owned value. Read more