MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / from

Method from

winch/codegen/src/masm.rs:364–366  ·  view source on GitHub ↗
(value: Extend<Zero>)

Source from the content-addressed store, hash-verified

362
363impl From<Extend<Zero>> for ExtendKind {
364 fn from(value: Extend<Zero>) -> Self {
365 ExtendKind::Unsigned(value)
366 }
367}
368
369impl<T: ExtendType> Extend<T> {

Callers

nothing calls this directly

Calls 2

SignedEnum · 0.85
RegClass · 0.50

Tested by

no test coverage detected