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