Struct xpcom::interfaces::nsIDOMMutationEvent [] [src]

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

interface nsIDOMMutationEvent : nsISupports

Methods

impl nsIDOMMutationEvent
[src]

[src]

Cast this nsIDOMMutationEvent to one of its base interfaces.

impl nsIDOMMutationEvent
[src]

MODIFICATION: i64 = 1

ADDITION: i64 = 2

REMOVAL: i64 = 3

SMIL: i64 = 4

[src]

readonly attribute nsIDOMNode relatedNode;

[src]

readonly attribute DOMString prevValue;

[src]

readonly attribute DOMString newValue;

[src]

readonly attribute DOMString attrName;

[src]

readonly attribute unsigned short attrChange;

[src]

void initMutationEvent (in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in nsIDOMNode relatedNodeArg, in DOMString prevValueArg, in DOMString newValueArg, in DOMString attrNameArg, in unsigned short attrChangeArg);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMMutationEvent
[src]

IID: nsIID = nsID(818518399, 48204, 18576, [184, 144, 254, 187, 106, 227, 5, 27])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMMutationEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.