pub enum WasiSymbolType {
Function,
Type,
Memory,
Table,
Global,
Instance,
Module,
Component,
}Expand description
符号类型枚举
Variants§
Trait Implementations§
Source§impl Clone for WasiSymbolType
impl Clone for WasiSymbolType
Source§fn clone(&self) -> WasiSymbolType
fn clone(&self) -> WasiSymbolType
Returns a duplicate 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 Freeze for WasiSymbolType
impl RefUnwindSafe for WasiSymbolType
impl Send for WasiSymbolType
impl Sync for WasiSymbolType
impl Unpin for WasiSymbolType
impl UnsafeUnpin for WasiSymbolType
impl UnwindSafe for WasiSymbolType
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