Struct 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more