Struct xpcom::interfaces::nsIProperty [] [src]

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

interface nsIProperty : nsISupports

Methods

impl nsIProperty
[src]

[src]

Cast this nsIProperty to one of its base interfaces.

impl nsIProperty
[src]

[src]

/**
     * Get the name of the property.
     */

readonly attribute AString name;

[src]

/**
     * Get the value of the property.
     */

readonly attribute nsIVariant value;

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

IID: nsIID = nsID(1842319408, 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 nsIProperty
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIProperty
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.