Struct xpcom::interfaces::nsIDomainSet [] [src]

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

interface nsIDomainSet : nsISupports

Methods

impl nsIDomainSet
[src]

[src]

Cast this nsIDomainSet to one of its base interfaces.

impl nsIDomainSet
[src]

[src]

[noscript] readonly attribute uint32_t type;

[src]

void add (in nsIURI aDomain);

[src]

void remove (in nsIURI aDomain);

[src]

void clear ();

[src]

bool contains (in nsIURI aDomain);

[src]

bool containsSuperDomain (in nsIURI aDomain);

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

IID: nsIID = nsID(1717344283, 2575, 16937, [172, 6, 168, 38, 224, 45, 79, 105])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDomainSet
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.