script::dom::bindings::codegen::Bindings::CustomEventBinding

Type Alias CustomEventInit

Source
pub(crate) type CustomEventInit = CustomEventInit;

Aliased Type§

struct CustomEventInit {
    pub(crate) parent: EventInit,
    pub(crate) detail: RootedTraceableBox<Heap<Value>>,
}

Fields§

§parent: EventInit§detail: RootedTraceableBox<Heap<Value>>

Implementations

Trait Implementations

Source§

impl Default for CustomEventInit

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl ToJSValConvertible for CustomEventInit

Source§

unsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)

Convert self to a JSVal. JSAPI failure causes a panic.
Source§

impl Traceable for CustomEventInit

Source§

unsafe fn trace(&self, tracer: *mut JSTracer)

Trace self.