Struct xpcom::interfaces::nsINativeAppSupport [] [src]

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

interface nsINativeAppSupport : nsISupports

Methods

impl nsINativeAppSupport
[src]

[src]

Cast this nsINativeAppSupport to one of its base interfaces.

impl nsINativeAppSupport
[src]

[src]

boolean start ();

[src]

void enable ();

[src]

boolean stop ();

[src]

void quit ();

[src]

void onLastWindowClosing ();

[src]

void ReOpen ();

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

IID: nsIID = nsID(1608483968, 8088, 4564, [128, 119, 0, 96, 8, 17, 169, 195])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsINativeAppSupport
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.