Struct xpcom::interfaces::nsIDataType [] [src]

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

interface nsIDataType : nsISupports

Methods

impl nsIDataType
[src]

[src]

Cast this nsIDataType to one of its base interfaces.

impl nsIDataType
[src]

VTYPE_INT8: i64 = 0

VTYPE_INT16: i64 = 1

VTYPE_INT32: i64 = 2

VTYPE_INT64: i64 = 3

VTYPE_UINT8: i64 = 4

VTYPE_UINT16: i64 = 5

VTYPE_UINT32: i64 = 6

VTYPE_UINT64: i64 = 7

VTYPE_FLOAT: i64 = 8

VTYPE_DOUBLE: i64 = 9

VTYPE_BOOL: i64 = 10

VTYPE_CHAR: i64 = 11

VTYPE_WCHAR: i64 = 12

VTYPE_VOID: i64 = 13

VTYPE_ID: i64 = 14

VTYPE_DOMSTRING: i64 = 15

VTYPE_CHAR_STR: i64 = 16

VTYPE_WCHAR_STR: i64 = 17

VTYPE_INTERFACE: i64 = 18

VTYPE_INTERFACE_IS: i64 = 19

VTYPE_ARRAY: i64 = 20

VTYPE_STRING_SIZE_IS: i64 = 21

VTYPE_WSTRING_SIZE_IS: i64 = 22

VTYPE_UTF8STRING: i64 = 23

VTYPE_CSTRING: i64 = 24

VTYPE_ASTRING: i64 = 25

VTYPE_EMPTY_ARRAY: i64 = 254

VTYPE_EMPTY: i64 = 255

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDataType
[src]

IID: nsIID = nsID(1293083968, 33751, 4565, [144, 237, 0, 16, 164, 231, 61, 154])

[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 nsIDataType
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDataType
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.