Struct xpcom::interfaces::nsIDOMScrollAreaEvent [] [src]

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

interface nsIDOMScrollAreaEvent : nsIDOMUIEvent

Methods

impl nsIDOMScrollAreaEvent
[src]

[src]

Cast this nsIDOMScrollAreaEvent to one of its base interfaces.

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 nsIDOMScrollAreaEvent
[src]

IID: nsIID = nsID(1485038948, 58998, 18002, [148, 33, 125, 246, 19, 32, 22, 178])

[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 nsIDOMScrollAreaEvent
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMScrollAreaEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.