Struct xpcom::interfaces::nsIScriptErrorNote [] [src]

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

interface nsIScriptErrorNote : nsISupports

Methods

impl nsIScriptErrorNote
[src]

[src]

Cast this nsIScriptErrorNote to one of its base interfaces.

impl nsIScriptErrorNote
[src]

[src]

readonly attribute AString errorMessage;

[src]

readonly attribute AString sourceName;

[src]

readonly attribute uint32_t lineNumber;

[src]

readonly attribute uint32_t columnNumber;

[src]

AUTF8String toString ();

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

IID: nsIID = nsID(3901964233, 49922, 19986, [165, 91, 79, 136, 97, 29, 156, 108])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIScriptErrorNote
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.