Struct xpcom::interfaces::nsIHandleReportCallback [] [src]

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

interface nsIHandleReportCallback : nsISupports

Methods

impl nsIHandleReportCallback
[src]

[src]

Cast this nsIHandleReportCallback to one of its base interfaces.

impl nsIHandleReportCallback
[src]

[src]

void callback (in ACString process, in AUTF8String path, in int32_t kind, in int32_t units, in int64_t amount, in AUTF8String description, in 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 nsIHandleReportCallback
[src]

IID: nsIID = nsID(1659833884, 56278, 4579, [170, 117, 60, 151, 14, 159, 66, 56])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIHandleReportCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.