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 moresource§impl Debug for WasmEdge_PluginDescriptor
impl Debug for WasmEdge_PluginDescriptor
impl Copy for WasmEdge_PluginDescriptor
Auto Trait Implementations§
impl RefUnwindSafe for WasmEdge_PluginDescriptor
impl !Send for WasmEdge_PluginDescriptor
impl !Sync for WasmEdge_PluginDescriptor
impl Unpin for WasmEdge_PluginDescriptor
impl UnwindSafe for WasmEdge_PluginDescriptor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more