Struct xpcom::interfaces::nsIXPCTestObjectReadOnly [] [src]

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

interface nsIXPCTestObjectReadOnly : nsISupports

Methods

impl nsIXPCTestObjectReadOnly
[src]

[src]

Cast this nsIXPCTestObjectReadOnly to one of its base interfaces.

impl nsIXPCTestObjectReadOnly
[src]

[src]

readonly attribute string strReadOnly;

[src]

readonly attribute boolean boolReadOnly;

[src]

readonly attribute short shortReadOnly;

[src]

readonly attribute long longReadOnly;

[src]

readonly attribute float floatReadOnly;

[src]

readonly attribute char charReadOnly;

[src]

readonly attribute PRTime timeReadOnly;

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

IID: nsIID = nsID(1123801590, 45357, 18415, [183, 161, 2, 215, 60, 17, 254, 83])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPCTestObjectReadOnly
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.