Struct xpcom::interfaces::nsIRemoteBrowser [] [src]

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

interface nsIRemoteBrowser : nsISupports

Methods

impl nsIRemoteBrowser
[src]

[src]

Cast this nsIRemoteBrowser to one of its base interfaces.

impl nsIRemoteBrowser
[src]

[src]

void enableDisableCommands (in AString action, in unsigned long enabledLength, [array, size_is (enabledLength)] in string enabledCommands, in unsigned long disabledLength, [array, size_is (disabledLength)] in string disabledCommands);

[src]

readonly attribute nsIPrincipal contentPrincipal;

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

IID: nsIID = nsID(3359085414, 63391, 19749, [137, 166, 34, 190, 192, 169, 61, 22])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIRemoteBrowser
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.