Struct xpcom::interfaces::nsIDeviceSensors [] [src]

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

interface nsIDeviceSensors : nsISupports

Methods

impl nsIDeviceSensors
[src]

[src]

Cast this nsIDeviceSensors to one of its base interfaces.

impl nsIDeviceSensors
[src]

[src]

/**
   * Returns true if the given window has any listeners of the given type
   */

bool hasWindowListener (in unsigned long aType, in nsIDOMWindow aWindow);

[src]

[noscript] void addWindowListener (in unsigned long aType, in nsIDOMWindow aWindow);

[src]

[noscript] void removeWindowListener (in unsigned long aType, in nsIDOMWindow aWindow);

[src]

[noscript] void removeWindowAsListener (in nsIDOMWindow aWindow);

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

IID: nsIID = nsID(3832432583, 22015, 17604, [171, 206, 33, 177, 75, 160, 127, 134])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDeviceSensors
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.