Struct xpcom::interfaces::nsIRDFBlob [] [src]

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

interface nsIRDFBlob : nsIRDFNode

/**
 * A literal node in the graph, whose value is arbitrary
 * binary data.
 */

Methods

impl nsIRDFBlob
[src]

[src]

Cast this nsIRDFBlob to one of its base interfaces.

impl nsIRDFBlob
[src]

[src]

/**
     * The data's length.
     */

readonly attribute long length;

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

IID: nsIID = nsID(595559842, 7634, 4530, [148, 175, 129, 34, 88, 47, 196, 94])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRDFBlob
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.