Struct xpcom::interfaces::nsIDOMGeoPositionCoords [] [src]

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

interface nsIDOMGeoPositionCoords : nsISupports

Methods

impl nsIDOMGeoPositionCoords
[src]

[src]

Cast this nsIDOMGeoPositionCoords to one of its base interfaces.

impl nsIDOMGeoPositionCoords
[src]

[src]

readonly attribute double latitude;

[src]

readonly attribute double longitude;

[src]

readonly attribute double altitude;

[src]

readonly attribute double accuracy;

[src]

readonly attribute double altitudeAccuracy;

[src]

readonly attribute double heading;

[src]

readonly attribute double speed;

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

IID: nsIID = nsID(3004629712, 28076, 20384, [185, 59, 240, 67, 231, 28, 143, 154])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMGeoPositionCoords
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.