Struct xpcom::interfaces::nsIDocCharset [] [src]

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

interface nsIDocCharset : nsISupports

/**
 * The functionality of the nsIDocCharset interface has been incorporated into
 * nsIDocShell.
 *
 * This is an empty interface for backwards compatibility that will go away at
 * some point in the future
 *
 */

Methods

impl nsIDocCharset
[src]

[src]

Cast this nsIDocCharset to one of its base interfaces.

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

IID: nsIID = nsID(3287986030, 16624, 4577, [149, 252, 108, 98, 109, 105, 103, 92])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDocCharset
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.