Struct xpcom::interfaces::nsIDOMClientRect [] [src]

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

interface nsIDOMClientRect : nsISupports

Methods

impl nsIDOMClientRect
[src]

[src]

Cast this nsIDOMClientRect to one of its base interfaces.

impl nsIDOMClientRect
[src]

[src]

readonly attribute float left;

[src]

readonly attribute float top;

[src]

readonly attribute float right;

[src]

readonly attribute float bottom;

[src]

readonly attribute float width;

[src]

readonly attribute float height;

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

IID: nsIID = nsID(3002606788, 55763, 18843, [141, 59, 69, 200, 36, 84, 151, 198])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMClientRect
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.