Struct xpcom::interfaces::nsIXPCTestObjectReadWrite [] [src]

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

interface nsIXPCTestObjectReadWrite : nsISupports

Methods

impl nsIXPCTestObjectReadWrite
[src]

[src]

Cast this nsIXPCTestObjectReadWrite to one of its base interfaces.

impl nsIXPCTestObjectReadWrite
[src]

[src]

attribute string stringProperty;

[src]

attribute string stringProperty;

[src]

attribute boolean booleanProperty;

[src]

attribute boolean booleanProperty;

[src]

attribute short shortProperty;

[src]

attribute short shortProperty;

[src]

attribute long longProperty;

[src]

attribute long longProperty;

[src]

attribute float floatProperty;

[src]

attribute float floatProperty;

[src]

attribute char charProperty;

[src]

attribute char charProperty;

[src]

attribute PRTime timeProperty;

[src]

attribute PRTime timeProperty;

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

IID: nsIID = nsID(4034210224, 42105, 18772, [171, 165, 171, 49, 66, 198, 177, 203])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIXPCTestObjectReadWrite
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.