Struct xpcom::interfaces::nsISupportsPRUint16 [] [src]

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

interface nsISupportsPRUint16 : nsISupportsPrimitive

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

Methods

impl nsISupportsPRUint16
[src]

[src]

Cast this nsISupportsPRUint16 to one of its base interfaces.

impl nsISupportsPRUint16
[src]

[src]

attribute uint16_t data;

[src]

attribute uint16_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 nsISupportsPRUint16
[src]

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsPRUint16
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.