Struct script::dom::extendableevent::ExtendableEvent
source · #[repr(C)]pub struct ExtendableEvent {
event: Event,
extensions_allowed: bool,
}
Fields§
§event: Event
§extensions_allowed: bool
Implementations§
source§impl ExtendableEvent
impl ExtendableEvent
fn __assert_parent_type(&self)
source§impl ExtendableEvent
impl ExtendableEvent
pub fn new_inherited() -> ExtendableEvent
pub fn new(
worker: &ServiceWorkerGlobalScope,
type_: Atom,
bubbles: bool,
cancelable: bool
) -> Root<Dom<ExtendableEvent>>
pub fn Constructor(
worker: &ServiceWorkerGlobalScope,
type_: DOMString,
init: &ExtendableEventInit
) -> Result<Root<Dom<ExtendableEvent>>, Error>
pub fn WaitUntil(
&self,
_cx: JSContext,
_val: HandleValue<'_>
) -> Result<(), Error>
pub fn IsTrusted(&self) -> bool
Trait Implementations§
source§impl Castable for ExtendableEvent
impl Castable for ExtendableEvent
source§impl DomObject for ExtendableEvent
impl DomObject for ExtendableEvent
source§impl DomObjectWrap for ExtendableEvent
impl DomObjectWrap for ExtendableEvent
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::ExtendableEventBinding::ExtendableEventBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::extendableevent::ExtendableEvent>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::extendableevent::ExtendableEvent>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::ExtendableEventBinding::ExtendableEventBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::extendableevent::ExtendableEvent>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::extendableevent::ExtendableEvent>>}
Function pointer to the general wrap function type
source§impl HasParent for ExtendableEvent
impl HasParent for ExtendableEvent
source§impl IDLInterface for ExtendableEvent
impl IDLInterface for ExtendableEvent
source§impl JSTraceable for ExtendableEvent
impl JSTraceable for ExtendableEvent
source§impl MallocSizeOf for ExtendableEvent
impl MallocSizeOf for ExtendableEvent
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 ExtendableEvent
impl MutDomObject for ExtendableEvent
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<ExtendableEvent> for ExtendableEvent
impl PartialEq<ExtendableEvent> for ExtendableEvent
source§fn eq(&self, other: &ExtendableEvent) -> bool
fn eq(&self, other: &ExtendableEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToJSValConvertible for ExtendableEvent
impl ToJSValConvertible for ExtendableEvent
impl DerivedFrom<Event> for ExtendableEvent
impl DerivedFrom<ExtendableEvent> for ExtendableEvent
impl DerivedFrom<ExtendableEvent> for ExtendableMessageEvent
Auto Trait Implementations§
impl !RefUnwindSafe for ExtendableEvent
impl !Send for ExtendableEvent
impl !Sync for ExtendableEvent
impl Unpin for ExtendableEvent
impl !UnwindSafe for ExtendableEvent
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