Struct wast_encoder::WasiParameter
source · pub struct WasiParameter {
pub name: Arc<str>,
pub type: WasiType,
}
Fields§
§name: Arc<str>
§type: WasiType
Implementations§
Trait Implementations§
source§impl AddAssign<WasiParameter> for WasiFunction
impl AddAssign<WasiParameter> for WasiFunction
source§fn add_assign(&mut self, rhs: WasiParameter)
fn add_assign(&mut self, rhs: WasiParameter)
Performs the
+=
operation. Read moresource§impl Clone for WasiParameter
impl Clone for WasiParameter
source§fn clone(&self) -> WasiParameter
fn clone(&self) -> WasiParameter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for WasiParameter
impl Send for WasiParameter
impl Sync for WasiParameter
impl Unpin for WasiParameter
impl UnwindSafe for WasiParameter
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