Struct xpcom::interfaces::nsIPropertyBag [] [src]

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

interface nsIPropertyBag : nsISupports

Methods

impl nsIPropertyBag
[src]

[src]

Cast this nsIPropertyBag to one of its base interfaces.

impl nsIPropertyBag
[src]

[src]

/**
     * Get a nsISimpleEnumerator whose elements are nsIProperty objects.
     */

readonly attribute nsISimpleEnumerator enumerator;

[src]

/**
     * Get a property value for the given name.
     * @throws NS_ERROR_FAILURE if a property with that name doesn't
     * exist.
     */

nsIVariant getProperty (in AString name);

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

IID: nsIID = nsID(3217897392, 42143, 4565, [145, 13, 0, 16, 164, 231, 61, 154])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPropertyBag
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.