Struct xpcom::interfaces::nsIQuotaRequestBase [] [src]

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

interface nsIQuotaRequestBase : nsISupports

Methods

impl nsIQuotaRequestBase
[src]

[src]

Cast this nsIQuotaRequestBase to one of its base interfaces.

impl nsIQuotaRequestBase
[src]

[src]

readonly attribute nsIPrincipal principal;

[src]

[must_use] readonly attribute nsresult resultCode;

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

IID: nsIID = nsID(2599764514, 1031, 18685, [164, 171, 148, 87, 201, 134, 252, 73])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIQuotaRequestBase
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.