Struct xpcom::interfaces::nsIPKCS11Module [] [src]

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

interface nsIPKCS11Module : nsISupports

Methods

impl nsIPKCS11Module
[src]

[src]

Cast this nsIPKCS11Module to one of its base interfaces.

impl nsIPKCS11Module
[src]

[src]

[must_use] readonly attribute AUTF8String name;

[src]

[must_use] readonly attribute AUTF8String libName;

[src]

[must_use] nsIPKCS11Slot findSlotByName (in AUTF8String name);

[src]

[must_use] nsISimpleEnumerator listSlots ();

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

IID: nsIID = nsID(2319760889, 53669, 18228, [189, 90, 52, 237, 127, 229, 100, 194])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPKCS11Module
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.