Struct xpcom::interfaces::nsIDocumentStateListener [] [src]

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

interface nsIDocumentStateListener : nsISupports

Methods

impl nsIDocumentStateListener
[src]

[src]

Cast this nsIDocumentStateListener to one of its base interfaces.

impl nsIDocumentStateListener
[src]

[src]

void NotifyDocumentCreated ();

[src]

void NotifyDocumentWillBeDestroyed ();

[src]

void NotifyDocumentStateChanged (in boolean nowDirty);

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

IID: nsIID = nsID(84728832, 15246, 4563, [156, 228, 164, 88, 244, 84, 252, 188])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDocumentStateListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.