Struct xpcom::interfaces::nsIContentURIGrouper [] [src]

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

interface nsIContentURIGrouper : nsISupports

Methods

impl nsIContentURIGrouper
[src]

[src]

Cast this nsIContentURIGrouper to one of its base interfaces.

impl nsIContentURIGrouper
[src]

[src]

/**
     * Determine the group to which the URI belongs.
     *
     * @param    aURI       the URI to group
     *
     * @returns  the group to which the URI belongs
     */

AString group (in nsIURI aURI);

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

IID: nsIID = nsID(1270058164, 50123, 19735, [151, 153, 27, 49, 50, 179, 151, 35])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIContentURIGrouper
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.