Struct script::dom::customevent::CustomEvent
source · #[repr(C)]pub struct CustomEvent {
event: Event,
detail: Heap<JSVal>,
}
Fields§
§event: Event
§detail: Heap<JSVal>
Implementations§
source§impl CustomEvent
impl CustomEvent
fn __assert_parent_type(&self)
source§impl CustomEvent
impl CustomEvent
fn new_inherited() -> CustomEvent
pub fn new_uninitialized(global: &GlobalScope) -> Root<Dom<CustomEvent>>
pub fn new(
global: &GlobalScope,
type_: Atom,
bubbles: bool,
cancelable: bool,
detail: HandleValue<'_>
) -> Root<Dom<CustomEvent>>
pub fn Constructor(
global: &GlobalScope,
type_: DOMString,
init: RootedTraceableBox<CustomEventInit>
) -> Result<Root<Dom<CustomEvent>>, Error>
fn init_custom_event(
&self,
type_: Atom,
can_bubble: bool,
cancelable: bool,
detail: HandleValue<'_>
)
Trait Implementations§
source§impl Castable for CustomEvent
impl Castable for CustomEvent
source§impl CustomEventMethods for CustomEvent
impl CustomEventMethods for CustomEvent
source§impl DomObject for CustomEvent
impl DomObject for CustomEvent
source§impl DomObjectWrap for CustomEvent
impl DomObjectWrap for CustomEvent
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::CustomEventBinding::CustomEventBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::customevent::CustomEvent>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::customevent::CustomEvent>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::CustomEventBinding::CustomEventBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::customevent::CustomEvent>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::customevent::CustomEvent>>}
Function pointer to the general wrap function type
source§impl HasParent for CustomEvent
impl HasParent for CustomEvent
source§impl IDLInterface for CustomEvent
impl IDLInterface for CustomEvent
source§impl JSTraceable for CustomEvent
impl JSTraceable for CustomEvent
source§impl MallocSizeOf for CustomEvent
impl MallocSizeOf for CustomEvent
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for CustomEvent
impl MutDomObject for CustomEvent
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<CustomEvent> for CustomEvent
impl PartialEq<CustomEvent> for CustomEvent
source§fn eq(&self, other: &CustomEvent) -> bool
fn eq(&self, other: &CustomEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToJSValConvertible for CustomEvent
impl ToJSValConvertible for CustomEvent
impl DerivedFrom<Event> for CustomEvent
Auto Trait Implementations§
impl !RefUnwindSafe for CustomEvent
impl !Send for CustomEvent
impl !Sync for CustomEvent
impl Unpin for CustomEvent
impl !UnwindSafe for CustomEvent
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert