Struct xpcom::interfaces::nsIProtocolHandlerWithDynamicFlags [] [src]

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

interface nsIProtocolHandlerWithDynamicFlags : nsISupports

/**
 * nsIProtocolHandlerWithDynamicFlags
 *
 * Protocols that wish to return different flags depending on the URI should
 * implement this interface.
 */

Methods

impl nsIProtocolHandlerWithDynamicFlags
[src]

[src]

Cast this nsIProtocolHandlerWithDynamicFlags to one of its base interfaces.

impl nsIProtocolHandlerWithDynamicFlags
[src]

[src]

unsigned long getFlagsForURI (in nsIURI aURI);

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

IID: nsIID = nsID(1705568291, 1425, 20416, [165, 106, 3, 38, 94, 10, 76, 232])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIProtocolHandlerWithDynamicFlags
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.