Struct xpcom::interfaces::nsIPrivacyTransitionObserver [] [src]

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

interface nsIPrivacyTransitionObserver : nsISupports

Methods

impl nsIPrivacyTransitionObserver
[src]

[src]

Cast this nsIPrivacyTransitionObserver to one of its base interfaces.

impl nsIPrivacyTransitionObserver
[src]

[src]

void privateModeChanged (in bool enabled);

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

IID: nsIID = nsID(3031516317, 3824, 18421, [182, 46, 173, 197, 127, 212, 151, 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 nsIPrivacyTransitionObserver
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPrivacyTransitionObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.