Struct xpcom::interfaces::nsIRDFInt [] [src]

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

interface nsIRDFInt : nsIRDFNode

/**
 * A literal node in the graph, whose value is an integer
 */

Methods

impl nsIRDFInt
[src]

[src]

Cast this nsIRDFInt to one of its base interfaces.

impl nsIRDFInt
[src]

[src]

/**
     * The integer value of the literal
     */

readonly attribute long Value;

Methods from Deref<Target = nsIRDFNode>

[src]

Cast this nsIRDFNode to one of its base interfaces.

[src]

boolean EqualsNode (in nsIRDFNode aNode);

Trait Implementations

impl XpCom for nsIRDFInt
[src]

IID: nsIID = nsID(3778684131, 51066, 4562, [128, 190, 0, 96, 151, 183, 107, 142])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFInt
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.