Struct xpcom::interfaces::nsIAccessibleCoordinateType [] [src]

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

interface nsIAccessibleCoordinateType : nsISupports

/**
 * These constants define which coordinate system a point is located in.
 */

Methods

impl nsIAccessibleCoordinateType
[src]

[src]

Cast this nsIAccessibleCoordinateType to one of its base interfaces.

impl nsIAccessibleCoordinateType
[src]

COORDTYPE_SCREEN_RELATIVE: i64 = 0
/**
   * The coordinates are relative to the screen.
   */

COORDTYPE_WINDOW_RELATIVE: i64 = 1
/**
   * The coordinates are relative to the window.
   */

COORDTYPE_PARENT_RELATIVE: i64 = 2
/**
   * The coordinates are relative to the upper left corner of the bounding box
   * of the immediate parent.
   */

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

IID: nsIID = nsID(3388727056, 24990, 17263, [191, 75, 133, 102, 104, 111, 21, 119])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAccessibleCoordinateType
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.