Struct xpcom::interfaces::nsIJSID [] [src]

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

interface nsIJSID : nsISupports

Methods

impl nsIJSID
[src]

[src]

Cast this nsIJSID to one of its base interfaces.

impl nsIJSID
[src]

[src]

readonly attribute string name;

[src]

readonly attribute string number;

[src]

readonly attribute boolean valid;

[src]

boolean equals (in nsIJSID other);

[src]

string toString ();

[src]

[noscript] void initialize (in string idString);

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

IID: nsIID = nsID(1653095700, 16710, 16441, [148, 245, 165, 225, 225, 165, 26, 21])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIJSID
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.