Struct gear_pwasm_utils::TargetSymbols
source · pub struct TargetSymbols {
pub create: &'static str,
pub call: &'static str,
pub ret: &'static str,
}
Fields§
§create: &'static str
§call: &'static str
§ret: &'static str
Auto Trait Implementations§
impl RefUnwindSafe for TargetSymbols
impl Send for TargetSymbols
impl Sync for TargetSymbols
impl Unpin for TargetSymbols
impl UnwindSafe for TargetSymbols
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