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