Struct wasmedge_sys::plugin::PluginVersion
source · Expand description
Defines the version of a plugin.
Fields§
§major: u32
§minor: u32
§patch: u32
§build: u32
Implementations§
Trait Implementations§
source§impl Debug for PluginVersion
impl Debug for PluginVersion
source§impl From<PluginVersion> for WasmEdge_PluginVersionData
impl From<PluginVersion> for WasmEdge_PluginVersionData
source§fn from(value: PluginVersion) -> Self
fn from(value: PluginVersion) -> Self
Converts to this type from the input type.