Struct xpcom::interfaces::nsISupportsPRInt32 [] [src]

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

interface nsISupportsPRInt32 : nsISupportsPrimitive

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

Methods

impl nsISupportsPRInt32
[src]

[src]

Cast this nsISupportsPRInt32 to one of its base interfaces.

impl nsISupportsPRInt32
[src]

[src]

attribute int32_t data;

[src]

attribute int32_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 nsISupportsPRInt32
[src]

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISupportsPRInt32
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.