Struct wast::TypeUse [−][src]
A reference to a type defined in this module.
Fields
index: Option<ItemRef<'a, type>>
The type that we’re referencing, if it was present.
inline: Option<T>
The inline type, if present.
Implementations
impl<'a, T> TypeUse<'a, T>
[src]
impl<'a, T> TypeUse<'a, T>
[src]pub fn new_with_index(idx: Index<'a>) -> TypeUse<'a, T>
[src]
Constructs a new instance of TypeUse
without an inline definition but
with an index specified.
Trait Implementations
impl<'a> From<TypeUse<'a, FunctionTypeNoNames<'a>>> for TypeUse<'a, FunctionType<'a>>
[src]
impl<'a> From<TypeUse<'a, FunctionTypeNoNames<'a>>> for TypeUse<'a, FunctionType<'a>>
[src]fn from(
src: TypeUse<'a, FunctionTypeNoNames<'a>>
) -> TypeUse<'a, FunctionType<'a>>
[src]
src: TypeUse<'a, FunctionTypeNoNames<'a>>
) -> TypeUse<'a, FunctionType<'a>>
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for TypeUse<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for TypeUse<'a, T> where
T: Send,
T: Send,
impl<'a, T> Sync for TypeUse<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for TypeUse<'a, T> where
T: Unpin,
T: Unpin,
impl<'a, T> UnwindSafe for TypeUse<'a, T> where
T: UnwindSafe,
T: UnwindSafe,