Type Alias wasmedge_sys::ffi::WasmEdge_ProgramOptionType
source · pub type WasmEdge_ProgramOptionType = c_uint;
Expand description
Type of option value.
Trait Implementations§
source§impl From<ProgramOptionType> for WasmEdge_ProgramOptionType
impl From<ProgramOptionType> for WasmEdge_ProgramOptionType
source§fn from(value: ProgramOptionType) -> Self
fn from(value: ProgramOptionType) -> Self
Converts to this type from the input type.