Struct xpcom::interfaces::nsIOpenURIInFrameParams [] [src]

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

interface nsIOpenURIInFrameParams : nsISupports

Methods

impl nsIOpenURIInFrameParams
[src]

[src]

Cast this nsIOpenURIInFrameParams to one of its base interfaces.

impl nsIOpenURIInFrameParams
[src]

[src]

attribute DOMString referrer;

[src]

attribute DOMString referrer;

[src]

attribute unsigned long referrerPolicy;

[src]

attribute unsigned long referrerPolicy;

[src]

readonly attribute boolean isPrivate;

[src]

attribute nsIPrincipal triggeringPrincipal;

[src]

attribute nsIPrincipal triggeringPrincipal;

[src]

readonly attribute nsIFrameLoaderOwner openerBrowser;

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

IID: nsIID = nsID(3883195156, 31148, 16726, [167, 163, 170, 63, 208, 162, 44, 16])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIOpenURIInFrameParams
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.