Struct xpcom::interfaces::nsIJSIID [] [src]

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

interface nsIJSIID : nsIJSID

Methods

impl nsIJSIID
[src]

[src]

Cast this nsIJSIID 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 nsIJSIID
[src]

IID: nsIID = nsID(3882796388, 41088, 18181, [134, 9, 56, 76, 117, 94, 201, 30])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIJSIID
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.