Struct xpcom::interfaces::nsIHeapAllocatedCallback [] [src]

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

interface nsIHeapAllocatedCallback : nsISupports

Methods

impl nsIHeapAllocatedCallback
[src]

[src]

Cast this nsIHeapAllocatedCallback to one of its base interfaces.

impl nsIHeapAllocatedCallback
[src]

[src]

void callback (in int64_t bytesAllocated);

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

IID: nsIID = nsID(444648719, 3486, 17303, [190, 105, 104, 173, 40, 254, 81, 117])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIHeapAllocatedCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.