Struct xpcom::interfaces::nsIURIWithPrincipal [] [src]

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

interface nsIURIWithPrincipal : nsISupports

/**
 * nsIURIWithPrincipal is implemented by URIs which are associated with a
 * specific principal.
 */

Methods

impl nsIURIWithPrincipal
[src]

[src]

Cast this nsIURIWithPrincipal to one of its base interfaces.

impl nsIURIWithPrincipal
[src]

[src]

/**
     * The principal associated with the resource returned when loading this
     * uri.
     */

readonly attribute nsIPrincipal principal;

[src]

/**
     * The uri for the principal.
     */

readonly attribute nsIURI principalUri;

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

IID: nsIID = nsID(1651137548, 49112, 17713, [139, 71, 168, 69, 27, 13, 170, 51])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIURIWithPrincipal
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.