Struct dharitri_wasm::abi::FrameworkBuildAbi
source · pub struct FrameworkBuildAbi {
pub name: &'static str,
pub version: &'static str,
}Expand description
Gives the dharitri-wasm metadata.
Should be instanced via the create associated function.
Fields§
§name: &'static str§version: &'static strImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FrameworkBuildAbi
impl Send for FrameworkBuildAbi
impl Sync for FrameworkBuildAbi
impl Unpin for FrameworkBuildAbi
impl UnwindSafe for FrameworkBuildAbi
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