Struct xpcom::interfaces::nsIURISetSpec [] [src]

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

interface nsIURISetSpec : nsISupports

Methods

impl nsIURISetSpec
[src]

[src]

Cast this nsIURISetSpec to one of its base interfaces.

impl nsIURISetSpec
[src]

[src]

/**
   * This setter is different from all other setters because it may be used to
   * initialize the object. We define it separately allowing mutator implementors
   * to define it separately, while the rest of the setters may be simply
   * forwarded to the mutable URI.
   */

[must_use] nsIURIMutator setSpec (in AUTF8String aSpec);

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

IID: nsIID = nsID(533017175, 35211, 19550, [182, 156, 5, 188, 132, 180, 205, 143])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIURISetSpec
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.