Struct xpcom::interfaces::nsINSSVersion [] [src]

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

interface nsINSSVersion : nsISupports

Methods

impl nsINSSVersion
[src]

[src]

Cast this nsINSSVersion to one of its base interfaces.

impl nsINSSVersion
[src]

[src]

[must_use] readonly attribute AString NSPR_MinVersion;

[src]

[must_use] readonly attribute AString NSS_MinVersion;

[src]

[must_use] readonly attribute AString NSSUTIL_MinVersion;

[src]

[must_use] readonly attribute AString NSSSSL_MinVersion;

[src]

[must_use] readonly attribute AString NSSSMIME_MinVersion;

[src]

[must_use] readonly attribute AString NSPR_Version;

[src]

[must_use] readonly attribute AString NSS_Version;

[src]

[must_use] readonly attribute AString NSSUTIL_Version;

[src]

[must_use] readonly attribute AString NSSSSL_Version;

[src]

[must_use] readonly attribute AString NSSSMIME_Version;

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

IID: nsIID = nsID(2829400619, 30156, 19560, [169, 187, 151, 145, 219, 221, 170, 0])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsINSSVersion
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.