Struct xpcom::interfaces::nsIScreenManager [] [src]

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

interface nsIScreenManager : nsISupports

Methods

impl nsIScreenManager
[src]

[src]

Cast this nsIScreenManager to one of its base interfaces.

impl nsIScreenManager
[src]

[src]

nsIScreen screenForRect (in long left, in long top, in long width, in long height);

[src]

readonly attribute nsIScreen primaryScreen;

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

IID: nsIID = nsID(3903417952, 27489, 18964, [186, 204, 83, 137, 22, 4, 181, 2])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIScreenManager
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.