Struct xpcom::interfaces::nsIJSCID [] [src]

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

interface nsIJSCID : nsIJSID

Methods

impl nsIJSCID
[src]

[src]

Cast this nsIJSCID to one of its base interfaces.

Methods from Deref<Target = nsIJSID>

[src]

Cast this nsIJSID to one of its base interfaces.

[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);

Trait Implementations

impl XpCom for nsIJSCID
[src]

IID: nsIID = nsID(3210653830, 40618, 18068, [174, 195, 254, 74, 172, 97, 25, 189])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIJSCID
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.