Struct xpcom::interfaces::nsIHTTPIndex [] [src]

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

interface nsIHTTPIndex : nsISupports

Methods

impl nsIHTTPIndex
[src]

[src]

Cast this nsIHTTPIndex to one of its base interfaces.

impl nsIHTTPIndex
[src]

[src]

/**
     * The base URL of the HTTP index
     */

readonly attribute string BaseURL;

[src]

/**
     * The RDF datasource that contains the HTTP index information.
     */

readonly attribute nsIRDFDataSource DataSource;

[src]

/**
     * The charset to use for decoding FTP filenames
     */

attribute string encoding;

[src]

/**
     * The charset to use for decoding FTP filenames
     */

attribute string encoding;

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

IID: nsIID = nsID(1865145296, 22723, 4563, [190, 54, 0, 16, 75, 222, 96, 72])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIHTTPIndex
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.