Struct wast::FuncBindType [−][src]
pub struct FuncBindType<'a> {
pub ty: TypeUse<'a, FunctionType<'a>>,
}Expand description
Extra information associated with the func.bind instruction.
Fields
ty: TypeUse<'a, FunctionType<'a>>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FuncBindType<'a>impl<'a> Send for FuncBindType<'a>impl<'a> Sync for FuncBindType<'a>impl<'a> Unpin for FuncBindType<'a>impl<'a> UnwindSafe for FuncBindType<'a>