Struct wasmedge_sys::ffi::WasmEdge_PluginDescriptor
source · #[repr(C)]pub struct WasmEdge_PluginDescriptor {
pub Name: *const c_char,
pub Description: *const c_char,
pub APIVersion: u32,
pub Version: WasmEdge_PluginVersionData,
pub ModuleCount: u32,
pub ProgramOptionCount: u32,
pub ModuleDescriptions: *mut WasmEdge_ModuleDescriptor,
pub ProgramOptions: *mut WasmEdge_ProgramOption,
}Expand description
Plugin descriptor for plugins.
Fields§
§Name: *const c_char§Description: *const c_char§APIVersion: u32§Version: WasmEdge_PluginVersionData§ModuleCount: u32§ProgramOptionCount: u32§ModuleDescriptions: *mut WasmEdge_ModuleDescriptor§ProgramOptions: *mut WasmEdge_ProgramOptionTrait Implementations§
source§impl Clone for WasmEdge_PluginDescriptor
impl Clone for WasmEdge_PluginDescriptor
source§fn clone(&self) -> WasmEdge_PluginDescriptor
fn clone(&self) -> WasmEdge_PluginDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more