Struct wasm_bindgen_backend::ast::ImportFunction[][src]

pub struct ImportFunction {
    pub function: Function,
    pub rust_name: Ident,
    pub js_ret: Option<Type>,
    pub catch: bool,
    pub variadic: bool,
    pub structural: bool,
    pub kind: ImportFunctionKind,
    pub shim: Ident,
    pub doc_comment: Option<String>,
}

Fields

Trait Implementations

impl Clone for ImportFunction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl TryToTokens for ImportFunction
[src]

impl ImportedTypes for ImportFunction
[src]

Auto Trait Implementations