Enum wasmtime_environ::wasmparser::RelocType [−][src]
pub enum RelocType {
FunctionIndexLEB,
TableIndexSLEB,
TableIndexI32,
GlobalAddrLEB,
GlobalAddrSLEB,
GlobalAddrI32,
TypeIndexLEB,
GlobalIndexLEB,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RelocType
impl UnwindSafe for RelocType
Blanket Implementations
Mutably borrows from an owned value. Read more