Struct xpcom::interfaces::nsISupportsChar [] [src]

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

interface nsISupportsChar : nsISupportsPrimitive

/**
 * Scriptable storage for single character values
 * (often used to store an ASCII character)
 */

Methods

impl nsISupportsChar
[src]

[src]

Cast this nsISupportsChar to one of its base interfaces.

impl nsISupportsChar
[src]

[src]

attribute char data;

[src]

attribute char 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 nsISupportsChar
[src]

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsChar
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.