pub enum ValType {
Show 14 variants
String,
Externref,
S8,
S16,
S32,
S64,
I32,
I64,
U8,
U16,
U32,
U64,
F32,
F64,
}Expand description
Possible value types that can be used in function signatures and such.
Variants§
Trait Implementations§
impl Eq for ValType
impl StructuralPartialEq for ValType
Auto Trait Implementations§
impl Freeze for ValType
impl RefUnwindSafe for ValType
impl Send for ValType
impl Sync for ValType
impl Unpin for ValType
impl UnwindSafe for ValType
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