IDLInterface

Trait IDLInterface 

Source
pub(crate) trait IDLInterface {
    const PROTO_FIRST: u16 = 0u16;
    const PROTO_LAST: u16 = 65_535u16;

    // Required method
    fn derives(_: &'static DOMClass) -> bool;
}
Expand description

A trait to check whether a given JSObject implements an IDL interface.

Provided Associated Constants§

Source

const PROTO_FIRST: u16 = 0u16

First prototype ID in the DFS-ordered range for this interface and its descendants.

Source

const PROTO_LAST: u16 = 65_535u16

Last prototype ID in the DFS-ordered range for this interface and its descendants.

Required Methods§

Source

fn derives(_: &'static DOMClass) -> bool

Returns whether the given DOM class derives that interface.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl IDLInterface for AbortController

Source§

const PROTO_FIRST: u16 = 1u16

Source§

const PROTO_LAST: u16 = 1u16

Source§

impl IDLInterface for AbortSignal

Source§

const PROTO_FIRST: u16 = 142u16

Source§

const PROTO_LAST: u16 = 142u16

Source§

impl IDLInterface for AbstractRange

Source§

const PROTO_FIRST: u16 = 2u16

Source§

const PROTO_LAST: u16 = 4u16

Source§

impl IDLInterface for AnimationTimeline

Source§

const PROTO_FIRST: u16 = 5u16

Source§

const PROTO_LAST: u16 = 6u16

Source§

impl IDLInterface for DocumentTimeline

Source§

const PROTO_FIRST: u16 = 6u16

Source§

const PROTO_LAST: u16 = 6u16

Source§

impl IDLInterface for Attr

Source§

const PROTO_FIRST: u16 = 197u16

Source§

const PROTO_LAST: u16 = 197u16

Source§

impl IDLInterface for AnalyserNode

Source§

const PROTO_FIRST: u16 = 144u16

Source§

const PROTO_LAST: u16 = 144u16

Source§

impl IDLInterface for AudioBuffer

Source§

const PROTO_FIRST: u16 = 7u16

Source§

const PROTO_LAST: u16 = 7u16

Source§

impl IDLInterface for AudioBufferSourceNode

Source§

const PROTO_FIRST: u16 = 147u16

Source§

const PROTO_LAST: u16 = 147u16

Source§

impl IDLInterface for AudioContext

Source§

const PROTO_FIRST: u16 = 163u16

Source§

const PROTO_LAST: u16 = 163u16

Source§

impl IDLInterface for AudioDestinationNode

Source§

const PROTO_FIRST: u16 = 145u16

Source§

const PROTO_LAST: u16 = 145u16

Source§

impl IDLInterface for AudioListener

Source§

const PROTO_FIRST: u16 = 8u16

Source§

const PROTO_LAST: u16 = 8u16

Source§

impl IDLInterface for AudioNode

Source§

const PROTO_FIRST: u16 = 143u16

Source§

const PROTO_LAST: u16 = 160u16

Source§

impl IDLInterface for AudioParam

Source§

const PROTO_FIRST: u16 = 9u16

Source§

const PROTO_LAST: u16 = 9u16

Source§

impl IDLInterface for AudioScheduledSourceNode

Source§

const PROTO_FIRST: u16 = 146u16

Source§

const PROTO_LAST: u16 = 150u16

Source§

impl IDLInterface for AudioTrack

Source§

const PROTO_FIRST: u16 = 10u16

Source§

const PROTO_LAST: u16 = 10u16

Source§

impl IDLInterface for AudioTrackList

Source§

const PROTO_FIRST: u16 = 161u16

Source§

const PROTO_LAST: u16 = 161u16

Source§

impl IDLInterface for BaseAudioContext

Source§

const PROTO_FIRST: u16 = 162u16

Source§

const PROTO_LAST: u16 = 164u16

Source§

impl IDLInterface for BiquadFilterNode

Source§

const PROTO_FIRST: u16 = 151u16

Source§

const PROTO_LAST: u16 = 151u16

Source§

impl IDLInterface for ChannelMergerNode

Source§

const PROTO_FIRST: u16 = 152u16

Source§

const PROTO_LAST: u16 = 152u16

Source§

impl IDLInterface for ChannelSplitterNode

Source§

const PROTO_FIRST: u16 = 153u16

Source§

const PROTO_LAST: u16 = 153u16

Source§

impl IDLInterface for ConstantSourceNode

Source§

const PROTO_FIRST: u16 = 148u16

Source§

const PROTO_LAST: u16 = 148u16

Source§

impl IDLInterface for GainNode

Source§

const PROTO_FIRST: u16 = 154u16

Source§

const PROTO_LAST: u16 = 154u16

Source§

impl IDLInterface for IIRFilterNode

Source§

const PROTO_FIRST: u16 = 155u16

Source§

const PROTO_LAST: u16 = 155u16

Source§

impl IDLInterface for MediaElementAudioSourceNode

Source§

const PROTO_FIRST: u16 = 156u16

Source§

const PROTO_LAST: u16 = 156u16

Source§

impl IDLInterface for MediaStreamAudioDestinationNode

Source§

const PROTO_FIRST: u16 = 157u16

Source§

const PROTO_LAST: u16 = 157u16

Source§

impl IDLInterface for MediaStreamAudioSourceNode

Source§

const PROTO_FIRST: u16 = 158u16

Source§

const PROTO_LAST: u16 = 158u16

Source§

impl IDLInterface for MediaStreamTrackAudioSourceNode

Source§

const PROTO_FIRST: u16 = 159u16

Source§

const PROTO_LAST: u16 = 159u16

Source§

impl IDLInterface for OfflineAudioCompletionEvent

Source§

const PROTO_FIRST: u16 = 111u16

Source§

const PROTO_LAST: u16 = 111u16

Source§

impl IDLInterface for OfflineAudioContext

Source§

const PROTO_FIRST: u16 = 164u16

Source§

const PROTO_LAST: u16 = 164u16

Source§

impl IDLInterface for OscillatorNode

Source§

const PROTO_FIRST: u16 = 149u16

Source§

const PROTO_LAST: u16 = 149u16

Source§

impl IDLInterface for PannerNode

Source§

const PROTO_FIRST: u16 = 160u16

Source§

const PROTO_LAST: u16 = 160u16

Source§

impl IDLInterface for StereoPannerNode

Source§

const PROTO_FIRST: u16 = 150u16

Source§

const PROTO_LAST: u16 = 150u16

Source§

impl IDLInterface for Blob

Source§

const PROTO_FIRST: u16 = 11u16

Source§

const PROTO_LAST: u16 = 12u16

Source§

impl IDLInterface for Bluetooth

Source§

const PROTO_FIRST: u16 = 165u16

Source§

const PROTO_LAST: u16 = 165u16

Source§

impl IDLInterface for BluetoothAdvertisingEvent

Source§

const PROTO_FIRST: u16 = 87u16

Source§

const PROTO_LAST: u16 = 87u16

Source§

impl IDLInterface for BluetoothCharacteristicProperties

Source§

const PROTO_FIRST: u16 = 13u16

Source§

const PROTO_LAST: u16 = 13u16

Source§

impl IDLInterface for BluetoothDevice

Source§

const PROTO_FIRST: u16 = 166u16

Source§

const PROTO_LAST: u16 = 166u16

Source§

impl IDLInterface for BluetoothPermissionResult

Source§

const PROTO_FIRST: u16 = 289u16

Source§

const PROTO_LAST: u16 = 289u16

Source§

impl IDLInterface for BluetoothRemoteGATTCharacteristic

Source§

const PROTO_FIRST: u16 = 167u16

Source§

const PROTO_LAST: u16 = 167u16

Source§

impl IDLInterface for BluetoothRemoteGATTDescriptor

Source§

const PROTO_FIRST: u16 = 14u16

Source§

const PROTO_LAST: u16 = 14u16

Source§

impl IDLInterface for BluetoothRemoteGATTServer

Source§

const PROTO_FIRST: u16 = 15u16

Source§

const PROTO_LAST: u16 = 15u16

Source§

impl IDLInterface for BluetoothRemoteGATTService

Source§

const PROTO_FIRST: u16 = 168u16

Source§

const PROTO_LAST: u16 = 168u16

Source§

impl IDLInterface for BluetoothUUID

Source§

const PROTO_FIRST: u16 = 16u16

Source§

const PROTO_LAST: u16 = 16u16

Source§

impl IDLInterface for TestRunner

Source§

const PROTO_FIRST: u16 = 479u16

Source§

const PROTO_LAST: u16 = 479u16

Source§

impl IDLInterface for BroadcastChannel

Source§

const PROTO_FIRST: u16 = 169u16

Source§

const PROTO_LAST: u16 = 169u16

Source§

impl IDLInterface for CanvasGradient

Source§

const PROTO_FIRST: u16 = 39u16

Source§

const PROTO_LAST: u16 = 39u16

Source§

impl IDLInterface for CanvasPattern

Source§

const PROTO_FIRST: u16 = 40u16

Source§

const PROTO_LAST: u16 = 40u16

Source§

impl IDLInterface for CanvasRenderingContext2D

Source§

const PROTO_FIRST: u16 = 41u16

Source§

const PROTO_LAST: u16 = 41u16

Source§

impl IDLInterface for OffscreenCanvasRenderingContext2D

Source§

const PROTO_FIRST: u16 = 416u16

Source§

const PROTO_LAST: u16 = 416u16

Source§

impl IDLInterface for PaintRenderingContext2D

Source§

const PROTO_FIRST: u16 = 418u16

Source§

const PROTO_LAST: u16 = 418u16

Source§

impl IDLInterface for Path2D

Source§

const PROTO_FIRST: u16 = 420u16

Source§

const PROTO_LAST: u16 = 420u16

Source§

impl IDLInterface for TextMetrics

Source§

const PROTO_FIRST: u16 = 485u16

Source§

const PROTO_LAST: u16 = 485u16

Source§

impl IDLInterface for ImageBitmap

Source§

const PROTO_FIRST: u16 = 386u16

Source§

const PROTO_LAST: u16 = 386u16

Source§

impl IDLInterface for ImageBitmapRenderingContext

Source§

const PROTO_FIRST: u16 = 387u16

Source§

const PROTO_LAST: u16 = 387u16

Source§

impl IDLInterface for ImageData

Source§

const PROTO_FIRST: u16 = 388u16

Source§

const PROTO_LAST: u16 = 388u16

Source§

impl IDLInterface for OffscreenCanvas

Source§

const PROTO_FIRST: u16 = 286u16

Source§

const PROTO_LAST: u16 = 286u16

Source§

impl IDLInterface for CDATASection

Source§

const PROTO_FIRST: u16 = 202u16

Source§

const PROTO_LAST: u16 = 202u16

Source§

impl IDLInterface for CharacterData

Source§

const PROTO_FIRST: u16 = 198u16

Source§

const PROTO_LAST: u16 = 202u16

Source§

impl IDLInterface for Client

Source§

const PROTO_FIRST: u16 = 42u16

Source§

const PROTO_LAST: u16 = 42u16

Source§

impl IDLInterface for Clipboard

Source§

const PROTO_FIRST: u16 = 170u16

Source§

const PROTO_LAST: u16 = 170u16

Source§

impl IDLInterface for ClipboardEvent

Source§

const PROTO_FIRST: u16 = 88u16

Source§

const PROTO_LAST: u16 = 88u16

Source§

impl IDLInterface for ClipboardItem

Source§

const PROTO_FIRST: u16 = 43u16

Source§

const PROTO_LAST: u16 = 43u16

Source§

impl IDLInterface for Comment

Source§

const PROTO_FIRST: u16 = 199u16

Source§

const PROTO_LAST: u16 = 199u16

Source§

impl IDLInterface for CookieStore

Source§

const PROTO_FIRST: u16 = 171u16

Source§

const PROTO_LAST: u16 = 171u16

Source§

impl IDLInterface for Credential

Source§

const PROTO_FIRST: u16 = 46u16

Source§

const PROTO_LAST: u16 = 47u16

Source§

impl IDLInterface for CredentialsContainer

Source§

const PROTO_FIRST: u16 = 48u16

Source§

const PROTO_LAST: u16 = 48u16

Source§

impl IDLInterface for PasswordCredential

Source§

const PROTO_FIRST: u16 = 47u16

Source§

const PROTO_LAST: u16 = 47u16

Source§

impl IDLInterface for CSSConditionRule

Source§

const PROTO_FIRST: u16 = 24u16

Source§

const PROTO_LAST: u16 = 26u16

Source§

impl IDLInterface for CSSFontFaceRule

Source§

const PROTO_FIRST: u16 = 22u16

Source§

const PROTO_LAST: u16 = 22u16

Source§

impl IDLInterface for CSSGroupingRule

Source§

const PROTO_FIRST: u16 = 23u16

Source§

const PROTO_LAST: u16 = 28u16

Source§

impl IDLInterface for CSSImportRule

Source§

const PROTO_FIRST: u16 = 29u16

Source§

const PROTO_LAST: u16 = 29u16

Source§

impl IDLInterface for CSSKeyframeRule

Source§

const PROTO_FIRST: u16 = 30u16

Source§

const PROTO_LAST: u16 = 30u16

Source§

impl IDLInterface for CSSKeyframesRule

Source§

const PROTO_FIRST: u16 = 31u16

Source§

const PROTO_LAST: u16 = 31u16

Source§

impl IDLInterface for CSSLayerBlockRule

Source§

const PROTO_FIRST: u16 = 27u16

Source§

const PROTO_LAST: u16 = 27u16

Source§

impl IDLInterface for CSSLayerStatementRule

Source§

const PROTO_FIRST: u16 = 32u16

Source§

const PROTO_LAST: u16 = 32u16

Source§

impl IDLInterface for CSSMediaRule

Source§

const PROTO_FIRST: u16 = 25u16

Source§

const PROTO_LAST: u16 = 25u16

Source§

impl IDLInterface for CSSNamespaceRule

Source§

const PROTO_FIRST: u16 = 33u16

Source§

const PROTO_LAST: u16 = 33u16

Source§

impl IDLInterface for CSSNestedDeclarations

Source§

const PROTO_FIRST: u16 = 34u16

Source§

const PROTO_LAST: u16 = 34u16

Source§

impl IDLInterface for CSSPropertyRule

Source§

const PROTO_FIRST: u16 = 35u16

Source§

const PROTO_LAST: u16 = 35u16

Source§

impl IDLInterface for CSSRule

Source§

const PROTO_FIRST: u16 = 21u16

Source§

const PROTO_LAST: u16 = 35u16

Source§

impl IDLInterface for CSSRuleList

Source§

const PROTO_FIRST: u16 = 36u16

Source§

const PROTO_LAST: u16 = 36u16

Source§

impl IDLInterface for CSSStyleDeclaration

Source§

const PROTO_FIRST: u16 = 37u16

Source§

const PROTO_LAST: u16 = 37u16

Source§

impl IDLInterface for CSSStyleRule

Source§

const PROTO_FIRST: u16 = 28u16

Source§

const PROTO_LAST: u16 = 28u16

Source§

impl IDLInterface for CSSStyleSheet

Source§

const PROTO_FIRST: u16 = 463u16

Source§

const PROTO_LAST: u16 = 463u16

Source§

impl IDLInterface for CSSStyleValue

Source§

const PROTO_FIRST: u16 = 38u16

Source§

const PROTO_LAST: u16 = 38u16

Source§

impl IDLInterface for CSSSupportsRule

Source§

const PROTO_FIRST: u16 = 26u16

Source§

const PROTO_LAST: u16 = 26u16

Source§

impl IDLInterface for FontFace

Source§

const PROTO_FIRST: u16 = 327u16

Source§

const PROTO_LAST: u16 = 327u16

Source§

impl IDLInterface for FontFaceSet

Source§

const PROTO_FIRST: u16 = 174u16

Source§

const PROTO_LAST: u16 = 174u16

Source§

impl IDLInterface for StylePropertyMapReadOnly

Source§

const PROTO_FIRST: u16 = 461u16

Source§

const PROTO_LAST: u16 = 461u16

Source§

impl IDLInterface for StyleSheet

Source§

const PROTO_FIRST: u16 = 462u16

Source§

const PROTO_LAST: u16 = 463u16

Source§

impl IDLInterface for StyleSheetList

Source§

const PROTO_FIRST: u16 = 464u16

Source§

const PROTO_LAST: u16 = 464u16

Source§

impl IDLInterface for CustomElementRegistry

Source§

const PROTO_FIRST: u16 = 51u16

Source§

const PROTO_LAST: u16 = 51u16

Source§

impl IDLInterface for CustomStateSet

Source§

const PROTO_FIRST: u16 = 52u16

Source§

const PROTO_LAST: u16 = 52u16

Source§

impl IDLInterface for DataTransfer

Source§

const PROTO_FIRST: u16 = 71u16

Source§

const PROTO_LAST: u16 = 71u16

Source§

impl IDLInterface for DataTransferItem

Source§

const PROTO_FIRST: u16 = 72u16

Source§

const PROTO_LAST: u16 = 72u16

Source§

impl IDLInterface for DataTransferItemList

Source§

const PROTO_FIRST: u16 = 73u16

Source§

const PROTO_LAST: u16 = 73u16

Source§

impl IDLInterface for DebuggerAddDebuggeeEvent

Source§

const PROTO_FIRST: u16 = 92u16

Source§

const PROTO_LAST: u16 = 92u16

Source§

impl IDLInterface for DebuggerClearBreakpointEvent

Source§

const PROTO_FIRST: u16 = 93u16

Source§

const PROTO_LAST: u16 = 93u16

Source§

impl IDLInterface for DebuggerEvalEvent

Source§

const PROTO_FIRST: u16 = 94u16

Source§

const PROTO_LAST: u16 = 94u16

Source§

impl IDLInterface for DebuggerFrameEvent

Source§

const PROTO_FIRST: u16 = 95u16

Source§

const PROTO_LAST: u16 = 95u16

Source§

impl IDLInterface for DebuggerGetEnvironmentEvent

Source§

const PROTO_FIRST: u16 = 96u16

Source§

const PROTO_LAST: u16 = 96u16

Source§

impl IDLInterface for DebuggerGetPossibleBreakpointsEvent

Source§

const PROTO_FIRST: u16 = 97u16

Source§

const PROTO_LAST: u16 = 97u16

Source§

impl IDLInterface for DebuggerGlobalScope

Source§

const PROTO_FIRST: u16 = 177u16

Source§

const PROTO_LAST: u16 = 177u16

Source§

impl IDLInterface for DebuggerInterruptEvent

Source§

const PROTO_FIRST: u16 = 98u16

Source§

const PROTO_LAST: u16 = 98u16

Source§

impl IDLInterface for DebuggerResumeEvent

Source§

const PROTO_FIRST: u16 = 99u16

Source§

const PROTO_LAST: u16 = 99u16

Source§

impl IDLInterface for DebuggerSetBreakpointEvent

Source§

const PROTO_FIRST: u16 = 100u16

Source§

const PROTO_LAST: u16 = 100u16

Source§

impl IDLInterface for DissimilarOriginLocation

Source§

const PROTO_FIRST: u16 = 77u16

Source§

const PROTO_LAST: u16 = 77u16

Source§

impl IDLInterface for DissimilarOriginWindow

Source§

const PROTO_FIRST: u16 = 178u16

Source§

const PROTO_LAST: u16 = 178u16

Source§

impl IDLInterface for Document

Source§

const PROTO_FIRST: u16 = 203u16

Source§

const PROTO_LAST: u16 = 205u16

Source§

impl IDLInterface for DocumentFragment

Source§

const PROTO_FIRST: u16 = 206u16

Source§

const PROTO_LAST: u16 = 207u16

Source§

impl IDLInterface for DocumentType

Source§

const PROTO_FIRST: u16 = 208u16

Source§

const PROTO_LAST: u16 = 208u16

Source§

impl IDLInterface for DOMException

Source§

const PROTO_FIRST: u16 = 54u16

Source§

const PROTO_LAST: u16 = 57u16

Source§

impl IDLInterface for DOMImplementation

Source§

const PROTO_FIRST: u16 = 58u16

Source§

const PROTO_LAST: u16 = 58u16

Source§

impl IDLInterface for DOMMatrix

Source§

const PROTO_FIRST: u16 = 60u16

Source§

const PROTO_LAST: u16 = 60u16

Source§

impl IDLInterface for DOMMatrixReadOnly

Source§

const PROTO_FIRST: u16 = 59u16

Source§

const PROTO_LAST: u16 = 60u16

Source§

impl IDLInterface for DOMParser

Source§

const PROTO_FIRST: u16 = 61u16

Source§

const PROTO_LAST: u16 = 61u16

Source§

impl IDLInterface for DOMPoint

Source§

const PROTO_FIRST: u16 = 63u16

Source§

const PROTO_LAST: u16 = 63u16

Source§

impl IDLInterface for DOMPointReadOnly

Source§

const PROTO_FIRST: u16 = 62u16

Source§

const PROTO_LAST: u16 = 63u16

Source§

impl IDLInterface for DOMQuad

Source§

const PROTO_FIRST: u16 = 64u16

Source§

const PROTO_LAST: u16 = 64u16

Source§

impl IDLInterface for DOMRect

Source§

const PROTO_FIRST: u16 = 67u16

Source§

const PROTO_LAST: u16 = 67u16

Source§

impl IDLInterface for DOMRectList

Source§

const PROTO_FIRST: u16 = 65u16

Source§

const PROTO_LAST: u16 = 65u16

Source§

impl IDLInterface for DOMRectReadOnly

Source§

const PROTO_FIRST: u16 = 66u16

Source§

const PROTO_LAST: u16 = 67u16

Source§

impl IDLInterface for DOMStringList

Source§

const PROTO_FIRST: u16 = 68u16

Source§

const PROTO_LAST: u16 = 68u16

Source§

impl IDLInterface for DOMStringMap

Source§

const PROTO_FIRST: u16 = 69u16

Source§

const PROTO_LAST: u16 = 69u16

Source§

impl IDLInterface for DOMTokenList

Source§

const PROTO_FIRST: u16 = 70u16

Source§

const PROTO_LAST: u16 = 70u16

Source§

impl IDLInterface for Element

Source§

const PROTO_FIRST: u16 = 209u16

Source§

const PROTO_LAST: u16 = 284u16

Source§

impl IDLInterface for ElementInternals

Source§

const PROTO_FIRST: u16 = 83u16

Source§

const PROTO_LAST: u16 = 83u16

Source§

impl IDLInterface for TextDecoder

Source§

const PROTO_FIRST: u16 = 481u16

Source§

const PROTO_LAST: u16 = 481u16

Source§

impl IDLInterface for TextDecoderStream

Source§

const PROTO_FIRST: u16 = 482u16

Source§

const PROTO_LAST: u16 = 482u16

Source§

impl IDLInterface for TextEncoder

Source§

const PROTO_FIRST: u16 = 483u16

Source§

const PROTO_LAST: u16 = 483u16

Source§

impl IDLInterface for TextEncoderStream

Source§

const PROTO_FIRST: u16 = 484u16

Source§

const PROTO_LAST: u16 = 484u16

Source§

impl IDLInterface for AnimationEvent

Source§

const PROTO_FIRST: u16 = 85u16

Source§

const PROTO_LAST: u16 = 85u16

Source§

impl IDLInterface for BeforeUnloadEvent

Source§

const PROTO_FIRST: u16 = 86u16

Source§

const PROTO_LAST: u16 = 86u16

Source§

impl IDLInterface for CloseEvent

Source§

const PROTO_FIRST: u16 = 89u16

Source§

const PROTO_LAST: u16 = 89u16

Source§

impl IDLInterface for CommandEvent

Source§

const PROTO_FIRST: u16 = 90u16

Source§

const PROTO_LAST: u16 = 90u16

Source§

impl IDLInterface for CompositionEvent

Source§

const PROTO_FIRST: u16 = 127u16

Source§

const PROTO_LAST: u16 = 127u16

Source§

impl IDLInterface for CustomEvent

Source§

const PROTO_FIRST: u16 = 91u16

Source§

const PROTO_LAST: u16 = 91u16

Source§

impl IDLInterface for ErrorEvent

Source§

const PROTO_FIRST: u16 = 101u16

Source§

const PROTO_LAST: u16 = 101u16

Source§

impl IDLInterface for Event

Source§

const PROTO_FIRST: u16 = 84u16

Source§

const PROTO_LAST: u16 = 140u16

Source§

impl IDLInterface for EventTarget

Source§

const PROTO_FIRST: u16 = 141u16

Source§

const PROTO_LAST: u16 = 321u16

Source§

impl IDLInterface for ExtendableEvent

Source§

const PROTO_FIRST: u16 = 102u16

Source§

const PROTO_LAST: u16 = 103u16

Source§

impl IDLInterface for ExtendableMessageEvent

Source§

const PROTO_FIRST: u16 = 103u16

Source§

const PROTO_LAST: u16 = 103u16

Source§

impl IDLInterface for FocusEvent

Source§

const PROTO_FIRST: u16 = 128u16

Source§

const PROTO_LAST: u16 = 128u16

Source§

impl IDLInterface for FormDataEvent

Source§

const PROTO_FIRST: u16 = 104u16

Source§

const PROTO_LAST: u16 = 104u16

Source§

impl IDLInterface for HashChangeEvent

Source§

const PROTO_FIRST: u16 = 107u16

Source§

const PROTO_LAST: u16 = 107u16

Source§

impl IDLInterface for InputEvent

Source§

const PROTO_FIRST: u16 = 129u16

Source§

const PROTO_LAST: u16 = 129u16

Source§

impl IDLInterface for KeyboardEvent

Source§

const PROTO_FIRST: u16 = 130u16

Source§

const PROTO_LAST: u16 = 130u16

Source§

impl IDLInterface for MessageEvent

Source§

const PROTO_FIRST: u16 = 110u16

Source§

const PROTO_LAST: u16 = 110u16

Source§

impl IDLInterface for MouseEvent

Source§

const PROTO_FIRST: u16 = 131u16

Source§

const PROTO_LAST: u16 = 133u16

Source§

impl IDLInterface for PageTransitionEvent

Source§

const PROTO_FIRST: u16 = 112u16

Source§

const PROTO_LAST: u16 = 112u16

Source§

impl IDLInterface for PointerEvent

Source§

const PROTO_FIRST: u16 = 132u16

Source§

const PROTO_LAST: u16 = 132u16

Source§

impl IDLInterface for PopStateEvent

Source§

const PROTO_FIRST: u16 = 113u16

Source§

const PROTO_LAST: u16 = 113u16

Source§

impl IDLInterface for ProgressEvent

Source§

const PROTO_FIRST: u16 = 114u16

Source§

const PROTO_LAST: u16 = 114u16

Source§

impl IDLInterface for PromiseRejectionEvent

Source§

const PROTO_FIRST: u16 = 115u16

Source§

const PROTO_LAST: u16 = 115u16

Source§

impl IDLInterface for StorageEvent

Source§

const PROTO_FIRST: u16 = 121u16

Source§

const PROTO_LAST: u16 = 121u16

Source§

impl IDLInterface for SubmitEvent

Source§

const PROTO_FIRST: u16 = 122u16

Source§

const PROTO_LAST: u16 = 122u16

Source§

impl IDLInterface for ToggleEvent

Source§

const PROTO_FIRST: u16 = 123u16

Source§

const PROTO_LAST: u16 = 123u16

Source§

impl IDLInterface for TouchEvent

Source§

const PROTO_FIRST: u16 = 134u16

Source§

const PROTO_LAST: u16 = 134u16

Source§

impl IDLInterface for TransitionEvent

Source§

const PROTO_FIRST: u16 = 125u16

Source§

const PROTO_LAST: u16 = 125u16

Source§

impl IDLInterface for UIEvent

Source§

const PROTO_FIRST: u16 = 126u16

Source§

const PROTO_LAST: u16 = 134u16

Source§

impl IDLInterface for WheelEvent

Source§

const PROTO_FIRST: u16 = 133u16

Source§

const PROTO_LAST: u16 = 133u16

Source§

impl IDLInterface for EventSource

Source§

const PROTO_FIRST: u16 = 172u16

Source§

const PROTO_LAST: u16 = 172u16

Source§

impl IDLInterface for FetchLaterResult

Source§

const PROTO_FIRST: u16 = 324u16

Source§

const PROTO_LAST: u16 = 324u16

Source§

impl IDLInterface for File

Source§

const PROTO_FIRST: u16 = 12u16

Source§

const PROTO_LAST: u16 = 12u16

Source§

impl IDLInterface for FileList

Source§

const PROTO_FIRST: u16 = 325u16

Source§

const PROTO_LAST: u16 = 325u16

Source§

impl IDLInterface for FileReader

Source§

const PROTO_FIRST: u16 = 173u16

Source§

const PROTO_LAST: u16 = 173u16

Source§

impl IDLInterface for FileReaderSync

Source§

const PROTO_FIRST: u16 = 326u16

Source§

const PROTO_LAST: u16 = 326u16

Source§

impl IDLInterface for FormData

Source§

const PROTO_FIRST: u16 = 329u16

Source§

const PROTO_LAST: u16 = 329u16

Source§

impl IDLInterface for Gamepad

Source§

const PROTO_FIRST: u16 = 366u16

Source§

const PROTO_LAST: u16 = 366u16

Source§

impl IDLInterface for GamepadButton

Source§

const PROTO_FIRST: u16 = 367u16

Source§

const PROTO_LAST: u16 = 367u16

Source§

impl IDLInterface for GamepadEvent

Source§

const PROTO_FIRST: u16 = 106u16

Source§

const PROTO_LAST: u16 = 106u16

Source§

impl IDLInterface for GamepadHapticActuator

Source§

const PROTO_FIRST: u16 = 368u16

Source§

const PROTO_LAST: u16 = 368u16

Source§

impl IDLInterface for GamepadPose

Source§

const PROTO_FIRST: u16 = 369u16

Source§

const PROTO_LAST: u16 = 369u16

Source§

impl IDLInterface for Geolocation

Source§

const PROTO_FIRST: u16 = 370u16

Source§

const PROTO_LAST: u16 = 370u16

Source§

impl IDLInterface for GeolocationCoordinates

Source§

const PROTO_FIRST: u16 = 371u16

Source§

const PROTO_LAST: u16 = 371u16

Source§

impl IDLInterface for GeolocationPosition

Source§

const PROTO_FIRST: u16 = 372u16

Source§

const PROTO_LAST: u16 = 372u16

Source§

impl IDLInterface for GeolocationPositionError

Source§

const PROTO_FIRST: u16 = 373u16

Source§

const PROTO_LAST: u16 = 373u16

Source§

impl IDLInterface for GlobalScope

Source§

const PROTO_FIRST: u16 = 176u16

Source§

const PROTO_LAST: u16 = 186u16

Source§

impl IDLInterface for Headers

Source§

const PROTO_FIRST: u16 = 377u16

Source§

const PROTO_LAST: u16 = 377u16

Source§

impl IDLInterface for History

Source§

const PROTO_FIRST: u16 = 379u16

Source§

const PROTO_LAST: u16 = 379u16

Source§

impl IDLInterface for HTMLAnchorElement

Source§

const PROTO_FIRST: u16 = 211u16

Source§

const PROTO_LAST: u16 = 211u16

Source§

impl IDLInterface for HTMLAreaElement

Source§

const PROTO_FIRST: u16 = 212u16

Source§

const PROTO_LAST: u16 = 212u16

Source§

impl IDLInterface for HTMLAudioElement

Source§

const PROTO_FIRST: u16 = 245u16

Source§

const PROTO_LAST: u16 = 245u16

Source§

impl IDLInterface for HTMLBaseElement

Source§

const PROTO_FIRST: u16 = 214u16

Source§

const PROTO_LAST: u16 = 214u16

Source§

impl IDLInterface for HTMLBodyElement

Source§

const PROTO_FIRST: u16 = 215u16

Source§

const PROTO_LAST: u16 = 215u16

Source§

impl IDLInterface for HTMLBRElement

Source§

const PROTO_FIRST: u16 = 213u16

Source§

const PROTO_LAST: u16 = 213u16

Source§

impl IDLInterface for HTMLButtonElement

Source§

const PROTO_FIRST: u16 = 216u16

Source§

const PROTO_LAST: u16 = 216u16

Source§

impl IDLInterface for HTMLCanvasElement

Source§

const PROTO_FIRST: u16 = 217u16

Source§

const PROTO_LAST: u16 = 217u16

Source§

impl IDLInterface for HTMLCollection

Source§

const PROTO_FIRST: u16 = 374u16

Source§

const PROTO_LAST: u16 = 376u16

Source§

impl IDLInterface for HTMLDataElement

Source§

const PROTO_FIRST: u16 = 219u16

Source§

const PROTO_LAST: u16 = 219u16

Source§

impl IDLInterface for HTMLDataListElement

Source§

const PROTO_FIRST: u16 = 220u16

Source§

const PROTO_LAST: u16 = 220u16

Source§

impl IDLInterface for HTMLDetailsElement

Source§

const PROTO_FIRST: u16 = 221u16

Source§

const PROTO_LAST: u16 = 221u16

Source§

impl IDLInterface for HTMLDialogElement

Source§

const PROTO_FIRST: u16 = 222u16

Source§

const PROTO_LAST: u16 = 222u16

Source§

impl IDLInterface for HTMLDirectoryElement

Source§

const PROTO_FIRST: u16 = 223u16

Source§

const PROTO_LAST: u16 = 223u16

Source§

impl IDLInterface for HTMLDivElement

Source§

const PROTO_FIRST: u16 = 224u16

Source§

const PROTO_LAST: u16 = 224u16

Source§

impl IDLInterface for HTMLDListElement

Source§

const PROTO_FIRST: u16 = 218u16

Source§

const PROTO_LAST: u16 = 218u16

Source§

impl IDLInterface for HTMLDocument

Source§

const PROTO_FIRST: u16 = 204u16

Source§

const PROTO_LAST: u16 = 204u16

Source§

impl IDLInterface for HTMLElement

Source§

const PROTO_FIRST: u16 = 210u16

Source§

const PROTO_LAST: u16 = 280u16

Source§

impl IDLInterface for HTMLEmbedElement

Source§

const PROTO_FIRST: u16 = 225u16

Source§

const PROTO_LAST: u16 = 225u16

Source§

impl IDLInterface for HTMLFieldSetElement

Source§

const PROTO_FIRST: u16 = 226u16

Source§

const PROTO_LAST: u16 = 226u16

Source§

impl IDLInterface for HTMLFontElement

Source§

const PROTO_FIRST: u16 = 227u16

Source§

const PROTO_LAST: u16 = 227u16

Source§

impl IDLInterface for HTMLFormControlsCollection

Source§

const PROTO_FIRST: u16 = 375u16

Source§

const PROTO_LAST: u16 = 375u16

Source§

impl IDLInterface for HTMLFormElement

Source§

const PROTO_FIRST: u16 = 228u16

Source§

const PROTO_LAST: u16 = 228u16

Source§

impl IDLInterface for HTMLFrameElement

Source§

const PROTO_FIRST: u16 = 229u16

Source§

const PROTO_LAST: u16 = 229u16

Source§

impl IDLInterface for HTMLFrameSetElement

Source§

const PROTO_FIRST: u16 = 230u16

Source§

const PROTO_LAST: u16 = 230u16

Source§

impl IDLInterface for HTMLHeadElement

Source§

const PROTO_FIRST: u16 = 232u16

Source§

const PROTO_LAST: u16 = 232u16

Source§

impl IDLInterface for HTMLHeadingElement

Source§

const PROTO_FIRST: u16 = 233u16

Source§

const PROTO_LAST: u16 = 233u16

Source§

impl IDLInterface for HTMLHRElement

Source§

const PROTO_FIRST: u16 = 231u16

Source§

const PROTO_LAST: u16 = 231u16

Source§

impl IDLInterface for HTMLHtmlElement

Source§

const PROTO_FIRST: u16 = 234u16

Source§

const PROTO_LAST: u16 = 234u16

Source§

impl IDLInterface for HTMLIFrameElement

Source§

const PROTO_FIRST: u16 = 235u16

Source§

const PROTO_LAST: u16 = 235u16

Source§

impl IDLInterface for HTMLImageElement

Source§

const PROTO_FIRST: u16 = 236u16

Source§

const PROTO_LAST: u16 = 236u16

Source§

impl IDLInterface for HTMLLabelElement

Source§

const PROTO_FIRST: u16 = 239u16

Source§

const PROTO_LAST: u16 = 239u16

Source§

impl IDLInterface for HTMLLegendElement

Source§

const PROTO_FIRST: u16 = 240u16

Source§

const PROTO_LAST: u16 = 240u16

Source§

impl IDLInterface for HTMLLIElement

Source§

const PROTO_FIRST: u16 = 238u16

Source§

const PROTO_LAST: u16 = 238u16

Source§

impl IDLInterface for HTMLLinkElement

Source§

const PROTO_FIRST: u16 = 241u16

Source§

const PROTO_LAST: u16 = 241u16

Source§

impl IDLInterface for HTMLMapElement

Source§

const PROTO_FIRST: u16 = 242u16

Source§

const PROTO_LAST: u16 = 242u16

Source§

impl IDLInterface for HTMLMarqueeElement

Source§

const PROTO_FIRST: u16 = 243u16

Source§

const PROTO_LAST: u16 = 243u16

Source§

impl IDLInterface for HTMLMediaElement

Source§

const PROTO_FIRST: u16 = 244u16

Source§

const PROTO_LAST: u16 = 246u16

Source§

impl IDLInterface for HTMLMenuElement

Source§

const PROTO_FIRST: u16 = 247u16

Source§

const PROTO_LAST: u16 = 247u16

Source§

impl IDLInterface for HTMLMetaElement

Source§

const PROTO_FIRST: u16 = 248u16

Source§

const PROTO_LAST: u16 = 248u16

Source§

impl IDLInterface for HTMLMeterElement

Source§

const PROTO_FIRST: u16 = 249u16

Source§

const PROTO_LAST: u16 = 249u16

Source§

impl IDLInterface for HTMLModElement

Source§

const PROTO_FIRST: u16 = 250u16

Source§

const PROTO_LAST: u16 = 250u16

Source§

impl IDLInterface for HTMLObjectElement

Source§

const PROTO_FIRST: u16 = 252u16

Source§

const PROTO_LAST: u16 = 252u16

Source§

impl IDLInterface for HTMLOListElement

Source§

const PROTO_FIRST: u16 = 251u16

Source§

const PROTO_LAST: u16 = 251u16

Source§

impl IDLInterface for HTMLOptGroupElement

Source§

const PROTO_FIRST: u16 = 253u16

Source§

const PROTO_LAST: u16 = 253u16

Source§

impl IDLInterface for HTMLOptionElement

Source§

const PROTO_FIRST: u16 = 254u16

Source§

const PROTO_LAST: u16 = 254u16

Source§

impl IDLInterface for HTMLOptionsCollection

Source§

const PROTO_FIRST: u16 = 376u16

Source§

const PROTO_LAST: u16 = 376u16

Source§

impl IDLInterface for HTMLOutputElement

Source§

const PROTO_FIRST: u16 = 255u16

Source§

const PROTO_LAST: u16 = 255u16

Source§

impl IDLInterface for HTMLParagraphElement

Source§

const PROTO_FIRST: u16 = 256u16

Source§

const PROTO_LAST: u16 = 256u16

Source§

impl IDLInterface for HTMLParamElement

Source§

const PROTO_FIRST: u16 = 257u16

Source§

const PROTO_LAST: u16 = 257u16

Source§

impl IDLInterface for HTMLPictureElement

Source§

const PROTO_FIRST: u16 = 258u16

Source§

const PROTO_LAST: u16 = 258u16

Source§

impl IDLInterface for HTMLPreElement

Source§

const PROTO_FIRST: u16 = 259u16

Source§

const PROTO_LAST: u16 = 259u16

Source§

impl IDLInterface for HTMLProgressElement

Source§

const PROTO_FIRST: u16 = 260u16

Source§

const PROTO_LAST: u16 = 260u16

Source§

impl IDLInterface for HTMLQuoteElement

Source§

const PROTO_FIRST: u16 = 261u16

Source§

const PROTO_LAST: u16 = 261u16

Source§

impl IDLInterface for HTMLScriptElement

Source§

const PROTO_FIRST: u16 = 262u16

Source§

const PROTO_LAST: u16 = 262u16

Source§

impl IDLInterface for HTMLSelectElement

Source§

const PROTO_FIRST: u16 = 263u16

Source§

const PROTO_LAST: u16 = 263u16

Source§

impl IDLInterface for HTMLSlotElement

Source§

const PROTO_FIRST: u16 = 264u16

Source§

const PROTO_LAST: u16 = 264u16

Source§

impl IDLInterface for HTMLSourceElement

Source§

const PROTO_FIRST: u16 = 265u16

Source§

const PROTO_LAST: u16 = 265u16

Source§

impl IDLInterface for HTMLSpanElement

Source§

const PROTO_FIRST: u16 = 266u16

Source§

const PROTO_LAST: u16 = 266u16

Source§

impl IDLInterface for HTMLStyleElement

Source§

const PROTO_FIRST: u16 = 267u16

Source§

const PROTO_LAST: u16 = 267u16

Source§

impl IDLInterface for HTMLTableCaptionElement

Source§

const PROTO_FIRST: u16 = 268u16

Source§

const PROTO_LAST: u16 = 268u16

Source§

impl IDLInterface for HTMLTableCellElement

Source§

const PROTO_FIRST: u16 = 269u16

Source§

const PROTO_LAST: u16 = 269u16

Source§

impl IDLInterface for HTMLTableColElement

Source§

const PROTO_FIRST: u16 = 270u16

Source§

const PROTO_LAST: u16 = 270u16

Source§

impl IDLInterface for HTMLTableElement

Source§

const PROTO_FIRST: u16 = 271u16

Source§

const PROTO_LAST: u16 = 271u16

Source§

impl IDLInterface for HTMLTableRowElement

Source§

const PROTO_FIRST: u16 = 272u16

Source§

const PROTO_LAST: u16 = 272u16

Source§

impl IDLInterface for HTMLTableSectionElement

Source§

const PROTO_FIRST: u16 = 273u16

Source§

const PROTO_LAST: u16 = 273u16

Source§

impl IDLInterface for HTMLTemplateElement

Source§

const PROTO_FIRST: u16 = 274u16

Source§

const PROTO_LAST: u16 = 274u16

Source§

impl IDLInterface for HTMLTextAreaElement

Source§

const PROTO_FIRST: u16 = 275u16

Source§

const PROTO_LAST: u16 = 275u16

Source§

impl IDLInterface for HTMLTimeElement

Source§

const PROTO_FIRST: u16 = 276u16

Source§

const PROTO_LAST: u16 = 276u16

Source§

impl IDLInterface for HTMLTitleElement

Source§

const PROTO_FIRST: u16 = 277u16

Source§

const PROTO_LAST: u16 = 277u16

Source§

impl IDLInterface for HTMLTrackElement

Source§

const PROTO_FIRST: u16 = 278u16

Source§

const PROTO_LAST: u16 = 278u16

Source§

impl IDLInterface for HTMLUListElement

Source§

const PROTO_FIRST: u16 = 279u16

Source§

const PROTO_LAST: u16 = 279u16

Source§

impl IDLInterface for HTMLUnknownElement

Source§

const PROTO_FIRST: u16 = 280u16

Source§

const PROTO_LAST: u16 = 280u16

Source§

impl IDLInterface for HTMLVideoElement

Source§

const PROTO_FIRST: u16 = 246u16

Source§

const PROTO_LAST: u16 = 246u16

Source§

impl IDLInterface for HTMLInputElement

Source§

const PROTO_FIRST: u16 = 237u16

Source§

const PROTO_LAST: u16 = 237u16

Source§

impl IDLInterface for IDBCursor

Source§

const PROTO_FIRST: u16 = 380u16

Source§

const PROTO_LAST: u16 = 381u16

Source§

impl IDLInterface for IDBCursorWithValue

Source§

const PROTO_FIRST: u16 = 381u16

Source§

const PROTO_LAST: u16 = 381u16

Source§

impl IDLInterface for IDBDatabase

Source§

const PROTO_FIRST: u16 = 187u16

Source§

const PROTO_LAST: u16 = 187u16

Source§

impl IDLInterface for IDBFactory

Source§

const PROTO_FIRST: u16 = 382u16

Source§

const PROTO_LAST: u16 = 382u16

Source§

impl IDLInterface for IDBIndex

Source§

const PROTO_FIRST: u16 = 383u16

Source§

const PROTO_LAST: u16 = 383u16

Source§

impl IDLInterface for IDBKeyRange

Source§

const PROTO_FIRST: u16 = 384u16

Source§

const PROTO_LAST: u16 = 384u16

Source§

impl IDLInterface for IDBObjectStore

Source§

const PROTO_FIRST: u16 = 385u16

Source§

const PROTO_LAST: u16 = 385u16

Source§

impl IDLInterface for IDBOpenDBRequest

Source§

const PROTO_FIRST: u16 = 189u16

Source§

const PROTO_LAST: u16 = 189u16

Source§

impl IDLInterface for IDBRequest

Source§

const PROTO_FIRST: u16 = 188u16

Source§

const PROTO_LAST: u16 = 189u16

Source§

impl IDLInterface for IDBTransaction

Source§

const PROTO_FIRST: u16 = 190u16

Source§

const PROTO_LAST: u16 = 190u16

Source§

impl IDLInterface for IDBVersionChangeEvent

Source§

const PROTO_FIRST: u16 = 108u16

Source§

const PROTO_LAST: u16 = 108u16

Source§

impl IDLInterface for IntersectionObserver

Source§

const PROTO_FIRST: u16 = 389u16

Source§

const PROTO_LAST: u16 = 389u16

Source§

impl IDLInterface for IntersectionObserverEntry

Source§

const PROTO_FIRST: u16 = 390u16

Source§

const PROTO_LAST: u16 = 390u16

Source§

impl IDLInterface for Location

Source§

const PROTO_FIRST: u16 = 392u16

Source§

const PROTO_LAST: u16 = 392u16

Source§

impl IDLInterface for MediaDeviceInfo

Source§

const PROTO_FIRST: u16 = 393u16

Source§

const PROTO_LAST: u16 = 393u16

Source§

impl IDLInterface for MediaDevices

Source§

const PROTO_FIRST: u16 = 191u16

Source§

const PROTO_LAST: u16 = 191u16

Source§

impl IDLInterface for MediaError

Source§

const PROTO_FIRST: u16 = 394u16

Source§

const PROTO_LAST: u16 = 394u16

Source§

impl IDLInterface for MediaList

Source§

const PROTO_FIRST: u16 = 395u16

Source§

const PROTO_LAST: u16 = 395u16

Source§

impl IDLInterface for MediaMetadata

Source§

const PROTO_FIRST: u16 = 396u16

Source§

const PROTO_LAST: u16 = 396u16

Source§

impl IDLInterface for MediaQueryList

Source§

const PROTO_FIRST: u16 = 192u16

Source§

const PROTO_LAST: u16 = 192u16

Source§

impl IDLInterface for MediaQueryListEvent

Source§

const PROTO_FIRST: u16 = 109u16

Source§

const PROTO_LAST: u16 = 109u16

Source§

impl IDLInterface for MediaSession

Source§

const PROTO_FIRST: u16 = 397u16

Source§

const PROTO_LAST: u16 = 397u16

Source§

impl IDLInterface for MediaStream

Source§

const PROTO_FIRST: u16 = 193u16

Source§

const PROTO_LAST: u16 = 193u16

Source§

impl IDLInterface for MediaStreamTrack

Source§

const PROTO_FIRST: u16 = 194u16

Source§

const PROTO_LAST: u16 = 194u16

Source§

impl IDLInterface for VideoTrack

Source§

const PROTO_FIRST: u16 = 506u16

Source§

const PROTO_LAST: u16 = 506u16

Source§

impl IDLInterface for VideoTrackList

Source§

const PROTO_FIRST: u16 = 300u16

Source§

const PROTO_LAST: u16 = 300u16

Source§

impl IDLInterface for MessageChannel

Source§

const PROTO_FIRST: u16 = 398u16

Source§

const PROTO_LAST: u16 = 398u16

Source§

impl IDLInterface for MessagePort

Source§

const PROTO_FIRST: u16 = 195u16

Source§

const PROTO_LAST: u16 = 195u16

Source§

impl IDLInterface for MimeType

Source§

const PROTO_FIRST: u16 = 399u16

Source§

const PROTO_LAST: u16 = 399u16

Source§

impl IDLInterface for MimeTypeArray

Source§

const PROTO_FIRST: u16 = 400u16

Source§

const PROTO_LAST: u16 = 400u16

Source§

impl IDLInterface for MutationObserver

Source§

const PROTO_FIRST: u16 = 401u16

Source§

const PROTO_LAST: u16 = 401u16

Source§

impl IDLInterface for MutationRecord

Source§

const PROTO_FIRST: u16 = 402u16

Source§

const PROTO_LAST: u16 = 402u16

Source§

impl IDLInterface for NamedNodeMap

Source§

const PROTO_FIRST: u16 = 403u16

Source§

const PROTO_LAST: u16 = 403u16

Source§

impl IDLInterface for NavigationPreloadManager

Source§

const PROTO_FIRST: u16 = 404u16

Source§

const PROTO_LAST: u16 = 404u16

Source§

impl IDLInterface for Navigator

Source§

const PROTO_FIRST: u16 = 405u16

Source§

const PROTO_LAST: u16 = 405u16

Source§

impl IDLInterface for Node

Source§

const PROTO_FIRST: u16 = 196u16

Source§

const PROTO_LAST: u16 = 284u16

Source§

impl IDLInterface for NodeIterator

Source§

const PROTO_FIRST: u16 = 406u16

Source§

const PROTO_LAST: u16 = 406u16

Source§

impl IDLInterface for NodeList

Source§

const PROTO_FIRST: u16 = 407u16

Source§

const PROTO_LAST: u16 = 408u16

Source§

impl IDLInterface for Notification

Source§

const PROTO_FIRST: u16 = 285u16

Source§

const PROTO_LAST: u16 = 285u16

Source§

impl IDLInterface for Origin

Source§

const PROTO_FIRST: u16 = 417u16

Source§

const PROTO_LAST: u16 = 417u16

Source§

impl IDLInterface for PaintSize

Source§

const PROTO_FIRST: u16 = 419u16

Source§

const PROTO_LAST: u16 = 419u16

Source§

impl IDLInterface for PaintWorkletGlobalScope

Source§

const PROTO_FIRST: u16 = 185u16

Source§

const PROTO_LAST: u16 = 185u16

Source§

impl IDLInterface for LargestContentfulPaint

Source§

const PROTO_FIRST: u16 = 422u16

Source§

const PROTO_LAST: u16 = 422u16

Source§

impl IDLInterface for Performance

Source§

const PROTO_FIRST: u16 = 287u16

Source§

const PROTO_LAST: u16 = 287u16

Source§

impl IDLInterface for PerformanceEntry

Source§

const PROTO_FIRST: u16 = 421u16

Source§

const PROTO_LAST: u16 = 428u16

Source§

impl IDLInterface for PerformanceMark

Source§

const PROTO_FIRST: u16 = 423u16

Source§

const PROTO_LAST: u16 = 423u16

Source§

impl IDLInterface for PerformanceMeasure

Source§

const PROTO_FIRST: u16 = 424u16

Source§

const PROTO_LAST: u16 = 424u16

Source§

impl IDLInterface for PerformanceNavigation

Source§

const PROTO_FIRST: u16 = 429u16

Source§

const PROTO_LAST: u16 = 429u16

Source§

impl IDLInterface for PerformanceNavigationTiming

Source§

const PROTO_FIRST: u16 = 427u16

Source§

const PROTO_LAST: u16 = 427u16

Source§

impl IDLInterface for PerformanceObserver

Source§

const PROTO_FIRST: u16 = 430u16

Source§

const PROTO_LAST: u16 = 430u16

Source§

impl IDLInterface for PerformanceObserverEntryList

Source§

const PROTO_FIRST: u16 = 431u16

Source§

const PROTO_LAST: u16 = 431u16

Source§

impl IDLInterface for PerformancePaintTiming

Source§

const PROTO_FIRST: u16 = 425u16

Source§

const PROTO_LAST: u16 = 425u16

Source§

impl IDLInterface for PerformanceResourceTiming

Source§

const PROTO_FIRST: u16 = 426u16

Source§

const PROTO_LAST: u16 = 427u16

Source§

impl IDLInterface for Permissions

Source§

const PROTO_FIRST: u16 = 432u16

Source§

const PROTO_LAST: u16 = 432u16

Source§

impl IDLInterface for PermissionStatus

Source§

const PROTO_FIRST: u16 = 288u16

Source§

const PROTO_LAST: u16 = 289u16

Source§

impl IDLInterface for PipelineId

Source§

const PROTO_FIRST: u16 = 433u16

Source§

const PROTO_LAST: u16 = 433u16

Source§

impl IDLInterface for Plugin

Source§

const PROTO_FIRST: u16 = 434u16

Source§

const PROTO_LAST: u16 = 434u16

Source§

impl IDLInterface for PluginArray

Source§

const PROTO_FIRST: u16 = 435u16

Source§

const PROTO_LAST: u16 = 435u16

Source§

impl IDLInterface for ProcessingInstruction

Source§

const PROTO_FIRST: u16 = 200u16

Source§

const PROTO_LAST: u16 = 200u16

Source§

impl IDLInterface for PromiseNativeHandler

Source§

const PROTO_FIRST: u16 = 437u16

Source§

const PROTO_LAST: u16 = 437u16

Source§

impl IDLInterface for QuotaExceededError

Source§

const PROTO_FIRST: u16 = 56u16

Source§

const PROTO_LAST: u16 = 56u16

Source§

impl IDLInterface for RadioNodeList

Source§

const PROTO_FIRST: u16 = 408u16

Source§

const PROTO_LAST: u16 = 408u16

Source§

impl IDLInterface for Range

Source§

const PROTO_FIRST: u16 = 3u16

Source§

const PROTO_LAST: u16 = 3u16

Source§

impl IDLInterface for ReportingObserver

Source§

const PROTO_FIRST: u16 = 448u16

Source§

const PROTO_LAST: u16 = 448u16

Source§

impl IDLInterface for Request

Source§

const PROTO_FIRST: u16 = 449u16

Source§

const PROTO_LAST: u16 = 449u16

Source§

impl IDLInterface for ResizeObserver

Source§

const PROTO_FIRST: u16 = 450u16

Source§

const PROTO_LAST: u16 = 450u16

Source§

impl IDLInterface for ResizeObserverEntry

Source§

const PROTO_FIRST: u16 = 451u16

Source§

const PROTO_LAST: u16 = 451u16

Source§

impl IDLInterface for ResizeObserverSize

Source§

const PROTO_FIRST: u16 = 452u16

Source§

const PROTO_LAST: u16 = 452u16

Source§

impl IDLInterface for Response

Source§

const PROTO_FIRST: u16 = 453u16

Source§

const PROTO_LAST: u16 = 453u16

Source§

impl IDLInterface for Screen

Source§

const PROTO_FIRST: u16 = 455u16

Source§

const PROTO_LAST: u16 = 455u16

Source§

impl IDLInterface for Sanitizer

Source§

const PROTO_FIRST: u16 = 454u16

Source§

const PROTO_LAST: u16 = 454u16

Source§

impl IDLInterface for SecurityPolicyViolationEvent

Source§

const PROTO_FIRST: u16 = 120u16

Source§

const PROTO_LAST: u16 = 120u16

Source§

impl IDLInterface for Selection

Source§

const PROTO_FIRST: u16 = 456u16

Source§

const PROTO_LAST: u16 = 456u16

Source§

impl IDLInterface for ServoInternals

Source§

const PROTO_FIRST: u16 = 457u16

Source§

const PROTO_LAST: u16 = 457u16

Source§

impl IDLInterface for ServoParser

Source§

const PROTO_FIRST: u16 = 458u16

Source§

const PROTO_LAST: u16 = 458u16

Source§

impl IDLInterface for ShadowRoot

Source§

const PROTO_FIRST: u16 = 207u16

Source§

const PROTO_LAST: u16 = 207u16

Source§

impl IDLInterface for StaticRange

Source§

const PROTO_FIRST: u16 = 4u16

Source§

const PROTO_LAST: u16 = 4u16

Source§

impl IDLInterface for Storage

Source§

const PROTO_FIRST: u16 = 459u16

Source§

const PROTO_LAST: u16 = 459u16

Source§

impl IDLInterface for StorageManager

Source§

const PROTO_FIRST: u16 = 460u16

Source§

const PROTO_LAST: u16 = 460u16

Source§

impl IDLInterface for ByteLengthQueuingStrategy

Source§

const PROTO_FIRST: u16 = 17u16

Source§

const PROTO_LAST: u16 = 17u16

Source§

impl IDLInterface for ByteTeeReadIntoRequest

Source§

const PROTO_FIRST: u16 = 18u16

Source§

const PROTO_LAST: u16 = 18u16

Source§

impl IDLInterface for ByteTeeReadRequest

Source§

const PROTO_FIRST: u16 = 19u16

Source§

const PROTO_LAST: u16 = 19u16

Source§

impl IDLInterface for ByteTeeUnderlyingSource

Source§

const PROTO_FIRST: u16 = 20u16

Source§

const PROTO_LAST: u16 = 20u16

Source§

impl IDLInterface for CompressionStream

Source§

const PROTO_FIRST: u16 = 44u16

Source§

const PROTO_LAST: u16 = 44u16

Source§

impl IDLInterface for CountQueuingStrategy

Source§

const PROTO_FIRST: u16 = 45u16

Source§

const PROTO_LAST: u16 = 45u16

Source§

impl IDLInterface for DecompressionStream

Source§

const PROTO_FIRST: u16 = 74u16

Source§

const PROTO_LAST: u16 = 74u16

Source§

impl IDLInterface for DefaultTeeReadRequest

Source§

const PROTO_FIRST: u16 = 75u16

Source§

const PROTO_LAST: u16 = 75u16

Source§

impl IDLInterface for DefaultTeeUnderlyingSource

Source§

const PROTO_FIRST: u16 = 76u16

Source§

const PROTO_LAST: u16 = 76u16

Source§

impl IDLInterface for ReadableByteStreamController

Source§

const PROTO_FIRST: u16 = 442u16

Source§

const PROTO_LAST: u16 = 442u16

Source§

impl IDLInterface for ReadableStream

Source§

const PROTO_FIRST: u16 = 443u16

Source§

const PROTO_LAST: u16 = 443u16

Source§

impl IDLInterface for ReadableStreamBYOBReader

Source§

const PROTO_FIRST: u16 = 444u16

Source§

const PROTO_LAST: u16 = 444u16

Source§

impl IDLInterface for ReadableStreamBYOBRequest

Source§

const PROTO_FIRST: u16 = 445u16

Source§

const PROTO_LAST: u16 = 445u16

Source§

impl IDLInterface for ReadableStreamDefaultController

Source§

const PROTO_FIRST: u16 = 446u16

Source§

const PROTO_LAST: u16 = 446u16

Source§

impl IDLInterface for ReadableStreamDefaultReader

Source§

const PROTO_FIRST: u16 = 447u16

Source§

const PROTO_LAST: u16 = 447u16

Source§

impl IDLInterface for TransformStream

Source§

const PROTO_FIRST: u16 = 490u16

Source§

const PROTO_LAST: u16 = 490u16

Source§

impl IDLInterface for TransformStreamDefaultController

Source§

const PROTO_FIRST: u16 = 491u16

Source§

const PROTO_LAST: u16 = 491u16

Source§

impl IDLInterface for UnderlyingSourceContainer

Source§

const PROTO_FIRST: u16 = 502u16

Source§

const PROTO_LAST: u16 = 502u16

Source§

impl IDLInterface for WritableStream

Source§

const PROTO_FIRST: u16 = 535u16

Source§

const PROTO_LAST: u16 = 535u16

Source§

impl IDLInterface for WritableStreamDefaultController

Source§

const PROTO_FIRST: u16 = 536u16

Source§

const PROTO_LAST: u16 = 536u16

Source§

impl IDLInterface for WritableStreamDefaultWriter

Source§

const PROTO_FIRST: u16 = 537u16

Source§

const PROTO_LAST: u16 = 537u16

Source§

impl IDLInterface for SVGElement

Source§

const PROTO_FIRST: u16 = 281u16

Source§

const PROTO_LAST: u16 = 284u16

Source§

impl IDLInterface for SVGGraphicsElement

Source§

const PROTO_FIRST: u16 = 282u16

Source§

const PROTO_LAST: u16 = 284u16

Source§

impl IDLInterface for SVGImageElement

Source§

const PROTO_FIRST: u16 = 283u16

Source§

const PROTO_LAST: u16 = 283u16

Source§

impl IDLInterface for SVGSVGElement

Source§

const PROTO_FIRST: u16 = 284u16

Source§

const PROTO_LAST: u16 = 284u16

Source§

impl IDLInterface for LayoutResult

Source§

const PROTO_FIRST: u16 = 391u16

Source§

const PROTO_LAST: u16 = 391u16

Source§

impl IDLInterface for TestBinding

Source§

const PROTO_FIRST: u16 = 466u16

Source§

const PROTO_LAST: u16 = 467u16

Source§

impl IDLInterface for TestBindingIterable

Source§

const PROTO_FIRST: u16 = 468u16

Source§

const PROTO_LAST: u16 = 468u16

Source§

impl IDLInterface for TestBindingMaplikeWithInterface

Source§

const PROTO_FIRST: u16 = 469u16

Source§

const PROTO_LAST: u16 = 469u16

Source§

impl IDLInterface for TestBindingMaplikeWithPrimitive

Source§

const PROTO_FIRST: u16 = 471u16

Source§

const PROTO_LAST: u16 = 471u16

Source§

impl IDLInterface for TestBindingPairIterable

Source§

const PROTO_FIRST: u16 = 473u16

Source§

const PROTO_LAST: u16 = 473u16

Source§

impl IDLInterface for TestBindingProxy

Source§

const PROTO_FIRST: u16 = 467u16

Source§

const PROTO_LAST: u16 = 467u16

Source§

impl IDLInterface for TestBindingSetlikeWithInterface

Source§

const PROTO_FIRST: u16 = 475u16

Source§

const PROTO_LAST: u16 = 475u16

Source§

impl IDLInterface for TestBindingSetlikeWithPrimitive

Source§

const PROTO_FIRST: u16 = 477u16

Source§

const PROTO_LAST: u16 = 477u16

Source§

impl IDLInterface for TestWorklet

Source§

const PROTO_FIRST: u16 = 480u16

Source§

const PROTO_LAST: u16 = 480u16

Source§

impl IDLInterface for TestWorkletGlobalScope

Source§

const PROTO_FIRST: u16 = 186u16

Source§

const PROTO_LAST: u16 = 186u16

Source§

impl IDLInterface for Text

Source§

const PROTO_FIRST: u16 = 201u16

Source§

const PROTO_LAST: u16 = 202u16

Source§

impl IDLInterface for TimeRanges

Source§

const PROTO_FIRST: u16 = 487u16

Source§

const PROTO_LAST: u16 = 487u16

Source§

impl IDLInterface for Touch

Source§

const PROTO_FIRST: u16 = 488u16

Source§

const PROTO_LAST: u16 = 488u16

Source§

impl IDLInterface for TouchList

Source§

const PROTO_FIRST: u16 = 489u16

Source§

const PROTO_LAST: u16 = 489u16

Source§

impl IDLInterface for TreeWalker

Source§

const PROTO_FIRST: u16 = 492u16

Source§

const PROTO_LAST: u16 = 492u16

Source§

impl IDLInterface for TrustedHTML

Source§

const PROTO_FIRST: u16 = 493u16

Source§

const PROTO_LAST: u16 = 493u16

Source§

impl IDLInterface for TrustedScript

Source§

const PROTO_FIRST: u16 = 494u16

Source§

const PROTO_LAST: u16 = 494u16

Source§

impl IDLInterface for TrustedScriptURL

Source§

const PROTO_FIRST: u16 = 495u16

Source§

const PROTO_LAST: u16 = 495u16

Source§

impl IDLInterface for TrustedTypePolicy

Source§

const PROTO_FIRST: u16 = 496u16

Source§

const PROTO_LAST: u16 = 496u16

Source§

impl IDLInterface for TrustedTypePolicyFactory

Source§

const PROTO_FIRST: u16 = 497u16

Source§

const PROTO_LAST: u16 = 497u16

Source§

impl IDLInterface for URL

Source§

const PROTO_FIRST: u16 = 498u16

Source§

const PROTO_LAST: u16 = 498u16

Source§

impl IDLInterface for URLPattern

Source§

const PROTO_FIRST: u16 = 499u16

Source§

const PROTO_LAST: u16 = 499u16

Source§

impl IDLInterface for URLSearchParams

Source§

const PROTO_FIRST: u16 = 500u16

Source§

const PROTO_LAST: u16 = 500u16

Source§

impl IDLInterface for UserActivation

Source§

const PROTO_FIRST: u16 = 503u16

Source§

const PROTO_LAST: u16 = 503u16

Source§

impl IDLInterface for ValidityState

Source§

const PROTO_FIRST: u16 = 505u16

Source§

const PROTO_LAST: u16 = 505u16

Source§

impl IDLInterface for VisibilityStateEntry

Source§

const PROTO_FIRST: u16 = 428u16

Source§

const PROTO_LAST: u16 = 428u16

Source§

impl IDLInterface for VisualViewport

Source§

const PROTO_FIRST: u16 = 301u16

Source§

const PROTO_LAST: u16 = 301u16

Source§

impl IDLInterface for WakeLock

Source§

const PROTO_FIRST: u16 = 512u16

Source§

const PROTO_LAST: u16 = 512u16

Source§

impl IDLInterface for WakeLockSentinel

Source§

const PROTO_FIRST: u16 = 302u16

Source§

const PROTO_LAST: u16 = 302u16

Source§

impl IDLInterface for Crypto

Source§

const PROTO_FIRST: u16 = 49u16

Source§

const PROTO_LAST: u16 = 49u16

Source§

impl IDLInterface for CryptoKey

Source§

const PROTO_FIRST: u16 = 50u16

Source§

const PROTO_LAST: u16 = 50u16

Source§

impl IDLInterface for SubtleCrypto

Source§

const PROTO_FIRST: u16 = 465u16

Source§

const PROTO_LAST: u16 = 465u16

Source§

impl IDLInterface for ANGLEInstancedArrays

Source§

const PROTO_FIRST: u16 = 0u16

Source§

const PROTO_LAST: u16 = 0u16

Source§

impl IDLInterface for EXTBlendMinmax

Source§

const PROTO_FIRST: u16 = 78u16

Source§

const PROTO_LAST: u16 = 78u16

Source§

impl IDLInterface for EXTColorBufferHalfFloat

Source§

const PROTO_FIRST: u16 = 79u16

Source§

const PROTO_LAST: u16 = 79u16

Source§

impl IDLInterface for EXTFragDepth

Source§

const PROTO_FIRST: u16 = 80u16

Source§

const PROTO_LAST: u16 = 80u16

Source§

impl IDLInterface for EXTShaderTextureLod

Source§

const PROTO_FIRST: u16 = 81u16

Source§

const PROTO_LAST: u16 = 81u16

Source§

impl IDLInterface for EXTTextureFilterAnisotropic

Source§

const PROTO_FIRST: u16 = 82u16

Source§

const PROTO_LAST: u16 = 82u16

Source§

impl IDLInterface for OESElementIndexUint

Source§

const PROTO_FIRST: u16 = 409u16

Source§

const PROTO_LAST: u16 = 409u16

Source§

impl IDLInterface for OESStandardDerivatives

Source§

const PROTO_FIRST: u16 = 410u16

Source§

const PROTO_LAST: u16 = 410u16

Source§

impl IDLInterface for OESTextureFloat

Source§

const PROTO_FIRST: u16 = 411u16

Source§

const PROTO_LAST: u16 = 411u16

Source§

impl IDLInterface for OESTextureFloatLinear

Source§

const PROTO_FIRST: u16 = 412u16

Source§

const PROTO_LAST: u16 = 412u16

Source§

impl IDLInterface for OESTextureHalfFloat

Source§

const PROTO_FIRST: u16 = 413u16

Source§

const PROTO_LAST: u16 = 413u16

Source§

impl IDLInterface for OESTextureHalfFloatLinear

Source§

const PROTO_FIRST: u16 = 414u16

Source§

const PROTO_LAST: u16 = 414u16

Source§

impl IDLInterface for OESVertexArrayObject

Source§

const PROTO_FIRST: u16 = 415u16

Source§

const PROTO_LAST: u16 = 415u16

Source§

impl IDLInterface for WEBGLColorBufferFloat

Source§

const PROTO_FIRST: u16 = 507u16

Source§

const PROTO_LAST: u16 = 507u16

Source§

impl IDLInterface for WEBGLCompressedTextureETC1

Source§

const PROTO_FIRST: u16 = 508u16

Source§

const PROTO_LAST: u16 = 508u16

Source§

impl IDLInterface for WEBGLCompressedTextureS3TC

Source§

const PROTO_FIRST: u16 = 509u16

Source§

const PROTO_LAST: u16 = 509u16

Source§

impl IDLInterface for WebGL2RenderingContext

Source§

const PROTO_FIRST: u16 = 513u16

Source§

const PROTO_LAST: u16 = 513u16

Source§

impl IDLInterface for WebGLActiveInfo

Source§

const PROTO_FIRST: u16 = 514u16

Source§

const PROTO_LAST: u16 = 514u16

Source§

impl IDLInterface for WebGLBuffer

Source§

const PROTO_FIRST: u16 = 516u16

Source§

const PROTO_LAST: u16 = 516u16

Source§

impl IDLInterface for WebGLContextEvent

Source§

const PROTO_FIRST: u16 = 135u16

Source§

const PROTO_LAST: u16 = 135u16

Source§

impl IDLInterface for WebGLFramebuffer

Source§

const PROTO_FIRST: u16 = 517u16

Source§

const PROTO_LAST: u16 = 517u16

Source§

impl IDLInterface for WebGLObject

Source§

const PROTO_FIRST: u16 = 515u16

Source§

const PROTO_LAST: u16 = 527u16

Source§

impl IDLInterface for WebGLProgram

Source§

const PROTO_FIRST: u16 = 518u16

Source§

const PROTO_LAST: u16 = 518u16

Source§

impl IDLInterface for WebGLQuery

Source§

const PROTO_FIRST: u16 = 519u16

Source§

const PROTO_LAST: u16 = 519u16

Source§

impl IDLInterface for WebGLRenderbuffer

Source§

const PROTO_FIRST: u16 = 520u16

Source§

const PROTO_LAST: u16 = 520u16

Source§

impl IDLInterface for WebGLRenderingContext

Source§

const PROTO_FIRST: u16 = 528u16

Source§

const PROTO_LAST: u16 = 528u16

Source§

impl IDLInterface for WebGLSampler

Source§

const PROTO_FIRST: u16 = 521u16

Source§

const PROTO_LAST: u16 = 521u16

Source§

impl IDLInterface for WebGLShader

Source§

const PROTO_FIRST: u16 = 522u16

Source§

const PROTO_LAST: u16 = 522u16

Source§

impl IDLInterface for WebGLShaderPrecisionFormat

Source§

const PROTO_FIRST: u16 = 529u16

Source§

const PROTO_LAST: u16 = 529u16

Source§

impl IDLInterface for WebGLSync

Source§

const PROTO_FIRST: u16 = 523u16

Source§

const PROTO_LAST: u16 = 523u16

Source§

impl IDLInterface for WebGLTexture

Source§

const PROTO_FIRST: u16 = 524u16

Source§

const PROTO_LAST: u16 = 524u16

Source§

impl IDLInterface for WebGLTransformFeedback

Source§

const PROTO_FIRST: u16 = 525u16

Source§

const PROTO_LAST: u16 = 525u16

Source§

impl IDLInterface for WebGLUniformLocation

Source§

const PROTO_FIRST: u16 = 530u16

Source§

const PROTO_LAST: u16 = 530u16

Source§

impl IDLInterface for WebGLVertexArrayObject

Source§

const PROTO_FIRST: u16 = 526u16

Source§

const PROTO_LAST: u16 = 526u16

Source§

impl IDLInterface for WebGLVertexArrayObjectOES

Source§

const PROTO_FIRST: u16 = 527u16

Source§

const PROTO_LAST: u16 = 527u16

Source§

impl IDLInterface for GPU

Source§

const PROTO_FIRST: u16 = 331u16

Source§

const PROTO_LAST: u16 = 331u16

Source§

impl IDLInterface for GPUAdapter

Source§

const PROTO_FIRST: u16 = 332u16

Source§

const PROTO_LAST: u16 = 332u16

Source§

impl IDLInterface for GPUAdapterInfo

Source§

const PROTO_FIRST: u16 = 333u16

Source§

const PROTO_LAST: u16 = 333u16

Source§

impl IDLInterface for GPUBindGroup

Source§

const PROTO_FIRST: u16 = 334u16

Source§

const PROTO_LAST: u16 = 334u16

Source§

impl IDLInterface for GPUBindGroupLayout

Source§

const PROTO_FIRST: u16 = 335u16

Source§

const PROTO_LAST: u16 = 335u16

Source§

impl IDLInterface for GPUBuffer

Source§

const PROTO_FIRST: u16 = 336u16

Source§

const PROTO_LAST: u16 = 336u16

Source§

impl IDLInterface for GPUCanvasContext

Source§

const PROTO_FIRST: u16 = 337u16

Source§

const PROTO_LAST: u16 = 337u16

Source§

impl IDLInterface for GPUColorWrite

Source§

const PROTO_FIRST: u16 = 338u16

Source§

const PROTO_LAST: u16 = 338u16

Source§

impl IDLInterface for GPUCommandBuffer

Source§

const PROTO_FIRST: u16 = 339u16

Source§

const PROTO_LAST: u16 = 339u16

Source§

impl IDLInterface for GPUCommandEncoder

Source§

const PROTO_FIRST: u16 = 340u16

Source§

const PROTO_LAST: u16 = 340u16

Source§

impl IDLInterface for GPUCompilationInfo

Source§

const PROTO_FIRST: u16 = 341u16

Source§

const PROTO_LAST: u16 = 341u16

Source§

impl IDLInterface for GPUCompilationMessage

Source§

const PROTO_FIRST: u16 = 342u16

Source§

const PROTO_LAST: u16 = 342u16

Source§

impl IDLInterface for GPUComputePassEncoder

Source§

const PROTO_FIRST: u16 = 343u16

Source§

const PROTO_LAST: u16 = 343u16

Source§

impl IDLInterface for GPUComputePipeline

Source§

const PROTO_FIRST: u16 = 344u16

Source§

const PROTO_LAST: u16 = 344u16

Source§

impl IDLInterface for GPUDevice

Source§

const PROTO_FIRST: u16 = 175u16

Source§

const PROTO_LAST: u16 = 175u16

Source§

impl IDLInterface for GPUDeviceLostInfo

Source§

const PROTO_FIRST: u16 = 345u16

Source§

const PROTO_LAST: u16 = 345u16

Source§

impl IDLInterface for GPUError

Source§

const PROTO_FIRST: u16 = 346u16

Source§

const PROTO_LAST: u16 = 349u16

Source§

impl IDLInterface for GPUInternalError

Source§

const PROTO_FIRST: u16 = 347u16

Source§

const PROTO_LAST: u16 = 347u16

Source§

impl IDLInterface for GPUOutOfMemoryError

Source§

const PROTO_FIRST: u16 = 348u16

Source§

const PROTO_LAST: u16 = 348u16

Source§

impl IDLInterface for GPUPipelineError

Source§

const PROTO_FIRST: u16 = 55u16

Source§

const PROTO_LAST: u16 = 55u16

Source§

impl IDLInterface for GPUPipelineLayout

Source§

const PROTO_FIRST: u16 = 350u16

Source§

const PROTO_LAST: u16 = 350u16

Source§

impl IDLInterface for GPUQuerySet

Source§

const PROTO_FIRST: u16 = 351u16

Source§

const PROTO_LAST: u16 = 351u16

Source§

impl IDLInterface for GPUQueue

Source§

const PROTO_FIRST: u16 = 352u16

Source§

const PROTO_LAST: u16 = 352u16

Source§

impl IDLInterface for GPURenderBundle

Source§

const PROTO_FIRST: u16 = 353u16

Source§

const PROTO_LAST: u16 = 353u16

Source§

impl IDLInterface for GPURenderBundleEncoder

Source§

const PROTO_FIRST: u16 = 354u16

Source§

const PROTO_LAST: u16 = 354u16

Source§

impl IDLInterface for GPURenderPassEncoder

Source§

const PROTO_FIRST: u16 = 355u16

Source§

const PROTO_LAST: u16 = 355u16

Source§

impl IDLInterface for GPURenderPipeline

Source§

const PROTO_FIRST: u16 = 356u16

Source§

const PROTO_LAST: u16 = 356u16

Source§

impl IDLInterface for GPUSampler

Source§

const PROTO_FIRST: u16 = 357u16

Source§

const PROTO_LAST: u16 = 357u16

Source§

impl IDLInterface for GPUShaderModule

Source§

const PROTO_FIRST: u16 = 358u16

Source§

const PROTO_LAST: u16 = 358u16

Source§

impl IDLInterface for GPUShaderStage

Source§

const PROTO_FIRST: u16 = 359u16

Source§

const PROTO_LAST: u16 = 359u16

Source§

impl IDLInterface for GPUSupportedFeatures

Source§

const PROTO_FIRST: u16 = 360u16

Source§

const PROTO_LAST: u16 = 360u16

Source§

impl IDLInterface for GPUSupportedLimits

Source§

const PROTO_FIRST: u16 = 362u16

Source§

const PROTO_LAST: u16 = 362u16

Source§

impl IDLInterface for GPUTexture

Source§

const PROTO_FIRST: u16 = 363u16

Source§

const PROTO_LAST: u16 = 363u16

Source§

impl IDLInterface for GPUTextureUsage

Source§

const PROTO_FIRST: u16 = 364u16

Source§

const PROTO_LAST: u16 = 364u16

Source§

impl IDLInterface for GPUTextureView

Source§

const PROTO_FIRST: u16 = 365u16

Source§

const PROTO_LAST: u16 = 365u16

Source§

impl IDLInterface for GPUUncapturedErrorEvent

Source§

const PROTO_FIRST: u16 = 105u16

Source§

const PROTO_LAST: u16 = 105u16

Source§

impl IDLInterface for GPUValidationError

Source§

const PROTO_FIRST: u16 = 349u16

Source§

const PROTO_LAST: u16 = 349u16

Source§

impl IDLInterface for WGSLLanguageFeatures

Source§

const PROTO_FIRST: u16 = 510u16

Source§

const PROTO_LAST: u16 = 510u16

Source§

impl IDLInterface for RTCDataChannel

Source§

const PROTO_FIRST: u16 = 290u16

Source§

const PROTO_LAST: u16 = 290u16

Source§

impl IDLInterface for RTCDataChannelEvent

Source§

const PROTO_FIRST: u16 = 116u16

Source§

const PROTO_LAST: u16 = 116u16

Source§

impl IDLInterface for RTCError

Source§

const PROTO_FIRST: u16 = 57u16

Source§

const PROTO_LAST: u16 = 57u16

Source§

impl IDLInterface for RTCErrorEvent

Source§

const PROTO_FIRST: u16 = 117u16

Source§

const PROTO_LAST: u16 = 117u16

Source§

impl IDLInterface for RTCIceCandidate

Source§

const PROTO_FIRST: u16 = 438u16

Source§

const PROTO_LAST: u16 = 438u16

Source§

impl IDLInterface for RTCPeerConnection

Source§

const PROTO_FIRST: u16 = 291u16

Source§

const PROTO_LAST: u16 = 291u16

Source§

impl IDLInterface for RTCPeerConnectionIceEvent

Source§

const PROTO_FIRST: u16 = 118u16

Source§

const PROTO_LAST: u16 = 118u16

Source§

impl IDLInterface for RTCRtpSender

Source§

const PROTO_FIRST: u16 = 439u16

Source§

const PROTO_LAST: u16 = 439u16

Source§

impl IDLInterface for RTCRtpTransceiver

Source§

const PROTO_FIRST: u16 = 440u16

Source§

const PROTO_LAST: u16 = 440u16

Source§

impl IDLInterface for RTCSessionDescription

Source§

const PROTO_FIRST: u16 = 441u16

Source§

const PROTO_LAST: u16 = 441u16

Source§

impl IDLInterface for RTCTrackEvent

Source§

const PROTO_FIRST: u16 = 119u16

Source§

const PROTO_LAST: u16 = 119u16

Source§

impl IDLInterface for WebSocket

Source§

const PROTO_FIRST: u16 = 303u16

Source§

const PROTO_LAST: u16 = 303u16

Source§

impl IDLInterface for TextTrack

Source§

const PROTO_FIRST: u16 = 296u16

Source§

const PROTO_LAST: u16 = 296u16

Source§

impl IDLInterface for TextTrackCue

Source§

const PROTO_FIRST: u16 = 297u16

Source§

const PROTO_LAST: u16 = 298u16

Source§

impl IDLInterface for TextTrackCueList

Source§

const PROTO_FIRST: u16 = 486u16

Source§

const PROTO_LAST: u16 = 486u16

Source§

impl IDLInterface for TextTrackList

Source§

const PROTO_FIRST: u16 = 299u16

Source§

const PROTO_LAST: u16 = 299u16

Source§

impl IDLInterface for TrackEvent

Source§

const PROTO_FIRST: u16 = 124u16

Source§

const PROTO_LAST: u16 = 124u16

Source§

impl IDLInterface for VTTCue

Source§

const PROTO_FIRST: u16 = 298u16

Source§

const PROTO_LAST: u16 = 298u16

Source§

impl IDLInterface for VTTRegion

Source§

const PROTO_FIRST: u16 = 504u16

Source§

const PROTO_LAST: u16 = 504u16

Source§

impl IDLInterface for FakeXRDevice

Source§

const PROTO_FIRST: u16 = 322u16

Source§

const PROTO_LAST: u16 = 322u16

Source§

impl IDLInterface for FakeXRInputController

Source§

const PROTO_FIRST: u16 = 323u16

Source§

const PROTO_LAST: u16 = 323u16

Source§

impl IDLInterface for XRBoundedReferenceSpace

Source§

const PROTO_FIRST: u16 = 320u16

Source§

const PROTO_LAST: u16 = 320u16

Source§

impl IDLInterface for XRCompositionLayer

Source§

const PROTO_FIRST: u16 = 309u16

Source§

const PROTO_LAST: u16 = 314u16

Source§

impl IDLInterface for XRCubeLayer

Source§

const PROTO_FIRST: u16 = 310u16

Source§

const PROTO_LAST: u16 = 310u16

Source§

impl IDLInterface for XRCylinderLayer

Source§

const PROTO_FIRST: u16 = 311u16

Source§

const PROTO_LAST: u16 = 311u16

Source§

impl IDLInterface for XREquirectLayer

Source§

const PROTO_FIRST: u16 = 312u16

Source§

const PROTO_LAST: u16 = 312u16

Source§

impl IDLInterface for XRFrame

Source§

const PROTO_FIRST: u16 = 542u16

Source§

const PROTO_LAST: u16 = 542u16

Source§

impl IDLInterface for XRHand

Source§

const PROTO_FIRST: u16 = 543u16

Source§

const PROTO_LAST: u16 = 543u16

Source§

impl IDLInterface for XRHitTestResult

Source§

const PROTO_FIRST: u16 = 545u16

Source§

const PROTO_LAST: u16 = 545u16

Source§

impl IDLInterface for XRHitTestSource

Source§

const PROTO_FIRST: u16 = 546u16

Source§

const PROTO_LAST: u16 = 546u16

Source§

impl IDLInterface for XRInputSource

Source§

const PROTO_FIRST: u16 = 547u16

Source§

const PROTO_LAST: u16 = 547u16

Source§

impl IDLInterface for XRInputSourceArray

Source§

const PROTO_FIRST: u16 = 548u16

Source§

const PROTO_LAST: u16 = 548u16

Source§

impl IDLInterface for XRInputSourceEvent

Source§

const PROTO_FIRST: u16 = 136u16

Source§

const PROTO_LAST: u16 = 136u16

Source§

impl IDLInterface for XRInputSourcesChangeEvent

Source§

const PROTO_FIRST: u16 = 137u16

Source§

const PROTO_LAST: u16 = 137u16

Source§

impl IDLInterface for XRJointPose

Source§

const PROTO_FIRST: u16 = 551u16

Source§

const PROTO_LAST: u16 = 551u16

Source§

impl IDLInterface for XRJointSpace

Source§

const PROTO_FIRST: u16 = 318u16

Source§

const PROTO_LAST: u16 = 318u16

Source§

impl IDLInterface for XRLayer

Source§

const PROTO_FIRST: u16 = 308u16

Source§

const PROTO_LAST: u16 = 315u16

Source§

impl IDLInterface for XRLayerEvent

Source§

const PROTO_FIRST: u16 = 138u16

Source§

const PROTO_LAST: u16 = 138u16

Source§

impl IDLInterface for XRMediaBinding

Source§

const PROTO_FIRST: u16 = 549u16

Source§

const PROTO_LAST: u16 = 549u16

Source§

impl IDLInterface for XRPose

Source§

const PROTO_FIRST: u16 = 550u16

Source§

const PROTO_LAST: u16 = 552u16

Source§

impl IDLInterface for XRProjectionLayer

Source§

const PROTO_FIRST: u16 = 313u16

Source§

const PROTO_LAST: u16 = 313u16

Source§

impl IDLInterface for XRQuadLayer

Source§

const PROTO_FIRST: u16 = 314u16

Source§

const PROTO_LAST: u16 = 314u16

Source§

impl IDLInterface for XRRay

Source§

const PROTO_FIRST: u16 = 553u16

Source§

const PROTO_LAST: u16 = 553u16

Source§

impl IDLInterface for XRReferenceSpace

Source§

const PROTO_FIRST: u16 = 319u16

Source§

const PROTO_LAST: u16 = 320u16

Source§

impl IDLInterface for XRReferenceSpaceEvent

Source§

const PROTO_FIRST: u16 = 139u16

Source§

const PROTO_LAST: u16 = 139u16

Source§

impl IDLInterface for XRRenderState

Source§

const PROTO_FIRST: u16 = 554u16

Source§

const PROTO_LAST: u16 = 554u16

Source§

impl IDLInterface for XRRigidTransform

Source§

const PROTO_FIRST: u16 = 555u16

Source§

const PROTO_LAST: u16 = 555u16

Source§

impl IDLInterface for XRSession

Source§

const PROTO_FIRST: u16 = 316u16

Source§

const PROTO_LAST: u16 = 316u16

Source§

impl IDLInterface for XRSessionEvent

Source§

const PROTO_FIRST: u16 = 140u16

Source§

const PROTO_LAST: u16 = 140u16

Source§

impl IDLInterface for XRSpace

Source§

const PROTO_FIRST: u16 = 317u16

Source§

const PROTO_LAST: u16 = 320u16

Source§

impl IDLInterface for XRSubImage

Source§

const PROTO_FIRST: u16 = 556u16

Source§

const PROTO_LAST: u16 = 557u16

Source§

impl IDLInterface for XRSystem

Source§

const PROTO_FIRST: u16 = 321u16

Source§

const PROTO_LAST: u16 = 321u16

Source§

impl IDLInterface for XRTest

Source§

const PROTO_FIRST: u16 = 558u16

Source§

const PROTO_LAST: u16 = 558u16

Source§

impl IDLInterface for XRView

Source§

const PROTO_FIRST: u16 = 559u16

Source§

const PROTO_LAST: u16 = 559u16

Source§

impl IDLInterface for XRViewerPose

Source§

const PROTO_FIRST: u16 = 552u16

Source§

const PROTO_LAST: u16 = 552u16

Source§

impl IDLInterface for XRViewport

Source§

const PROTO_FIRST: u16 = 560u16

Source§

const PROTO_LAST: u16 = 560u16

Source§

impl IDLInterface for XRWebGLBinding

Source§

const PROTO_FIRST: u16 = 561u16

Source§

const PROTO_LAST: u16 = 561u16

Source§

impl IDLInterface for XRWebGLLayer

Source§

const PROTO_FIRST: u16 = 315u16

Source§

const PROTO_LAST: u16 = 315u16

Source§

impl IDLInterface for XRWebGLSubImage

Source§

const PROTO_FIRST: u16 = 557u16

Source§

const PROTO_LAST: u16 = 557u16

Source§

impl IDLInterface for Window

Source§

const PROTO_FIRST: u16 = 179u16

Source§

const PROTO_LAST: u16 = 179u16

Source§

impl IDLInterface for DedicatedWorkerGlobalScope

Source§

const PROTO_FIRST: u16 = 181u16

Source§

const PROTO_LAST: u16 = 181u16

Source§

impl IDLInterface for ServiceWorker

Source§

const PROTO_FIRST: u16 = 292u16

Source§

const PROTO_LAST: u16 = 292u16

Source§

impl IDLInterface for ServiceWorkerContainer

Source§

const PROTO_FIRST: u16 = 293u16

Source§

const PROTO_LAST: u16 = 293u16

Source§

impl IDLInterface for ServiceWorkerGlobalScope

Source§

const PROTO_FIRST: u16 = 182u16

Source§

const PROTO_LAST: u16 = 182u16

Source§

impl IDLInterface for ServiceWorkerRegistration

Source§

const PROTO_FIRST: u16 = 294u16

Source§

const PROTO_LAST: u16 = 294u16

Source§

impl IDLInterface for SharedWorker

Source§

const PROTO_FIRST: u16 = 295u16

Source§

const PROTO_LAST: u16 = 295u16

Source§

impl IDLInterface for SharedWorkerGlobalScope

Source§

const PROTO_FIRST: u16 = 183u16

Source§

const PROTO_LAST: u16 = 183u16

Source§

impl IDLInterface for Worker

Source§

const PROTO_FIRST: u16 = 304u16

Source§

const PROTO_LAST: u16 = 304u16

Source§

impl IDLInterface for WorkerGlobalScope

Source§

const PROTO_FIRST: u16 = 180u16

Source§

const PROTO_LAST: u16 = 183u16

Source§

impl IDLInterface for WorkerLocation

Source§

const PROTO_FIRST: u16 = 532u16

Source§

const PROTO_LAST: u16 = 532u16

Source§

impl IDLInterface for WorkerNavigator

Source§

const PROTO_FIRST: u16 = 533u16

Source§

const PROTO_LAST: u16 = 533u16

Source§

impl IDLInterface for Worklet

Source§

const PROTO_FIRST: u16 = 534u16

Source§

const PROTO_LAST: u16 = 534u16

Source§

impl IDLInterface for WorkletGlobalScope

Source§

const PROTO_FIRST: u16 = 184u16

Source§

const PROTO_LAST: u16 = 186u16

Source§

impl IDLInterface for XMLDocument

Source§

const PROTO_FIRST: u16 = 205u16

Source§

const PROTO_LAST: u16 = 205u16

Source§

impl IDLInterface for XMLHttpRequest

Source§

const PROTO_FIRST: u16 = 306u16

Source§

const PROTO_LAST: u16 = 306u16

Source§

impl IDLInterface for XMLHttpRequestEventTarget

Source§

const PROTO_FIRST: u16 = 305u16

Source§

const PROTO_LAST: u16 = 307u16

Source§

impl IDLInterface for XMLHttpRequestUpload

Source§

const PROTO_FIRST: u16 = 307u16

Source§

const PROTO_LAST: u16 = 307u16

Source§

impl IDLInterface for XMLSerializer

Source§

const PROTO_FIRST: u16 = 538u16

Source§

const PROTO_LAST: u16 = 538u16

Source§

impl IDLInterface for XPathEvaluator

Source§

const PROTO_FIRST: u16 = 539u16

Source§

const PROTO_LAST: u16 = 539u16

Source§

impl IDLInterface for XPathExpression

Source§

const PROTO_FIRST: u16 = 540u16

Source§

const PROTO_LAST: u16 = 540u16

Source§

impl IDLInterface for XPathResult

Source§

const PROTO_FIRST: u16 = 541u16

Source§

const PROTO_LAST: u16 = 541u16

Source§

impl<D, T> IDLInterface for IterableIterator<D, T>