Enum ssvm_evmc_sys::_bindgen_ty_1 [−][src]
#[repr(u32)]
pub enum _bindgen_ty_1 {
EVMC_ABI_VERSION,
}
Variants
EVMC_ABI_VERSION
The EVMC ABI version number of the interface declared in this file.
The EVMC ABI version always equals the major version number of the EVMC project. The Host SHOULD check if the ABI versions match when dynamically loading VMs.
@see @ref versioning
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _bindgen_ty_1
impl Send for _bindgen_ty_1
impl Sync for _bindgen_ty_1
impl Unpin for _bindgen_ty_1
impl UnwindSafe for _bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more