Struct xpcom::interfaces::nsISupportsPRInt16 [] [src]

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

interface nsISupportsPRInt16 : nsISupportsPrimitive

/**
 * Scriptable storage for 16-bit integers
 */

Methods

impl nsISupportsPRInt16
[src]

[src]

Cast this nsISupportsPRInt16 to one of its base interfaces.

impl nsISupportsPRInt16
[src]

[src]

attribute int16_t data;

[src]

attribute int16_t 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 nsISupportsPRInt16
[src]

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsPRInt16
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.