Struct xpcom::interfaces::nsIWellKnownOpportunisticUtils [] [src]

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

interface nsIWellKnownOpportunisticUtils : nsISupports

Methods

impl nsIWellKnownOpportunisticUtils
[src]

[src]

Cast this nsIWellKnownOpportunisticUtils to one of its base interfaces.

impl nsIWellKnownOpportunisticUtils
[src]

[src]

[must_use] void verify (in ACString aJSON, in ACString aOrigin, in long aAlternatePort);

[src]

[must_use] readonly attribute bool valid;

[src]

[must_use] readonly attribute bool mixed;

[src]

[must_use] readonly attribute long lifetime;

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

IID: nsIID = nsID(3036245129, 21048, 17676, [139, 218, 225, 44, 38, 241, 209, 80])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIWellKnownOpportunisticUtils
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.