Struct xpcom::interfaces::nsIDOMFocusEvent [] [src]

#[repr(C)]
pub struct nsIDOMFocusEvent { /* fields omitted */ }

interface nsIDOMFocusEvent : nsIDOMUIEvent

Methods

impl nsIDOMFocusEvent
[src]

[src]

Cast this nsIDOMFocusEvent to one of its base interfaces.

impl nsIDOMFocusEvent
[src]

[src]

readonly attribute nsIDOMEventTarget relatedTarget;

Methods from Deref<Target = nsIDOMUIEvent>

[src]

Cast this nsIDOMUIEvent to one of its base interfaces.

[src]

readonly attribute mozIDOMWindowProxy view;

[src]

readonly attribute long detail;

[src]

void initUIEvent (in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in mozIDOMWindow viewArg, in long detailArg);

[src]

readonly attribute long layerX;

[src]

readonly attribute long layerY;

[src]

readonly attribute long pageX;

[src]

readonly attribute long pageY;

[src]

readonly attribute unsigned long which;

[src]

readonly attribute nsIDOMNode rangeParent;

[src]

readonly attribute long rangeOffset;

Trait Implementations

impl XpCom for nsIDOMFocusEvent
[src]

IID: nsIID = nsID(3467354061, 11438, 17099, [182, 146, 239, 250, 126, 196, 136, 72])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMFocusEvent
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMFocusEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.