Struct xpcom::interfaces::nsISupportsString [] [src]

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

interface nsISupportsString : nsISupportsPrimitive

/**
 * Scriptable storage for Unicode strings
 */

Methods

impl nsISupportsString
[src]

[src]

Cast this nsISupportsString to one of its base interfaces.

impl nsISupportsString
[src]

[src]

attribute AString data;

[src]

attribute AString data;

[src]

wstring 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 nsISupportsString
[src]

IID: nsIID = nsID(3617442160, 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 nsISupportsString
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsString
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.