wasm-bindgen/api/search-index.js

7 lines
2.9 MiB
JavaScript
Raw Normal View History

var searchIndex = JSON.parse('{\
"js_sys":{"doc":"Bindings to JavaScript\'s standard, built-in objects,…","i":[[3,"Array","js_sys","",null,null],[3,"ArrayIter","","Iterator returned by `Array::iter`",null,null],[3,"ArrayBuffer","","",null,null],[3,"SharedArrayBuffer","","",null,null],[3,"Boolean","","",null,null],[3,"DataView","","",null,null],[3,"Error","","",null,null],[3,"EvalError","","",null,null],[3,"Function","","",null,null],[3,"Generator","","",null,null],[3,"Map","","",null,null],[3,"Iterator","","Any object that conforms to the JS iterator protocol. For…",null,null],[3,"AsyncIterator","","Any object that conforms to the JS async iterator…",null,null],[3,"Iter","","An iterator over the JS `Symbol.iterator` iteration…",null,null],[3,"IntoIter","","An iterator over the JS `Symbol.iterator` iteration…",null,null],[3,"IteratorNext","","The result of calling `next()` on a JS iterator.",null,null],[3,"Number","","",null,null],[3,"Date","","",null,null],[3,"Object","","",null,null],[3,"Proxy","","",null,null],[3,"RangeError","","The `RangeError` object indicates an error when a value is…",null,null],[3,"ReferenceError","","The `ReferenceError` object represents an error when a…",null,null],[3,"RegExp","","",null,null],[3,"Set","","",null,null],[3,"SyntaxError","","A `SyntaxError` is thrown when the JavaScript engine…",null,null],[3,"TypeError","","The `TypeError` object represents an error when a value is…",null,null],[3,"UriError","","The `URIError` object represents an error when a global…",null,null],[3,"WeakMap","","",null,null],[3,"WeakSet","","",null,null],[3,"JsString","","",null,null],[3,"Symbol","","",null,null],[3,"Promise","","The `Promise` object represents the eventual completion…",null,null],[3,"Int8Array","","",null,null],[3,"Int16Array","","",null,null],[3,"Int32Array","","",null,null],[3,"Uint8Array","","",null,null],[3,"Uint8ClampedArray","","",null,null],[3,"Uint16Array","","",null,null],[3,"Uint32Array","","",null,null],[3,"Float32Array","","",null,null],[3,"Float64Array","","",null,null],[5,"decode_uri","","The `decodeURI()` function decodes a Uniform Resource…",null,[[],[["result",4],["jsstring",3],["jsvalue",3]]]],[5,"decode_uri_component","","The `decodeURIComponent()` function decodes a Uniform…",null,[[],[["result",4],["jsstring",3],["jsvalue",3]]]],[5,"encode_uri","","The `encodeURI()` function encodes a Uniform Resource…",null,[[],["jsstring",3]]],[5,"encode_uri_component","","The `encodeURIComponent()` function encodes a Uniform…",null,[[],["jsstring",3]]],[5,"eval","","The `eval()` function evaluates JavaScript code…",null,[[],[["result",4],["jsvalue",3]]]],[5,"is_finite","","The global `isFinite()` function determines whether the…",null,[[["jsvalue",3]]]],[5,"parse_int","","The `parseInt()` function parses a string argument and…",null,[[]]],[5,"parse_float","","The `parseFloat()` function parses an argument and returns…",null,[[]]],[5,"escape","","The `escape()` function computes a new string in which…",null,[[],["jsstring",3]]],[5,"unescape","","The `unescape()` function computes a new string in which…",null,[[],["jsstring",3]]],[5,"try_iter","","Create an iterator over `val` using the JS iteration…",null,[[["jsvalue",3]],[["result",4],["option",4],["jsvalue",3]]]],[5,"global","","Returns a handle to the global scope object.",null,[[],["object",3]]],[0,"Atomics","","The `Atomics` object provides atomic operations as static…",null,null],[5,"add","js_sys::Atomics","The static `Atomics.add()` method adds a given value at a…",null,[[["jsvalue",3]],[["jsvalue",3],["result",4]]]],[5,"and","","The static `Atomics.and()` method computes a bitwise AND…",null,[[["jsvalue",3]],[["jsvalue",3],["result",4]]]],[5,"compare_exchange","","The static `Atomics.compareExchange()` method exchanges a…",null,[[["jsvalue",3]],[["jsvalue",3],["result",4]]]],[5,"exchange","","The static `Atomics.exchange()` method stores a given…",null,[[["jsvalue",3]],[["jsvalue",3],["result",4]]]],[5,"is_lock_free","","The static `Atomics.isLockFree()` method is used to…",null,[[]]],[5,"load","","The st
"wasm_bindgen":{"doc":"Runtime support for the `wasm-bindgen` tool","i":[[3,"JsValue","wasm_bindgen","Representation of an object owned by JS.",null,null],[3,"JsStatic","","Wrapper type for imported statics.",null,null],[3,"Clamped","","A wrapper type around slices and vectors for binding the…",null,null],[12,"0","","",0,null],[5,"intern","","Interns Rust strings so that it\'s much faster to send them…",null,[[]]],[5,"unintern","","Removes a Rust string from the intern cache.",null,[[]]],[5,"throw_str","","Throws a JS exception.",null,[[]]],[5,"throw_val","","Rethrow a JS exception",null,[[["jsvalue",3]]]],[5,"externref_heap_live_count","","Get the count of live `externref`s / `JsValue`s in…",null,[[]]],[5,"memory","","Returns a handle to this wasm instance\'s…",null,[[],["jsvalue",3]]],[5,"function_table","","Returns a handle to this wasm instance\'s…",null,[[],["jsvalue",3]]],[0,"prelude","","A module which is typically glob imported from:",null,null],[23,"wasm_bindgen","wasm_bindgen::prelude","",null,null],[0,"convert","wasm_bindgen","This is mostly an internal module, no stability guarantees…",null,null],[3,"WasmOptionalI32","wasm_bindgen::convert","",null,null],[12,"present","","",1,null],[12,"value","","",1,null],[3,"WasmOptionalU32","","",null,null],[12,"present","","",2,null],[12,"value","","",2,null],[3,"WasmOptionalF32","","",null,null],[12,"present","","",3,null],[12,"value","","",3,null],[3,"WasmOptionalF64","","",null,null],[12,"present","","",4,null],[12,"value","","",4,null],[3,"Wasm64","","",null,null],[12,"low","","",5,null],[12,"high","","",5,null],[3,"WasmOptional64","","",null,null],[12,"present","","",6,null],[12,"low","","",6,null],[12,"high","","",6,null],[3,"WasmSlice","","",null,null],[12,"ptr","","",7,null],[12,"len","","",7,null],[8,"IntoWasmAbi","","A trait for anything that can be converted into a type…",null,null],[16,"Abi","","The wasm ABI type that this converts into when crossing…",8,null],[10,"into_abi","","Convert `self` into `Self::Abi` so that it can be sent…",8,[[]]],[8,"FromWasmAbi","","A trait for anything that can be recovered by-value from…",null,null],[16,"Abi","","The wasm ABI type that this converts from when coming back…",9,null],[10,"from_abi","","Recover a `Self` from `Self::Abi`.",9,[[]]],[8,"RefFromWasmAbi","","A trait for anything that can be recovered as some sort of…",null,null],[16,"Abi","","The wasm ABI type references to `Self` are recovered from.",10,null],[16,"Anchor","","The type that holds the reference to `Self` for the…",10,null],[10,"ref_from_abi","","Recover a `Self::Anchor` from `Self::Abi`.",10,[[]]],[8,"RefMutFromWasmAbi","","Dual of the `RefFromWasmAbi` trait, except for mutable…",null,null],[16,"Abi","","Same as `RefFromWasmAbi::Abi`",11,null],[16,"Anchor","","Same as `RefFromWasmAbi::Anchor`",11,null],[10,"ref_mut_from_abi","","Same as `RefFromWasmAbi::ref_from_abi`",11,[[]]],[8,"OptionIntoWasmAbi","","Indicates that this type can be passed to JS as…",null,null],[10,"none","","Returns an ABI instance indicating \\\"none\\\", which JS will…",12,[[]]],[8,"OptionFromWasmAbi","","Indicates that this type can be received from JS as…",null,null],[10,"is_none","","Tests whether the argument is a \\\"none\\\" instance. If so it…",13,[[]]],[8,"WasmAbi","","An unsafe trait which represents types that are ABI-safe…",null,null],[8,"ReturnWasmAbi","","A trait representing how to interepret the return value of…",null,null],[16,"Abi","","Same as `IntoWasmAbi::Abi`",14,null],[10,"return_abi","","Same as `IntoWasmAbi::into_abi`, except that it may throw…",14,[[]]],[0,"closure","wasm_bindgen","Support for long-lived closures in `wasm-bindgen`",null,null],[3,"Closure","wasm_bindgen::closure","A handle to both a closure in Rust as well as JS closure…",null,null],[11,"new","","A more ergonomic version of `Closure::wrap` that does the…",15,[[],["closure",3]]],[11,"wrap","","Creates a new instance of `Closure` from the provided…",15,[[["box",3]],["closure",3]]],[11,"forget","","Leaks this `Closure` to ensure it remains valid f
"wasm_bindgen_futures":{"doc":"Converting between JavaScript `Promise`s to Rust `Future`s.","i":[[3,"JsFuture","wasm_bindgen_futures","A Rust `Future` backed by a JavaScript `Promise`.",null,null],[5,"spawn_local","","Runs a Rust `Future` on the current thread.",null,[[]]],[5,"future_to_promise","","Converts a Rust `Future` into a JavaScript `Promise`.",null,[[],["promise",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow","","",0,[[]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]],[11,"into_future","","",0,[[]]],[11,"from","","",0,[[["promise",3]],["jsfuture",3]]],[11,"fmt","","",0,[[["formatter",3]],["result",6]]],[11,"poll","","",0,[[["pin",3],["context",3]],["poll",4]]]],"p":[[3,"JsFuture"]]},\
"web_sys":{"doc":"Raw API bindings for Web APIs","i":[[3,"AbortController","web_sys","The `AbortController` class.",null,null],[3,"AbortSignal","","The `AbortSignal` class.",null,null],[3,"AddEventListenerOptions","","The `AddEventListenerOptions` dictionary.",null,null],[3,"AesCbcParams","","The `AesCbcParams` dictionary.",null,null],[3,"AesCtrParams","","The `AesCtrParams` dictionary.",null,null],[3,"AesDerivedKeyParams","","The `AesDerivedKeyParams` dictionary.",null,null],[3,"AesGcmParams","","The `AesGcmParams` dictionary.",null,null],[3,"AesKeyAlgorithm","","The `AesKeyAlgorithm` dictionary.",null,null],[3,"AesKeyGenParams","","The `AesKeyGenParams` dictionary.",null,null],[3,"Algorithm","","The `Algorithm` dictionary.",null,null],[3,"AnalyserNode","","The `AnalyserNode` class.",null,null],[3,"AnalyserOptions","","The `AnalyserOptions` dictionary.",null,null],[3,"AngleInstancedArrays","","The `AngleInstancedArrays` class.",null,null],[3,"Animation","","The `Animation` class.",null,null],[3,"AnimationEffect","","The `AnimationEffect` class.",null,null],[3,"AnimationEvent","","The `AnimationEvent` class.",null,null],[3,"AnimationEventInit","","The `AnimationEventInit` dictionary.",null,null],[3,"AnimationPlaybackEvent","","The `AnimationPlaybackEvent` class.",null,null],[3,"AnimationPlaybackEventInit","","The `AnimationPlaybackEventInit` dictionary.",null,null],[3,"AnimationPropertyDetails","","The `AnimationPropertyDetails` dictionary.",null,null],[3,"AnimationPropertyValueDetails","","The `AnimationPropertyValueDetails` dictionary.",null,null],[3,"AnimationTimeline","","The `AnimationTimeline` class.",null,null],[3,"AssignedNodesOptions","","The `AssignedNodesOptions` dictionary.",null,null],[3,"Attr","","The `Attr` class.",null,null],[3,"AttributeNameValue","","The `AttributeNameValue` dictionary.",null,null],[3,"AudioBuffer","","The `AudioBuffer` class.",null,null],[3,"AudioBufferOptions","","The `AudioBufferOptions` dictionary.",null,null],[3,"AudioBufferSourceNode","","The `AudioBufferSourceNode` class.",null,null],[3,"AudioBufferSourceOptions","","The `AudioBufferSourceOptions` dictionary.",null,null],[3,"AudioConfiguration","","The `AudioConfiguration` dictionary.",null,null],[3,"AudioContext","","The `AudioContext` class.",null,null],[3,"AudioContextOptions","","The `AudioContextOptions` dictionary.",null,null],[3,"AudioDestinationNode","","The `AudioDestinationNode` class.",null,null],[3,"AudioListener","","The `AudioListener` class.",null,null],[3,"AudioNode","","The `AudioNode` class.",null,null],[3,"AudioNodeOptions","","The `AudioNodeOptions` dictionary.",null,null],[3,"AudioParam","","The `AudioParam` class.",null,null],[3,"AudioParamMap","","The `AudioParamMap` class.",null,null],[3,"AudioProcessingEvent","","The `AudioProcessingEvent` class.",null,null],[3,"AudioScheduledSourceNode","","The `AudioScheduledSourceNode` class.",null,null],[3,"AudioStreamTrack","","The `AudioStreamTrack` class.",null,null],[3,"AudioTrack","","The `AudioTrack` class.",null,null],[3,"AudioTrackList","","The `AudioTrackList` class.",null,null],[3,"AudioWorklet","","The `AudioWorklet` class.",null,null],[3,"AudioWorkletGlobalScope","","The `AudioWorkletGlobalScope` class.",null,null],[3,"AudioWorkletNode","","The `AudioWorkletNode` class.",null,null],[3,"AudioWorkletNodeOptions","","The `AudioWorkletNodeOptions` dictionary.",null,null],[3,"AudioWorkletProcessor","","The `AudioWorkletProcessor` class.",null,null],[3,"AuthenticationExtensionsClientInputs","","The `AuthenticationExtensionsClientInputs` dictionary.",null,null],[3,"AuthenticationExtensionsClientOutputs","","The `AuthenticationExtensionsClientOutputs` dictionary.",null,null],[3,"AuthenticatorAssertionResponse","","The `AuthenticatorAssertionResponse` class.",null,null],[3,"AuthenticatorAttestationResponse","","The `AuthenticatorAttestationResponse` class.",null,null],[3,"AuthenticatorResponse","","The `AuthenticatorResponse` class.",null,null],[3,"AuthenticatorSelectionCriteria","","The `AuthenticatorSelectionCriteria` dictionary.",null,null],[3,"AutocompleteInfo
}');
addSearchOptions(searchIndex);initSearch(searchIndex);