Struct xpcom::interfaces::nsIRDFNode [] [src]

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

interface nsIRDFNode : nsISupports

Methods

impl nsIRDFNode
[src]

[src]

Cast this nsIRDFNode to one of its base interfaces.

impl nsIRDFNode
[src]

[src]

boolean EqualsNode (in nsIRDFNode aNode);

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

IID: nsIID = nsID(259578448, 33569, 4562, [142, 172, 0, 128, 95, 41, 243, 112])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFNode
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.