pub struct TargetRuntime {
pub create_symbol: &'static str,
pub call_symbol: &'static str,
pub return_symbol: &'static str,
}
Fields§
§create_symbol: &'static str
§call_symbol: &'static str
§return_symbol: &'static str
Implementations§
Source§impl TargetRuntime
impl TargetRuntime
pub fn higgsfield() -> TargetRuntime
pub fn pswasm() -> TargetRuntime
Auto Trait Implementations§
impl Freeze for TargetRuntime
impl RefUnwindSafe for TargetRuntime
impl Send for TargetRuntime
impl Sync for TargetRuntime
impl Unpin for TargetRuntime
impl UnwindSafe for TargetRuntime
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