Struct xpcom::interfaces::nsISupportsID [] [src]

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

interface nsISupportsID : nsISupportsPrimitive

/**
 * Scriptable storage for nsID structures
 */

Methods

impl nsISupportsID
[src]

[src]

Cast this nsISupportsID to one of its base interfaces.

impl nsISupportsID
[src]

[src]

attribute nsIDPtr data;

[src]

attribute nsIDPtr data;

[src]

string toString ();

Methods from Deref<Target = nsISupportsPrimitive>

[src]

Cast this nsISupportsPrimitive to one of its base interfaces.

[src]

readonly attribute unsigned short type;

Trait Implementations

impl XpCom for nsISupportsID
[src]

IID: nsIID = nsID(3514994848, 18972, 4563, [152, 144, 0, 96, 8, 150, 36, 34])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsID
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.