Struct xpcom::interfaces::nsISecurityInfoProvider [] [src]

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

interface nsISecurityInfoProvider : nsISupports

Methods

impl nsISecurityInfoProvider
[src]

[src]

Cast this nsISecurityInfoProvider to one of its base interfaces.

impl nsISecurityInfoProvider
[src]

[src]

/**
   * The security info for this provider, if any.
   */

readonly attribute nsISupports securityInfo;

[src]

/**
   * Whether this provider has transferred data.  If it hasn't, its
   * security info should be ignored.
   */

readonly attribute boolean hasTransferredData;

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

IID: nsIID = nsID(3100414246, 37657, 17429, [175, 217, 184, 34, 32, 212, 83, 237])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISecurityInfoProvider
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.