Struct xpcom::interfaces::nsIDOMGeoPositionErrorCallback [] [src]

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

interface nsIDOMGeoPositionErrorCallback : nsISupports

Methods

impl nsIDOMGeoPositionErrorCallback
[src]

[src]

Cast this nsIDOMGeoPositionErrorCallback to one of its base interfaces.

impl nsIDOMGeoPositionErrorCallback
[src]

[src]

void handleEvent (in nsIDOMGeoPositionError positionError);

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

IID: nsIID = nsID(2107312601, 18499, 17387, [167, 167, 103, 247, 221, 166, 179, 196])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMGeoPositionErrorCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.