Struct xpcom::interfaces::nsIDOMNavigator [] [src]

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

interface nsIDOMNavigator : nsISupports

Methods

impl nsIDOMNavigator
[src]

[src]

Cast this nsIDOMNavigator to one of its base interfaces.

impl nsIDOMNavigator
[src]

[src]

readonly attribute DOMString appCodeName;

[src]

readonly attribute DOMString language;

[src]

readonly attribute DOMString vendor;

[src]

readonly attribute DOMString vendorSub;

[src]

readonly attribute DOMString product;

[src]

readonly attribute DOMString productSub;

[src]

readonly attribute DOMString doNotTrack;

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

IID: nsIID = nsID(4044365755, 53529, 19640, [132, 91, 107, 186, 232, 161, 81, 199])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMNavigator
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.