Struct xpcom::interfaces::nsIRDFDate [] [src]

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

interface nsIRDFDate : nsIRDFNode

/**
 * A literal node in the graph, whose value is a date
 */

Methods

impl nsIRDFDate
[src]

[src]

Cast this nsIRDFDate to one of its base interfaces.

impl nsIRDFDate
[src]

[src]

/**
     * The date value of the literal
     */

readonly attribute PRTime 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 nsIRDFDate
[src]

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFDate
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.