Struct xpcom::interfaces::nsIFeedGenerator [] [src]

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

interface nsIFeedGenerator : nsIFeedElementBase

/**
 *  An nsIFeedGenerator represents the software used to create a feed.
 */

Methods

impl nsIFeedGenerator
[src]

[src]

Cast this nsIFeedGenerator to one of its base interfaces.

impl nsIFeedGenerator
[src]

[src]

/**
   * The name of the software.
   */

attribute AString agent;

[src]

/**
   * The name of the software.
   */

attribute AString agent;

[src]

/**
   * The version of the software.
   */

attribute AString version;

[src]

/**
   * The version of the software.
   */

attribute AString version;

[src]

/**
   * A URI associated with the software.
   */

attribute nsIURI uri;

[src]

/**
   * A URI associated with the software.
   */

attribute nsIURI uri;

Methods from Deref<Target = nsIFeedElementBase>

[src]

Cast this nsIFeedElementBase to one of its base interfaces.

[src]

/**
   * The attributes found on the element. Most interfaces provide convenience
   * accessors for their standard fields, so this useful only when looking for
   * an extension.
   */

attribute nsISAXAttributes attributes;

[src]

/**
   * The attributes found on the element. Most interfaces provide convenience
   * accessors for their standard fields, so this useful only when looking for
   * an extension.
   */

attribute nsISAXAttributes attributes;

[src]

/**
   * The baseURI for the Entry or Feed.
   */

attribute nsIURI baseURI;

[src]

/**
   * The baseURI for the Entry or Feed.
   */

attribute nsIURI baseURI;

Trait Implementations

impl XpCom for nsIFeedGenerator
[src]

IID: nsIID = nsID(267179371, 48530, 18459, [164, 134, 184, 212, 137, 205, 211, 133])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFeedGenerator
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.