Struct xpcom::interfaces::nsISecurityReporter [] [src]

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

interface nsISecurityReporter : nsISupports

Methods

impl nsISecurityReporter
[src]

[src]

Cast this nsISecurityReporter to one of its base interfaces.

impl nsISecurityReporter
[src]

[src]

void reportTLSError (in nsITransportSecurityInfo aSecurityInfo, in AUTF8String aHostname, in long aPort);

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

IID: nsIID = nsID(2325314714, 48801, 4581, [161, 250, 190, 106, 188, 142, 127, 139])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISecurityReporter
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.