Struct xpcom::interfaces::nsIDOMGeoPositionError [] [src]

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

interface nsIDOMGeoPositionError : nsISupports

Methods

impl nsIDOMGeoPositionError
[src]

[src]

Cast this nsIDOMGeoPositionError to one of its base interfaces.

impl nsIDOMGeoPositionError
[src]

PERMISSION_DENIED: i64 = 1

POSITION_UNAVAILABLE: i64 = 2

TIMEOUT: i64 = 3

[src]

readonly attribute short code;

[src]

readonly attribute AString message;

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

IID: nsIID = nsID(2233818307, 1978, 18941, [188, 155, 24, 210, 150, 61, 175, 127])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMGeoPositionError
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.