Struct xpcom::interfaces::nsIPushMessage [] [src]

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

interface nsIPushMessage : nsISupports

/**
 * The subject of a `push-message` observer notification. |data| may be |null|
 * for messages without data.
 */

Methods

impl nsIPushMessage
[src]

[src]

Cast this nsIPushMessage to one of its base interfaces.

impl nsIPushMessage
[src]

[src]

readonly attribute nsIPrincipal principal;

[src]

readonly attribute nsIPushData data;

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

IID: nsIID = nsID(3117441994, 3647, 20462, [190, 75, 234, 145, 3, 38, 52, 51])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPushMessage
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.