Enum wast_encoder::WasiType
source · pub enum WasiType {
}
Variants§
I8
I16
I32
I64
U8
U16
U32
U64
Option
Result
Resource(WasiResource)
Variant(WasiVariant)
TypeHandler
TypeAlias
A referenced type, the real type needs to be found later
Trait Implementations§
source§impl AddAssign<WasiType> for WasiFunction
impl AddAssign<WasiType> for WasiFunction
source§fn add_assign(&mut self, rhs: WasiType)
fn add_assign(&mut self, rhs: WasiType)
Performs the
+=
operation. Read moreAuto Trait Implementations§
impl RefUnwindSafe for WasiType
impl Send for WasiType
impl Sync for WasiType
impl Unpin for WasiType
impl UnwindSafe for WasiType
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