Enum wast::StorageType [−][src]
pub enum StorageType<'a> {
I8,
I16,
Val(ValType<'a>),
}Expand description
The types of values that may be used in a struct or array.
Variants
Val(ValType<'a>)Tuple Fields of Val
0: ValType<'a>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for StorageType<'a>
impl<'a> Send for StorageType<'a>
impl<'a> Sync for StorageType<'a>
impl<'a> Unpin for StorageType<'a>
impl<'a> UnwindSafe for StorageType<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more