Struct xpcom::interfaces::nsISupportsWeakReference [] [src]

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

interface nsISupportsWeakReference : nsISupports

/**
 * |nsISupportsWeakReference| is a factory interface which produces appropriate
 * instances of |nsIWeakReference|.  Weak references in this scheme can only be
 * produced for objects that implement this interface.
 *
 * @version 1.0
 * @see nsIWeakReference
 * @see nsSupportsWeakReference
 */

Methods

impl nsISupportsWeakReference
[src]

[src]

Cast this nsISupportsWeakReference to one of its base interfaces.

impl nsISupportsWeakReference
[src]

[src]

/**
     * |GetWeakReference| produces an appropriate instance of |nsIWeakReference|.
     * As with all good XPCOM `getters', you own the resulting interface and should
     * manage it with an |nsCOMPtr|.
     *
     * @see nsIWeakReference
     * @see nsWeakPtr
     * @see nsCOMPtr
     */

nsIWeakReference GetWeakReference ();

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

IID: nsIID = nsID(2441657478, 63790, 4562, [129, 239, 0, 96, 8, 58, 11, 207])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsWeakReference
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.