Struct wasmedge_sys::plugin::PluginVersion
source · pub struct PluginVersion {
pub major: u32,
pub minor: u32,
pub patch: u32,
pub build: u32,
}
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.
Auto Trait Implementations§
impl RefUnwindSafe for PluginVersion
impl Send for PluginVersion
impl Sync for PluginVersion
impl Unpin for PluginVersion
impl UnwindSafe for PluginVersion
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