Struct xpcom::interfaces::nsIException [] [src]

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

interface nsIException : nsISupports

Methods

impl nsIException
[src]

[src]

Cast this nsIException to one of its base interfaces.

impl nsIException
[src]

[src]

[binaryname(MessageMoz)] readonly attribute AUTF8String message;

[src]

readonly attribute nsresult result;

[src]

readonly attribute AUTF8String name;

[src]

readonly attribute uint32_t columnNumber;

[src]

readonly attribute nsIStackFrame location;

[src]

readonly attribute nsISupports data;

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

IID: nsIID = nsID(1131525567, 26693, 18559, [141, 157, 63, 30, 74, 155, 173, 210])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIException
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.