Struct xpcom::interfaces::nsIDomainPolicy [] [src]

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

interface nsIDomainPolicy : nsISupports

Methods

impl nsIDomainPolicy
[src]

[src]

Cast this nsIDomainPolicy to one of its base interfaces.

impl nsIDomainPolicy
[src]

[src]

readonly attribute nsIDomainSet blacklist;

[src]

readonly attribute nsIDomainSet superBlacklist;

[src]

readonly attribute nsIDomainSet whitelist;

[src]

readonly attribute nsIDomainSet superWhitelist;

[src]

void deactivate ();

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

IID: nsIID = nsID(2192722464, 26369, 19776, [160, 249, 245, 220, 115, 33, 181, 85])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDomainPolicy
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.